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

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: 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

Install Memcached on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.7

Updated by on Jan 14, 2012 in CentOS, Featured, Fedora, Linux, Red Hat (RHEL), Server Guides, Servers | 14 comments

Memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding...

Read More

Linux locate command: Find Files and Directories Quickly and Efficiently

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

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

YUM History (list, info, summary, repeat, redo, undo, new)

Updated by on Oct 16, 2010 in Linux, YUM Guides/Howtos | 3 comments

Yum (Yellowdog Update Modified) is RPM Packet Management system for Fedora, CentOS, Red Hat, OpenSuse etc. Yum history (list, info,...

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

PHP CLI Colors – PHP Class Command Line Colors (bash)

Updated by on Oct 15, 2010 in Featured, Linux, PHP, Programming | 5 comments

PHP Command Line Interface (CLI) has not built-in coloring for script output, like example Perl language has...

Read More

Delete files securely on Linux – Journaled file systems

Updated by on Oct 16, 2010 in Command Line Guides, Linux | 0 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

Delete files permanently with shred command in Linux – Remove absolutely

Updated by on Dec 18, 2009 in Uncategorized | 0 comments

Sometimes need to delete files whose contents should disappear absolutely, completely and safely. Linux command rm just remove file and it...

Read More

PHP Script to Generate PostgreSQL Table Partitioning (Part 2)

Updated by on Sep 7, 2010 in Programming, SQL | 1 comment

As Part 1 (Howto create PostgreSQL table partitioning) shows, making of PostgreSQL partitioning needs a lot of SQL commands. So this Part 2...

Read More

Google search from Linux and UNIX command line

Updated by on Oct 16, 2010 in Command Line Guides, Linux | 2 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
Bear