aguea asia
Linux Commands
@LinuxCmd
Linux Command Line & and Shell Scripts by Domenico Rigattieri
Joined August 2009
Tweets
54
Following
4
Followers
2,922
Likes
2
Photos and videos
Photos and videos
Tweets
Linux Commands
@LinuxCmd
11 Mar 2016
Dear Followers I invite you to
@leanbigdata
1
Linux Commands
@LinuxCmd
26 Sep 2014
#shellshock
#vulnerability
Test your system: env x='() { :;}; echo you are vulnerable' bash -c "echo this is a test"
1
6
8
Linux Commands
@LinuxCmd
12 Dec 2012
Tweet from command line, please try it and feedback. Some clients:
floodgap.com/software/ttytte…
code.launchpad.net/twitter-c…
1
5
7
Linux Commands
@LinuxCmd
26 Jul 2012
Try in your shell this command: banner twitter
1
2
Linux Commands
@LinuxCmd
6 May 2012
QUICK TIP for grepping a file gzip/compress without uncompress it: # gzgrep mystring file.gz (try & enjoy!)
2
6
Linux Commands
@LinuxCmd
6 May 2012
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
Linux Commands
@LinuxCmd
22 May 2011
offline version it's available here: http://www.linuxguide.it/command_line/download download and enjoy! share it with your friends...
1
3
4
Linux Commands
@LinuxCmd
22 May 2011
Commands line - quick update status: http://www.linuxguide.it/command_line/en/linux_commands_line.php?MenuShow=ToDo
1
Linux Commands
@LinuxCmd
2 Jan 2011
happy new year by LinuxGuide.it - nothing it's impossible by command line!
2
1
Linux Commands
@LinuxCmd
29 Mar 2010
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
Linux Commands
@LinuxCmd
27 Mar 2010
Software Linux: http://digg.com/d31Mmov?t
1
Linux Commands
@LinuxCmd
15 Mar 2010
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
Linux Commands
@LinuxCmd
26 Aug 2009
{RPM} - how2 extract executable file from a rpm package: # rpm2cpio [package.rpm] | cpio --extract --make-directories *bin*
1
Linux Commands
@LinuxCmd
24 Aug 2009
{FIND - search binary files are not used in the last 100 days: # find /usr/bin -type f -atime 100
2
1
Linux Commands
@LinuxCmd
24 Aug 2009
{PASTE} - how2 merging contents of two files for columns with ' ' delimiter on the center: # paste -d ' ' file1 file2
1
2
Linux Commands
@LinuxCmd
24 Aug 2009
{SED} - how2 remove empty characters at the end of each row: # sed -e 's/ *$//' example.txt
2
1
Linux Commands
@LinuxCmd
24 Aug 2009
{SED} - how to eliminate the first line from file example.txt: # sed -e '1d' exampe.txt
1
Linux Commands
@LinuxCmd
23 Aug 2009
[ TWEETMEME ] http://bit.ly/bZKGp
Linux Commands
@LinuxCmd
23 Aug 2009
{PS} - 1) displays linux tasks in a hierarchical mode: # ps -e -o pid,args --forest ; 2) Shows a tree system processes: # pstree
2
Linux Commands
@LinuxCmd
22 Aug 2009
Download "Linux Command Line", over 350 examples of linux commands translated in many languages: http://bit.ly/fL7xz
4
2
Load more