Author: Binny V A
A philosopher programmer who specializes in backend development and stoicism.
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….
Batch Resize Images with ImageMagick
February 16, 2008
Batch resize files in the current directory and send them to a thumbnails directory (requires convert from Imagemagick) find ….
Cpuinfo
February 15, 2008
Linux command to show information about the CPU cat /proc/cpuinfo # Result (example) processor : 0 vendor_id : AuthenticAMD cpu…
Recent Comments