Linux Command Line & and Shell Scripts by Domenico Rigattieri

Joined August 2009
Photos and videos
Dear Followers I invite you to @leanbigdata
1
#shellshock #vulnerability Test your system: env x='() { :;}; echo you are vulnerable' bash -c "echo this is a test"
1
6
8
Tweet from command line, please try it and feedback. Some clients: floodgap.com/software/ttytte… code.launchpad.net/twitter-c…

1
5
7
Try in your shell this command: banner twitter
1
2
QUICK TIP for grepping a file gzip/compress without uncompress it: # gzgrep mystring file.gz (try & enjoy!)
2
6
dear penguins, I apologize for being away so long but I was busy with other projects! here is the new group on FB facebook.com/groups/11426804…

1
2
offline version it's available here: http://www.linuxguide.it/command_line/download download and enjoy! share it with your friends...

1
3
4
Commands line - quick update status: http://www.linuxguide.it/command_line/en/linux_commands_line.php?MenuShow=ToDo

1
happy new year by LinuxGuide.it - nothing it's impossible by command line!

2
1
help us to share "Linux Command Line" => JOIN FB Group to share it with your friends: http://www.facebook.com/group.php?gid=114268045333

2
1
Software Linux: http://digg.com/d31Mmov?t

1
how2find pid of proc net 8080 port (netstat) a root user: for i in $(ls -1 /proc); do echo PID ${i}; pfiles /proc/${i} |grep 8080; done
2
4
{RPM} - how2 extract executable file from a rpm package: # rpm2cpio [package.rpm] | cpio --extract --make-directories *bin*
1
{FIND - search binary files are not used in the last 100 days: # find /usr/bin -type f -atime 100
2
1
{PASTE} - how2 merging contents of two files for columns with ' ' delimiter on the center: # paste -d ' ' file1 file2
1
2
{SED} - how2 remove empty characters at the end of each row: # sed -e 's/ *$//' example.txt
2
1
{SED} - how to eliminate the first line from file example.txt: # sed -e '1d' exampe.txt
1
[ TWEETMEME ] http://bit.ly/bZKGp

{PS} - 1) displays linux tasks in a hierarchical mode: # ps -e -o pid,args --forest ; 2) Shows a tree system processes: # pstree
2
Download "Linux Command Line", over 350 examples of linux commands translated in many languages: http://bit.ly/fL7xz

4
2