My Home Lab
Pages
(Move to ...)
Home
About
▼
Wednesday, July 6, 2011
How to see your public IP address from command line
›
Searching around I found few ways to do that while using Linux console. Upon entering the script , the prompt will return the public IP add...
Tuesday, June 28, 2011
Calculating Subnets in Linux
›
Here are some Linux tools that can calculate subnets ipcalc ~$ ipcalc 192.168.2.1/28 Address: 192.168.2.1 11000000.10101000...
Sunday, June 26, 2011
Measure network performance with Iperf/JPerf
›
Iperf is open source network performance tool developed by NLANR/DAST. It measures maximum TCP and UDP bandwidth performance and reports ...
2 comments:
Tuesday, June 21, 2011
Conky for system monitoring
›
I wanted a tool to show system monitoring for my desktop but not to consume a lot of resources. Goggling around I found Conky . Conky is a ...
Monday, June 20, 2011
Ethernet card speed and duplex settings
›
Using ethtool ethtool is the standard Linux utility for controlling network drivers and hardware, particularly for wired Ethernet devi...
Friday, June 17, 2011
Wireless throughput from Notebook
›
Having similar setup as before I decided to check now, how much throughput I can get from my wireless on notebook. SETUP ...
Monday, June 13, 2011
How to check release version in Ubuntu
›
There are many ways to check from Ubuntu the release version. ~$ cat /etc/issue.net Ubuntu 8.04.4 LTS ~$ cat /etc/lsb-release DISTRIB_ID...
Sunday, June 12, 2011
Wireless throughput from Sony Ericsson XPERIA X8
›
I wanted to test the wireless throughput from my mobile device. One tool that can do this is Iperf. Setup Results Best throughput...
1 comment:
‹
Home
View web version