liveusb-creator

LiveUSB Creator是一款跨平台工具,可以轻松地将Live操作系统安装到USB闪存驱动器上。该工具支持自动下载多种Fedora发行版,并具备非破坏性安装、自动检测可移动设备、持久存储创建等功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

https://fedorahosted.org/liveusb-creator/

Screenshot of v3.0

liveusb-creator

The liveusb-creator is a cross-platform tool for easily installing live operating systems on to USB flash drives.

Features

  • Works in Windows and Linux!
  • Completely non-destructive install. There is no need to deal with formatting or partitioning your USB key.
  • Supports automatically downloading various Fedora releases, as well as Sugar on a Stick!
  • Automatically detects all of your removable devices
  • Persistent storage creation. This lets you to allocate extra space on your USB stick, allowing you to save files and make modifications to your live operating system that will persist after you reboot. This essentially lets you carry your own personalized Fedora with you at all times.
  • Checksum verification of known releases, to ensure that you've downloaded the correct bits
  • Translated in many languages

Testimonials

"As a non-Linux person, Live-USB Creator has improved the 
 quality of my life measurably!" --Dr. Arthur B. Hunkins

Download

Warning: There are virus-infected copies of the Windows liveusb-creator floating around various download sites on the internet. Only download the Windows liveusb-creator from this page!

Windows

Linux

For Fedora, simply use Add/Remove? software and search for liveusb-creator and install it or do

# yum install liveusb-creator

Source

Latest News

2012-06-12 :: v3.11.7

  • Support downloading Fedora 17 and the latest Sugar on a Stick releases
  • Fixed the automatic download locations
  • Fixed a unicode bug with certain device labels

2011-11-8 :: v3.11.6

  • Support downloading the new Fedora 16 release
  • Always set the device label to LIVE (ticket #800)
  • Fixed a bug that occurs on Windows when installed to a non-default location (ticket #473)
  • Fixed a bug that occurs on Linux when extlinux is missing or an old version
  • Fixed a couple of bugs when using fully formatted devices without partitions
  • Updated win32 syslinux to 4.04
  • A couple of other minor bugfixes on Linux

2011-05-24 :: v3.11.1

  • Support downloading the new Fedora 15 release

2011-04-25 :: v3.11.0

  • Ported from HAL to UDisks
  • Support ext4
  • Some minor bugfixes in the gui

2011-01-24 :: v3.10.0 Windows release

  • Install the Microsoft Visual C++ Redistributable Package, if neccessary, to get the liveusb-creator running on more versions of Windows.

2011-01-05 :: v3.9.3 Windows release

  • Update to syslinux 4.03 in our Windows package, which works with Fedora 14
  • Rebuilt with Python 2.7 and the latest PyQt4/pywin32/py2exe/NSIS
  • Determine if we are running with admin privs, and warn otherwise
  • Fix how and where we put our error logs
  • Update our list of Fedora & Sugar releases
  • Download releases to Downloads or My Documents
  • Various Windows path-related fixes
  • Translation updates

2010-11-25

  • See our FAQ for information on using Fedora 14 live images from F13/F12!

2010-06-15 :: v3.9.2

  • Offer the latest Fedora & Sugar releases
  • Some minor bug improvements
  • Translation updates

2009-12-08 :: v3.9.1

  • Offer the latest Sugar on a Stick
  • Better handling of invalid filesystem issues
  • Fixed some unicode-related bugs

2009-12-01 :: v3.9

  • Shiny new installer using the Nullsoft Scriptable Install System, thanks to Wade Brainerd
  • More robust partition handling
  • Workaround bugs with Kingston DataTraveller? USB sticks
  • Fix a broken URL for the Sugar on a Stick beta
  • Fix a bug when selecting an ISO without a device present
  • Translation updates

2009-11-08 :: v3.8.7

  • Add the new Fedora 12 release!
  • Add the stable version of Sugar on a Stick back (#627)

2009-11-07 :: v3.8.6

  • Add the F12 beta release
  • Update to the latest Sugar on a Stick v2 beta snapshot (#522240)
  • Make our automatic device detection code more robust (#519134)
  • Don't utf8 encode our unicode strings from exceptions (#471367)
  • Make our Linux device detection more robust (#517053)
  • Intel Mac EFI directory preparation (#526825)
  • Make our windows device detection more robust
  • Add a --liveos-checksum option, which takes the checksum of all files, and
  • then generate a checksum of the checksums
  • Add a --device-checksum options, which generates the checksum of the entire
  • device.
  • Add a --hash option for configuring the hash for the above checksum features
  • Make the LiveUSBCreator.bootable_partition method a little more robust
  • Be sure to close the isofile when we're done with it
  • Some Windows-specific optimizations & fixes
  • Fix a bug with the overlay size on sticks with not much free space
  • Handle device paths containing spaces when running extlinux (#490843)
  • Remove some duplicate po files (#516841)
  • Many translation updates

View past news...

Press

Screenshots

Problems?

Development

Authors

Forks


### 关于 UniApp 框架推荐资源与教程 #### 1. **Uniapp 官方文档** 官方文档是最权威的学习资料之一,涵盖了从基础概念到高级特性的全方位讲解。对于初学者来说,这是了解 UniApp 架构技术细节的最佳起点[^3]。 #### 2. **《Uniapp 从入门到精通:案例分析与最佳实践》** 该文章提供了系统的知识体系,帮助开发者掌握 Uniapp 的基础知识、实际应用以及开发过程中的最佳实践方法。它不仅适合新手快速上手,也能够为有经验的开发者提供深入的技术指导[^1]。 #### 3. **ThorUI-uniapp 开源项目教程** 这是一个专注于 UI 组件库设计实现的教学材料,基于 ThorUI 提供了一系列实用的功能模块。通过学习此开源项目的具体实现方式,可以更好地理解如何高效构建美观且一致的应用界面[^2]。 #### 4. **跨平台开发利器:UniApp 全面解析与实践指南** 这篇文章按照章节形式详细阐述了 UniApp 的各个方面,包括但不限于其工作原理、技术栈介绍、开发环境配置等内容,并附带丰富的实例演示来辅助说明理论知识点。 以下是几个重要的主题摘选: - **核心特性解析**:解释了跨端运行机制、底层架构组成及其主要功能特点。 - **开发实践指南**:给出了具体的页面编写样例代码,展示了不同设备间 API 调用的方法论。 - **性能优化建议**:针对启动时间缩短、图形绘制效率提升等方面提出了可行策略。 ```javascript // 示例代码片段展示条件编译语法 export default { methods: { showPlatform() { console.log(process.env.UNI_PLATFORM); // 输出当前平台名称 #ifdef APP-PLUS console.log('Running on App'); #endif #ifdef H5 console.log('Running on Web'); #endif } } } ``` #### 5. **其他补充资源** 除了上述提到的内容外,还有许多在线课程视频可供选择,比如 Bilibili 上的一些免费系列讲座;另外 GitHub GitCode 平台上也有不少优质的社区贡献作品值得借鉴研究。 --- ###
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值