Upgrade Fedora 17 to Fedora 18 using FedUp

Updated by on Jan 27, 2013 in Command Line Guides, Featured, Fedora, Install Guides, Linux, Server Guides, YUM Guides/Howtos | 13 comments

This is guide, howto upgrade Fedora 17 to Fedora 18 (Spherical Cow) using YUM. Old official Preupgrade method is not available anymore on...

Read More

YUM Delete / Remove Old Kernels on Fedora, CentOS, Red Hat (RHEL)

Updated by on Oct 14, 2012 in CentOS, Command Line Guides, Featured, Fedora, Linux, Red Hat (RHEL), Servers, YUM Guides/Howtos | 6 comments

This is quick guide howto delete/remove/clean old kernels on Fedora, CentOS, Red Hat (RHEL). I use here two kernel as example, if you want...

Read More

SVN (Subversion) Backup and Restore

Updated by on Jan 10, 2013 in Command Line Guides, Featured, Linux, Programming, Server Guides, Servers, Version Control | 11 comments

This is quick guide, howto Backup (dump) and Restore (load) SVN (Subversion) repository on Linux. This is actually very simple and...

Read More

Solarized Linux

Updated by on Jan 28, 2013 in Command Line Guides, Desktop Guides, Featured, IDEs and Tools, Install Guides, Linux, Most Popular, Programming, Programs | 20 comments

I like very much Ethan Schoonover Solarized color palette. So I decided write a guide, howto get Solarized colors to most commonly used...

Read More

VI and VIM Syntax Highlighting on Fedora / CentOS / Red Hat (RHEL)

Updated by on Feb 17, 2012 in CentOS, Command Line Guides, Featured, Fedora, Linux, Red Hat (RHEL) | 14 comments

This is guide, howto enable Vi and Vim text editor syntax Highlighting on Fedora / CentOS / Red Hat (RHEL). Actually on Fedora, CentOS and...

Read More

Linux: Display / Show File Contents (tabs, line breaks, non-printing characters)

Updated by on Jan 4, 2011 in Command Line Guides, Linux | 0 comments

I write before guide, howto create file on Linux shell / command line without text editor (with cat command) and this is guick tip howto...

Read More

Linux: Get IP Address on Command Line/Shell (internal/external)

Updated by on Oct 4, 2012 in Command Line Guides, Linux | 22 comments

This is quick tip, howto get internal IP address and external IP address on Linux Shell / Command Line. This guide also show, howto make...

Read More

Quit Bash Shell Without Saving Bash History (5 Methods)

Updated by on Oct 13, 2011 in Command Line Guides, Linux | 2 comments

Sometimes it is very useful to delete / remove Bash history partially or completely when log out. Here is my favourite methods howto log...

Read More

Linux Encrypt Files/Decrypt Files – GPG Interactive/Non Interactive Modes

Updated by on Oct 19, 2010 in Command Line Guides, Linux, Programs, Security | 0 comments

GNU Privacy Guard (GnuPG or GPG) is a free software alternative to the PGP suite of cryptographic software. This is quick guide, howto...

Read More

Show Linux Version, Distribution (Distro), System Information

Updated by on Oct 15, 2010 in Command Line Guides, Linux, Programs | 3 comments

This is quick guide howto show Linux version, howto show Linux distributin (distro) info, howto show Linux System information, kernel...

Read More

List tar/tar.gz/tar.bz2 Contents – List all files in archive.tar

Updated by on Oct 15, 2010 in Command Line Guides, Linux | 1 comment

This is quick tip, howto list contents of tar, tar.gz and tar.bz2 files without unpacking file. This is very useful on server environment...

Read More

Linux: Create Text File on Linux Shell / Command Line

Updated by on Dec 29, 2010 in Command Line Guides, Linux | 2 comments

This is a very typical case, the need to create a temp file on the command line quickly. Opening editor, writing content, save file and...

Read More

Linux locate command: Find Files and Directories Quickly and Efficiently

Updated by on Oct 25, 2012 in Command Line Guides, Linux | 3 comments

This is quick guide howto find files and directories quick and efficiently on Linux with locate command. Linux find command is outdated,...

Read More

cURL Tip: Check that the Apache Compression (gzip, deflate) is Working

Updated by on Oct 16, 2010 in Command Line Guides, Featured, Linux, Programming, Servers | 0 comments

This is a quick method with using cURL to check that Apache Compression with mod_gzip and mod_deflate is working. Only the remote server...

Read More

Add Hostname, Date, Time, Uptime, Load Average to Linux Terminal Title

Updated by on Oct 16, 2010 in Command Line Guides, Linux | 0 comments

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 More

Delete files securely on Linux – Journaled file systems

Updated by on Oct 16, 2010 in Command Line Guides, Linux | 2 comments

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 More

Hide Apache ServerSignature/ServerTokens/PHP X-Powered-By

Updated by on Dec 8, 2011 in Command Line Guides, Linux, Servers | 4 comments

By default almost all Apache installation shows sensitive server information with Apache version number, server operating system details,...

Read More

Add date and time to Linux terminal title (Gnome Terminal, xterm, urxvt, rxvt)

Updated by on Oct 16, 2010 in Command Line Guides, Linux | 2 comments

Here is easy way add date and time to Linux terminal title. This trick works at least following terminals Gnome Terminal, xterm, urxvt,...

Read More

Google search from Linux and UNIX command line

Updated by on Oct 16, 2010 in Command Line Guides, Linux | 6 comments

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 More

Linux Tip: How to handle a files with a dash as first character from command line

Updated by on Oct 16, 2010 in Command Line Guides, Linux | 0 comments

Sometimes you maybe have to handle files with a dash (-) as first character from Linux command line. It can be difficult, because the...

Read More

Calendar (cal) on Linux command line

Updated by on Dec 3, 2012 in Command Line Guides, Linux, Programs | 5 comments

Sometimes it feels that many of the excellent and convenient command-line tools is forgotten, when they are replaced by graphical tools. A...

Read More

Nano Text Editor and nanorc Tips and Tricks

Updated by on Dec 12, 2011 in Command Line Guides, Featured, Linux | 4 comments

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 More

Microsoft Word doc documents handling on Linux command line with Antiword

Updated by on Oct 16, 2010 in Command Line Guides, Linux, Programs | 2 comments

Sometimes it is convenient and necessary to deal with Microsoft Word doc documents directly on Linux command line. MS Word documents...

Read More