Home  >  Article  >  Backend Development  >  20 Things to Do After Installing Ubuntu11.04_PHP Tutorial

20 Things to Do After Installing Ubuntu11.04_PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 17:45:20800browse


#1 Don’t like Unity? Switch to Ubuntu gnome classic desktop

Log out of the unity desktop environment, and then select the login environment as "Classic Desktop" to enter.
If you like Unity, but your graphics card is not powerful and does not support 3D, what should you do? Install Unity-2D:
sudo apt-add-ppa repository: unity-2d-team/unity-2d-daily
sudo apt-get update
sudo apt-get install qt-unity-default-settings

#2 Install updates
The latest version of Ubuntu doesn't mean your software is the latest version, right? Upgrade your software version:
sudo apt-get update && sudo apt-get upgrade

#3 Install Ubuntu Tweak
Ubuntu Tweak is one of the most powerful ubuntu configuration tools. Install it, it's easy:
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak

#4 Add Medibuntu warehouse source and activate Canonical partner software
Medibuntu is some software that is necessary but cannot be packaged in Ubuntu, such as win32codec, google-earth, opera, etc.
sudo apt-get install medibuntu

#5 Install samba
After the samba server is installed, you can share files with other students on your network.
sudo apt-get install samba

#6 Install media tools
First install vlc-powerful stuff
sudo apt-get install vlc
You also need to install some commonly used codes
sudo apt-get install non-free-codecs libxine1-ffmpeg gxine mencoder libmpcdec3 libquicktime1 flac faac faad sox ffmpeg2theora libmpeg2-4
uudeview flac libmpeg3-1 mpeg3-utils mpegdemux liba52-dev mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6 ffmpeg libmp4v2-0
totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 libjpeg-progs
If you need to support DVD, then
sudo apt-get install libdvdcss2 && sudo /usr/share/doc/libdvdread4/./install-css.sh
It also needs Flash support. Even though you hate it, it’s really hard to do without it! Just search and install it in the Ubuntu Software Center!
Students with 64-bit systems can use the command to install
sudo add-apt-repository ppa:sevenmachines/flash
sudo apt-get update
sudo apt-get install flashplugin64-installer

#7 Want to play WOW, CS?
Install PlayOnLinux!
sudo apt-get install playonlinux

#8 Want to play other games? PlayDeb!!
Playdeb source can be added
http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb
Then, you can click on the software on playdeb to install it with one click!

#9 XMBC – Powerful Media Center
Needless to say, command installation:
sudo add-apt-repository ppa:team-xbmc
sudo apt-get update
sudo apt-get install xbmc

#10 Video Editing – Openshot
Although the opentivi that comes with the system is fine, openshot is better!
Install the latest version:
sudo add-apt-repository ppa:jonoomph/openshot-edge
sudo apt-get update
sudo apt-get install openshot openshot-doc

#11 Backup Data Deja Dup
Installation:
sudo apt-get install deja-dup

#12 Install BT client
Download BT, such as various literary and artistic films. You know, I don’t watch it, but I see that my classmates are interested in it. Well, the client is provided:
@,Deluge client
sudo add-apt-repository ppa:deluge-team/ppa
sudo apt-get update
sudo apt-get install deluge
@,Vuze client
sudo apt-get install vuze
#13, install ftp client Filezilla
For students who have websites/blogs, we recommend an FTP client.
Installation:
sudo apt-get install filezilla

#14, IM instant messaging
QQ’s current webqq is pretty good. You can install the latest libqq2010 protocol with empathy and pidgin @ googlecode;
There are many clients on Sina Weibo. In addition to the official recommendations, there are also eicodesign and gwibber plug-ins
sudo apt-add-repository ppa:gwibber-team/ppa
sudo apt-get update
sudo apt-get install gwibber gwibber-service-sina gwibber-service-sohu
msn client
sudo apt-get install amsn
The rest is easy to solve!
And skype:
sudo apt-get update && sudo apt-get install skype

#15, install Java run time JRE
sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts

#16, Install Dropbox!
We have introduced many cloud storage clients, so I won’t introduce them in detail @ here!

#17, virtual machine virtual box
To make a game or something, sometimes a virtual machine is necessary. Search and install in the Ubuntu System Software Center.

#18, image editing GIMP, definitely ranks first!
Install the latest version, although the system comes with it:
sudo add-apt-repository ppa:matthaeus123/mrw-gimp-svn
sudo apt-get update
sudo apt-get install gimp gimp-data gimp-plugin-registry gimp-data-extras

#19, like conky? Install!
sudo apt-get install conky
For other configurations, you can find the theme yourself. I will give you the conky theme I originally summarized in the future, so stay tuned!
There are also small plug-ins such as screenlet:
sudo apt-add-repository ppa:screenlets/ppa
sudo apt-get update
sudo apt-get install screenlet

#20, install the unzipped file
Without further ado, order:
sudo apt-get install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack lha arj cabextract file-roller
See if those compressed files still can’t be opened? You can't kill the demo!

#21, Others
Just install the browser chrome, opera, etc. yourself.
There are also screenshot tools shutter and sshFQ graphical interface gstm!
To name a few!

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/478682.htmlTechArticle#1 Don’t like Unity? Switch to Ubuntu gnome classic desktop, log out of the unity desktop environment, and then select the login environment as classic desktop to enter. If you like Unity, but your graphics card doesn’t support it...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn