Install Windows 7 on a Samsung 9 Series Ultrabook

Stuck trying to get your doggone USB key to boot so you can install Windows 7 on your new Series 9 Ultrabook? Have no fear! It was way harder to figure out how to do this on my 900X3D, so I figured I’d write it up and save you the hassle. If you haven’t already, setContinue reading “Install Windows 7 on a Samsung 9 Series Ultrabook”

Port usage… How do I check?

netstat -a netstat -r The command netstat /? will show all options. I find netstat -nob one of the most useful command variants. or netstat -nobv wish displays this for me right now. Proto  Local Address          Foreign Address        State           PID TCP    192.168.0.2:2864       216.45.19.33:80        ESTABLISHED     3676 C:\WINDOWS\system32\CSLSP.DLL C:\WINDOWS\system32\WS2_32.dll C:\WINDOWS\system32\WININET.dll [IEXPLORE.EXE]

PBX Knowledge

http://www.freepbx.org/book/export/html/2030 Change to the Asterisk CLI To change to the Asterisk command line interface (CLI), at the root prompt type: root@pbx~$ asterisk -rvv (r and two v’s) The prompt should change to CLI> Asterisk will display all activity that occurs on the command line. You will see information about the extensions each time they connect.Continue reading “PBX Knowledge”