Archive for 'Operating System' Category
Configuring VyprVPN on Android 2.1
We all know that NOTHING is private on an Open Wi-Fi network (like at starbucks, book stores, airports … and yes even hotel rooms) (see this article for more information: What is a Wi-Fi Hotspot and How Do I Use It? and this one How to Stay Safe on Public Wi-Fi) So how do you [...]
Linux Killall Equivalent in Windows Vista
While working on a midsized ASP.NET project today, I finally got fed up having to kill ‘by hand’ (or by clicking) the ASP.NET Development Servers (4 run for my project). I found this Linux Killall equivalent in Windows Vista today: TASKKILL TASKKILL [/S system [/U username [/P [password]]]] { [/FI filter] [/PID processid | /IM [...]