Tag: network
Share Current Folder over the Web
Want to show something on your machine to someone over the web? Don’t copy it or upload it somewhere. Just…
Mount Windows Network Share with Samba
Use this command to mount a share on a windows system. It uses Samba. mount -t smbfs -o username=user,password=pass //WinClient/share…
Command to mount a Samba Share in Linux
Mount a windows network share in Linux using Samba mount -t smbfs -o username=user,password=pass //WinClient/share /mnt/share
Get External IP
Get the external IP of your system – useful if you have a dynamic ip… curl -s checkip.dyndns.org|sed -e ‘s/.*Current…
Find Current IP Address
Find the IP address of all the active interfaces. ifconfig | egrep -o ‘^[a-z0-9]{1,12}|inet addr:[0-9.]+’
Enable Bridging for VirtualBox in Fedora 8
To access net on a guest OS installed within VirtualBox, you have to enable bridging. This is what I did……
Sharing an Internet Connection from A Linux System using IPTables
To setup internet connection sharing in Linux system using IPTables Enable IP forwarding Run as root sysctl -w net.ipv4.ip_forward=1 To…
Recent Comments