11/06/2010

Can You Top This? 15 Practical Linux Top Command Examples

Can You Top This? 15 Practical Linux Top Command Examples: "This article is part of the on-going 15 example series where 15 examples will be provided for a specific command or functionality. In this series, earlier we discussed about find command, crontab examples, grep command, history command, ping command, and wget examples.
In this article, let us review 15 examples for Linux top command that will [...]

Read More: Can You Top This? 15 Practical Linux Top Command Examples

Copyright © The Geek Stuff. All Rights Reserved. Support us when you shop at amazon. Thank You!

Get your copy of Vim 101 Hacks eBook.
Linux 101 Hacks eBook Password: linux-is-wonderful

10/30/2010

How to Backup Linux? 15 rsync Command Examples

How to Backup Linux? 15 rsync Command Examples: "rsync stands for remote sync. rsync is used to perform the backup operation in UNIX / Linux. rsync utility is used to synchronize the files and directories from one location to another in an effective way. Backup location could be on local server or on remote server. Important features of rsync Speed: First time, rsync [...]

Read More: How to Backup Linux? 15 rsync Command Examples

Copyright © The Geek Stuff. All Rights Reserved. Support us when you shop at amazon. Thank You!

Get your copy of Vim 101 Hacks eBook.
Linux 101 Hacks eBook Password: linux-is-wonderful

"

10/23/2010

HowTo: Use Bash Parameter Substitution Like A Pro

HowTo: Use Bash Parameter Substitution Like A Pro: "

The $ character is used for parameter expansion, and command substitution. You can use it for manipulating and/or expanding variables on demands without using external commands such as sed or awk.

"