27
12
2008
Some newbie tips and tricks for Ubuntu :)
Posted by: Shanky in Shanky, linux, tags: Shanky, ubuntu- file browser is
sudo nautilus
- gksudo update-manager
to newer version, update-manager -d
to search: aptitude search flex
- movie player codecs
codecs: totem-xine
- printer setting
printer config
localhost:631
- root passwd set
sudo passwd
- Do you have libglib2.0-dev installed?
“dpkg -l | grep libglib2″ will show you.
- if klauncherproblem presists
start kdeinit….dont start dcopserver
- for sharing
sudo nautilus > rigth click on folder to share > select share
- kiill process:
ps aux | grep name_of_process
kill -9 PID_Number_Here
OR pkill -9 “name of process”
pkil searchess for a process with similar name
- know your ubuntu version
lsb_release -a


Wall RSS Feed
[...] Some newbie tips and tricks for Ubuntu :) 29 12 2008 [...]
Interesting article. Were did you got all the information from… :)