Tag: Linux
Packages to Install in a Debian/KDE Laptop
March 1, 2008
I usually install these packages after I install Debian/KDE in a Laptop. apt-get install … kdebase k3b gcc vlc xine-ui…
Apt using CD/DVD
February 26, 2008
Install / upgrade a deb package from cdrom/dvd apt-cdrom install package_name
Change Ownership of a File
February 25, 2008
Change user and group ownership of a file chown user:group file
Tail Command in Follow Mode
February 21, 2008
View in real time what is added to a file. -f stands for Follow tail -f /var/log/messages
Recent Comments