Networking

Recent in Networking

How to run commands on a remote machine using ssh(no interactive shell)

We all use ssh to access machines remotely, but not many know that instead of using a shell we can use ssh to simply run a command on the remote system. Just add the command, you want to be executed, after the user@host part and instead of throwing an interactive shell, ssh will run the command on the remote machine and show you the output(if any).

Here is a simple illustration:

Live Bandwidth monitoring became easy with Netmonitor screenlet

So, I think my search for a live network bandwidth monitor finally ended with this screenlet, netmonitor. Bmon and vnstat were working fine, but I was looking for something that can be present all the time on the screen without hindering other apps. A Screenlet was indeed the best option to go for.

How to configure BSNL EVDO on Linux

BSNL EVDO was India's first 3G wireless broadband service. I have been a fan of EV-DO for a long time. BSNL by default doesn't have any support for linux. In this howto, I will show two ways to configure BSNL EVDO USB modem on your Linux system - a Graphical method using Network Manager and other using wvdial.

Monitor your Internet Traffic Stats using Vnstat

A few days ago, I got the last month's Internet Bill. And due to overusage I had to pay 4 times the usual. That's when I realized that I definitely need to keep a check on my Internet usage. Vnstat is a simple console based tool built for such purposes. It keeps a log of the network traffic for the selected interface(s). It can show the usage stats in various formats (daily, monthly even live mode is available). It has proved to be a real life(actually money  ) saver for me.

SSH login without Password

Alright! So this one day, I'm talking to a friend. She's telling me about this real cool movie she heard about...2012 or something (which btw... WATCH! ). Now I'm also typing my password on an ssh server, and I happen to mistype. Now I have a feeling I've done so, so I press Backspace till I think nothing could ever have lasted here and type again. My lucky day it was, for I happen to mistype again. That was when it hit me! There's gotta be a way around this password thingy. This is why I love being a Linuxer. There's always a way out of everything!!!

How to: Mount Remote Directories using sshfs

So, we had this lab last week, doing some hands on work on Xen. While performing a task, one of the requirements was to make the directory structure look exactly the same as the one on the remote machine. One way, was to manually change the directory contents - filenames etc. and make it look similar to that on the remote system(pathetic way ), the other was to mount it remotely(better way). Thats when I came to know about this really quick and secure way of mounting remote locations using sshfs.

Bmon, a real-time Bandwidth monitoring tool

So, I have already been using vnstat monitoring tool to keep a track of my Internet usage stats for some time. Recently, I started looking for a real time network bandwidth monitoring tool. Vnstat's live" mode works fine, but while looking for something better I came across bmon, which is actually a specialised console-based real time bandwidth monitoring app.

Netactview, a graphical tool to monitor Network Activity on a Linux system

A few days ago, I wrote about monitoring your system's network activity on linux, a command line approach. Someone also commented about a graphical tool available to monitor various network connections on your system, netactview. So, here is its small review.

How to enable file sharing and receiving over Bluetooth

We can easily send files and browse other bluetooth enabled machines using gnome bluetooth, the default bluetooth application of Gnome. I was pretty happy with this utility until one day I found out that I didn't know how to receive any file over bluetooth :o . I couldn't find any receiving option in the bluetooth applet. This was when I came to know about "gnome-user-share"(a great app) using which you can not only receive but even share files over bluetooth.

How to set up NAT in Linux using iptables

This is a small step by step tutorial to set up NAT on a linux machine using iptables. NAT, network address translation is a technique to share internet connection with private networks. Your system will act as gateway and will provide Internet access to multiple hosts in Local Area Network using one single public IP address.

Syndicate content