Memorise

Archive for the ‘Linux/OSX’ Category

Netstat Command

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 […]

How To Fix “Device eth0 does not seem to be present, delaying initialization” Error

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 # […]

Shrew Soft Mac OSX vpn client

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 Mac Mail Mark As Read Behavior from the Command Line

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 […]

How to make a bootable OS X 10.10 Yosemite install drive

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 […]

Default settings for Exchange-related virtual directories in Exchange Server 2010

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 […]