YUM History (list, info, summary, repeat, redo, undo, new)
Yum (Yellowdog Update Modified) is RPM Packet Management system for Fedora, CentOS, Red Hat, OpenSuse etc. Yum history (list, info,...
Read MoreAdd Hostname, Date, Time, Uptime, Load Average to Linux Terminal Title
This tip is really useful if you need/want to monitor multiple servers at the same time. This Tip works, as the tip, by which you can add...
Read MorePHP CLI Colors – PHP Class Command Line Colors (bash)
PHP Command Line Interface (CLI) has not built-in coloring for script output, like example Perl language has...
Read MoreDelete files securely on Linux – Journaled file systems
Few days ago I write about shred, which work fine for old systems, like EXT2, but not so nice with journaled file systems. Modern file...
Read MoreDelete files permanently with shred command in Linux – Remove absolutely
Sometimes need to delete files whose contents should disappear absolutely, completely and safely. Linux command rm just remove file and it...
Read MoreFormat bytes with PHP – B, KB, MB, GB, TB, PB, EB, ZB, YB converter
Simple PHP function that formats the bytes to the desired form. Possible unit options are: Byte (B) Kilobyte (KB) Megabyte (MB) Gigabyte...
Read MorePHP Script to Generate PostgreSQL Table Partitioning (Part 2)
As Part 1 (Howto create PostgreSQL table partitioning) shows, making of PostgreSQL partitioning needs a lot of SQL commands. So this Part 2...
Read MoreFedora 13 nVidia Drivers Install Guide (disable the nouveau driver)
Fedora 14 users check Fedora 14 nVidia Drivers Install Guide (disable nouveau driver) I’ve tried this method in few Fedora 12 and...
Read MoreAdd date and time to Linux terminal title (Gnome Terminal, xterm, urxvt, rxvt)
Here is easy way add date and time to Linux terminal title. This trick works at least following terminals Gnome Terminal, xterm, urxvt,...
Read MoreGoogle search from Linux and UNIX command line
Today I started thinking that how cool is do some Google searches straight from command line. First I try to find some ready tricks from...
Read MoreLinux Tip: How to handle a files with a dash as first character from command line
Sometimes you maybe have to handle files with a dash (-) as first character from Linux command line. It can be difficult, because the...
Read MoreCalendar (cal) on Linux command line
Sometimes it feels that many of the excellent and convenient command-line tools is forgotten, when they are replaced by graphical tools. A...
Read MoreNano Text Editor and nanorc Tips and Tricks
Nano is easy to use and lightweight command line text editor for Linux and UNIX systems. Nano text editor can use either the default...
Read MoreMicrosoft Word doc documents handling on Linux command line with Antiword
Sometimes it is convenient and necessary to deal with Microsoft Word doc documents directly on Linux command line. MS Word documents...
Read More