Search This Blog

03 September, 2013

command line configuration and statistics for Wi-Fi in windows OS

Netsh (Network shell)is a command-line scripting utility that allows you to, either locally or remotely, display or modify the network configuration of a computer that is currently running. 



1) To check the interface statistics


netsh wlan show interface



Output will be like below

Name : Wireless Network Connection

Description : Intel Centrino Advanced-N 6200 AGN

GUID : xxdcxxxx-xxxx-xxxx-axx5-xxxxxxxxxxxx

Physical address : xx:xx:xx:xx:xx:xx

State : connected

SSID : Belkin-test

BSSID : 0x:8x:3x:xx:xx:xx

Network type : Infrastructure

Radio type : 802.11g

Authentication : WPA-Personal

Cipher : TKIP

Connection mode : Profile

Channel : 3

Receive rate (Mbps) : 54

Transmit rate (Mbps) : 54

Signal : 90%

Profile : Belkin-test

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...