Tag: command
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
Change File Encoding
February 17, 2008
Creates a new from the given input file by assuming it is encoded in fromEncoding and converting it to toEncoding….
Recent Comments