mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
20131212-1 选题
This commit is contained in:
parent
8500ef739f
commit
b2f40b181f
@ -0,0 +1,47 @@
|
||||
Daily Ubuntu Tips – Copy CD & DVD Discs Using Ubuntu
|
||||
================================================================================
|
||||
Ubuntu, a powerful and modern operating system can perform many tasks. You can use Ubuntu to create documents, browse the internet, listen to music and burn or copy media discs.
|
||||
|
||||
Just like Windows and Mac OS X, Ubuntu is super!
|
||||
|
||||
This brief tutorial is going to show you how to copy, rip or burn a CD/DVD disc using Ubuntu. If you have a disc which contain an audio file (music) or video file (movies) and you want to duplicate the disc (create multiple copies), you can easily do it using Ubuntu.
|
||||
|
||||
If you already audio or video files that you would like to copy to a media disc (CD/DVD), Ubuntu can handle that too. There are many free programs you can install in Ubuntu to burn or rip a CD/DVD disc but Ubuntu comes with a default program that’s already installed. We’re going to be using the default program to copy or rip a CD/DVD disc.
|
||||
|
||||
Brasero Disc Burner comes with every edition of Ubuntu. It’s the default disc burner in Ubuntu. It’s designed to be as simple as possible with unique features to enable user to create disc quickly and easily.
|
||||
|
||||
Some of the features of Brasero are listed below:
|
||||
|
||||
- Creates Data CD/DVD while automatically filtering for hidden and broken files
|
||||
- Supports multiple sessions and can perform disk file integrity
|
||||
- Can burn audio CD/DVD on the fly
|
||||
- Can copy a CD/DVD to the system hard drive
|
||||
- Can erase CD/DVD
|
||||
|
||||
and many more functions. If you looking for a simple disc burner in Ubuntu, check out this program first before anything else.
|
||||
|
||||
To get started with burning a CD/DVD disc using Brasero, make sure your computer has a CD/DVD burner. If not, you won’t be able to do it. If your computer meets the requirements, insert the CD/DVD with the data you wish to rip, then go to Dash and search for Brasero.
|
||||
|
||||
When it opens, select Disk copy. This feature copies the content of one disc and write it to another. If that’s what you want then continue.
|
||||
|
||||
![](http://www.liberiangeek.net/wp-content/uploads/2013/12/braseroubuntucdburner.png)
|
||||
|
||||
Brasero will open and automatically recognize the content on the disc if Ubuntu is able to access your CD/DVD burner. From there you can click **Copy** to create a single copy from the source disc. If you wish to make multiple copies, click the button ‘**Make Several Copies**’
|
||||
|
||||
![](http://www.liberiangeek.net/wp-content/uploads/2013/12/ubuntubraserocdburner.png)
|
||||
|
||||
hen prompted to install a required package, click ‘**Install**’
|
||||
|
||||
![](http://www.liberiangeek.net/wp-content/uploads/2013/12/ubuntubraserocdburner1.png)
|
||||
|
||||
After installing, Brasero will begin copying the disc. If the disc is finally done copying, it will prompt you to insert a blank writable CD/DVD disc to write to. Insert it and wait for it to finish writing the content to the disc.
|
||||
|
||||
When you’re done, remove it and enjoy!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.liberiangeek.net/2013/12/daily-ubuntu-tips-copy-cd-dvd-discs-using-ubuntu/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
@ -0,0 +1,53 @@
|
||||
Daily Ubuntu Tips — Install VMware Workstation In Ubuntu
|
||||
================================================================================
|
||||
VMware Workstation is a Type-2 commercial virtualization software. It’s Type-2 because is runs on top of existing operation systems and the computer it’s running on is known as the host computer.
|
||||
|
||||
You can use VMware Workstation to run multiple guest machines simultaneously running individual operating systems on the host machine. A guest machine can either be a 32-bit or 64-bit of supported operating systems. VMware Workstation supports Windows, Mac OS X, Solaris and many others.
|
||||
|
||||
This brief tutorial is going to show you how to install VMware Workstation in Ubuntu.
|
||||
|
||||
Since this program is a commercial program, you must have a valid license to use it. You could also [download the 30-day free trial version][1] from the download page to test it. If you want to register it, get a license key and validate it.
|
||||
|
||||
To get started installing VMware Workstation in Ubuntu, first update Ubuntu. To do that, run the commands below.
|
||||
|
||||
sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get autoremove
|
||||
|
||||
After updating your computer, run the commands below to prepare Ubuntu before the installation.
|
||||
|
||||
sudo apt-get install build-essential linux-headers-`uname -r`
|
||||
|
||||
After that, download VMware Workstation. Next, change into the **~/Downloads** folder since Firefox saves files in the Downloads folder.
|
||||
|
||||
cd Downloads
|
||||
|
||||
Next, run the commands below to extract the download package if it came in a .zip archive. If not, go to the next line.
|
||||
|
||||
unzip VMware-Workstation-Full*.zip
|
||||
|
||||
Next, run the commands below to make the file executable.
|
||||
|
||||
chmod +x VMware-Workstation-Full*.bundle
|
||||
|
||||
Finally, run the commands below to begin the installation.
|
||||
|
||||
sudo ./VMware-Workstation-Full*.bundle
|
||||
|
||||
ollow the wizard until the installation is complete. When it’s done, open it from Dash and begin creating guest machines.
|
||||
|
||||
![](http://www.liberiangeek.net/wp-content/uploads/2013/12/vmwareworkstationubuntu.png)
|
||||
|
||||
You should be able to create many guest machines of all types, including Windows, Linux, Novell, Solaris and others.
|
||||
|
||||
![](http://www.liberiangeek.net/wp-content/uploads/2013/12/vmwareworkstationubuntu1.png)
|
||||
|
||||
Enjoy!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: http://www.liberiangeek.net/2013/12/daily-ubuntu-tips-install-vmware-workstation-in-ubuntu/
|
||||
|
||||
译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
||||
|
||||
[1]:https://my.vmware.com/web/vmware/info/slug/desktop_end_user_computing/vmware_workstation/10_0
|
Loading…
Reference in New Issue
Block a user