grep awk sort
- No Comments
- May, 04, 2010
- Angelo Schalley
- Linux
Print second column and sort
ifconfig -a | grep 192.168 | awk ‘{print $2}’ | sort
Print seconf column with extra text
ifconfig -a | grep 192.168 | awk ‘{print “some text” $2 “more text”}’ | sort
Active Passive ftp IIS and other
- No Comments
- Mar, 09, 2010
- Angelo Schalley
- html / php, IIS, Linux, Networking, Windows-Microsoft
Here a brief explaination on the security on Passive FTP.
This has the same impact on the machines running passive ftp now a days
As you know, FTP is a TCP/IP application-level protocol—not a Microsoft invention. Passive FTP is described as part of the FTP protocol specification in IETF Request for Comments (RFC) 959, which you can find at http://www.w3.org/protocols/rfc959. Before I explain passive FTP (sometimes called PASV for the actual FTP command that requests this kind of connection), let me review how standard, or active, FTP works.
Read more on Active Passive ftp IIS and other…
add ntfs support to centos
- No Comments
- Feb, 26, 2010
- Angelo Schalley
- Linux
mkdir /usb
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm ( DagWierz)
yum install fuse fuse-ntfs-3g dkms dkms-fuse
fdisk -l
mount /dev/sdc1 /usb