Blogs about: Linux Commands

Featured Blog

vi commands every programmer should know...

openSourceGuy wrote 1 day ago: Search /word                      Search “word” from top to bottom ?word                      Search … more →

Tags: Unix Commands

Working with tar and tar Encryption

sanjaydalal4u wrote 2 weeks ago: STEP 1 :  (Using the tar command on the directory /example) Suppose you have a directory /stuff. To … more →

Tags: Tips & Tricks

Use of Netstat Commands

sanjaydalal4u wrote 2 weeks ago: Netstat (network statistics) is a command-line tool that displays network connections (both incoming … more →

Commands related to Process Control

sanjaydalal4u wrote 2 weeks ago: Here “PID” is refer to the process ID, that you can get from command “ps -aux … more →

Useful commands for Ubuntu

sanjaydalal4u wrote 2 weeks ago: Privileges Commands sudo command - run command as root sudo su – root shell open sudo su user – open … more →

Useful 100+ Linux commands

sanjaydalal4u wrote 2 weeks ago: 1. Schedule a queue to run at 9am on March 1st. Note: Ctrl-d to save and exit. # at 9am March 1 2. S … more →

Check your Disk Performance

sanjaydalal4u wrote 2 weeks ago: Using some simple command you can check the performance of hard disk #hdparm -tT /dev/sda Output: / … more →

Time Related Commands

Nicolas wrote 2 weeks ago: Here a some commands that I use either for setting up the time in my machine or to take advantage of … more →

Handy commands for a Linux Administrator

vincirufus wrote 3 weeks ago: Recently I had to SSH into one of our servers to try and fix a pesky little problem and I realized I … more →

Tags: Linux Love

wait in Bash..

chrisgralike wrote 1 month ago: This is an alternative for sleep [i]n[/i] function wait(){ BOGUS=`read -n1 -t1 any_key` BO … more →

Tags: Linux, Using, Scripting, Bash, Tip, For, Programming, wait, pause...

Addendum to Lessons Learned

maurien19 wrote 1 month ago: Stuff that are most often taken for granted but are important nonetheless to survive hackintoshing: … more →

Tags: hackintosh HP Mini, install Mac OS X Leopard on HP Mini 1000, Hackintosh, hackintosh hp mini 1000, Command line, Bash, Terminal, single user, OS X commands

NRPE - Check_memory script

chrisgralike wrote 1 month ago: this script is intended to “mime” the NSClient++ checkMem option on linux. Most check_me … more →

Tags: Linux, Nagios / Centreon, centreon, network monitoring, In, Using, Scripting, Nagios, monitoring

manual : Installing Config::IniFiles 2 comments

chrisgralike wrote 2 months ago: Installing Config::IniFiles, this is a requirement for using some of the Centreon included plugins. … more →

Tags: Linux, Tooling, centreon, network monitoring, manual, Perl, config, IniFIles, Config::IniFiles

Why Men Love UNIX

Aadilkhan wrote 2 months ago: This was mail forward I got a couple of years ago… Reason why men love UNIX: $ touch; $ finger … more →

Tags: Apple Mac, Funny, Apple, Linux Tools, Linux, unux

Remove Blank lines from file

sanjaydalal4u wrote 2 months ago:   sed ‘/./!d’ backupfilelist.txt > temp1.txt sed ‘/^$/d’ backupfilelist.t … more →

Tags: Tips & Tricks, HowTo

Memo : Find Linux distribution Name

chrisgralike wrote 2 months ago: Ever wondered what distribution your dealing with, followed all ‘uname’ commands and all … more →

Tags: Linux, Nagios / Centreon, Oel, ubuntu, RH, Find, Kernel, Distribution, name

Copy one file to a bunch of directories using find and cp

sanjaydalal4u wrote 2 months ago: find directory1 directory2 directory3 -type d -exec cp filename {} \; what this command does: First, … more →

Tags: Tips & Tricks, HowTo

Vim commands I'm trying to learn/remember

sanjaydalal4u wrote 2 months ago: Here are some vi/vim commands that I need to remember: Vim Commands ———— :s … more →

curl download

stanleyjohns wrote 3 months ago: When wget does not work, try the curl command. This command can be used to download remote files to … more →


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS

Find other items tagged with “linux-commands”:
Technorati Del.icio.us IceRocket