The netstat command, it can show details about individual network connections, overall and protocol-specific networking statistics, and much more, all of which could help troubleshoot certain kinds of networking issues. Netstat Command Syntax netstat [-a] [-b] [-e] [-f] [-n] [-o] [-p protocol] [-r] [-s] [-t] [-x] [-y] [time_interval] [/?] How to Read Command Syntax Netstat Command List Option Explanation […]
check network: # ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Try to start Eth0 device # […]
After reading number of blog and days of internet search, the solution worked for me. The kernel will keep looping some very simple tasks, e.g. getting the date, therefore ‘consuming’ (with the highest priority) the majority of the CPU in a bid to cool the system down. The solution mentions on other blog about removing ACPI_SMC_PlatformPlugin.kext, […]
Screen It’s not actually necessary to download an install extra software, as you can use the Mac OS X built in Terminal and screen. Screen lacks some features, but it does include VT100/ANSI terminal emulation, and can be extremely useful. Open an OS X terminal session (window) Find the right TTY device. Type: ls /dev/cu.* […]
Shrew Soft have a Mac OSX port of the VPN client based on the head ( 2.2.x ) sources. It seems that it requires more testing, but it appears to be more or less stable. There are two requirements / dependency before running the native install package (.dmg file) 1) Install the LGPL Qt Framework […]
Adjusting Mail Mark As Read Behavior from the Command Line Launch the Terminal Set the delay to 2 seconds with the following: defaults write com.apple.Mail MarkAsReadDelay 2 Replace the two on the end with any number to change the delay to that many seconds. You can also remove the delay with the following defaults write command: defaults […]
Connect to your Mac a properly formatted 8GB (or larger) drive, and rename the drive Untitled. (The Terminal command used here assumes the drive is named Untitled.) Also, make sure the Yosemite installer, called Install OS X Yosemite.app, is in its default location in your main Applications folder (/Applications). This means that if you moved […]
Exchange Server 2010 with the Client Access Server (standalone): Location Authentication SSL Setting Management Default Web Site Anonymous Required IIS Management Console aspnet_client Anonymous Required IIS Management Console Autodiscover Anonymous / Basic / Windows Authentication Required Exchange Management Shell ECP Anonymous / Basic Required Exchange Management Console or Shell EWS Anonymous / Windows Authentication Required […]
One of the great benefits of the Debian Installer is the ability to boot an ISO image, set up networking and complete an installation remotely via SSH (Secure Shell). You can use the following steps to get the installer launched. Boot from the CD and in the Installer boot menu select “Advanced options >” Select […]