[linux notes] to bind remote port as local port through ssh tunnel
Here is an example to demonstrate binding remote port as local port through ssh tunnel. I would like to connect port number …
Here is an example to demonstrate binding remote port as local port through ssh tunnel. I would like to connect port number …
! interface Port-channel1 description bcbay1 switchport access vlan 500 switchport trunk encapsulation dot1q switchport mode trunk switchport nonegotiate ! interface GigabitEthernet1/0/13 description …
http://kbase.redhat.com/faq/FAQ_85_5928.shtm Resolution: Release Found: Red Hat Enterprise Linux 4 Symptom: NFS relies on portmap to assign the ports on which it will …
mkdir /var/myca cd /var/myca vi /etc/ssl/openssl.cnf /usr/share/ssl/misc/CA -newca openssl req -newkey rsa:1024 -nodes -keyout newreq.pem -out newreq.pem /usr/share/ssl/misc/CA -sign openssl x509 -in …
sendmail -v me@mydomain.com < /dev/null To change sendmail.cf line. From: O DaemonPortOptions=Port=smtp,Address=127.0.0.1, Name=MTA To: O DaemonPortOptions=Port=smtp, Name=MTA
Deleting preferences ~/Library/Application Support/Skype/ ~/Library/Preferences/com.skype.skype.plist also delete the possibly corrupt cache files (i.e. the following folder and everything in it). make sure …
-f <file> — Query the Package Owning <file> How many times have you found a program sitting on your system and wondered …
ps | grep test | awk ‘{print $1}’ | xargs kill
find ./ -name .depend |xargs rm -rf
mount_smbfs -W workgroup //user@SERVER/folder ./mntpoint umount ./mntpoint from : http://snippets.dzone.com/posts/show/260