In order to install openssh server correctly for Windows 7, you will need to do the following: Install Cygwin in the normal way. Make sure you’ve got openssh and cygrunsrv as selected packages to install. Right-click the Cygwin shell icon, and Run as administrator. Run ssh-host-config. Follow the prompts carefully: if needed, it will tell you which permissions you need to […]
Category: How-To
FIOS DHCP leases are MAC bound between the router and the ONT. When swapping routers, it is imperative to release your DHCP lease, otherwise, the new router may not be able to obtain a DHCP lease. There are several ways to release your DHCP lease: Via router GUI. Verizon routers provide this function. Some, but […]
LAMP which stands for Linux, Apache, MySQL and PHP and serves the purpose of web development based on Open Source concept. Apache is the Web server, MySQL is the relational database and PHP (Preprocessor Hyper Text) is an object oriented programming language. The simplest and most likely to be used approach is to use the […]
Truth: day-to-day tasks suck To automate SSH login, do the following: 1. Run PuTTYgen. 2. Select SSH-2 DSA as the Type of Key to generate. 3. Click generate and move your mouse around to generate randomness. 4. Click “Save Private Key” and save it somewhere on your computer. 5. Copy the entire content inside the […]
Capturing with tcpdump There are occasions when you want to capture packets using tcpdump rather than wireshark, especially when you want to do a remote capture. Please note that the default tcpdump parameters result in a capture file where each packet is truncated, because most versions of tcpdump, will, by default, only capture the first […]
A quick pffffft: The Problem Step Recorder (PSR) is a little known feature of Windows 7 which allows you to record your desktop along with applications and activities so you can later show someone such as a tech support person or even give a demo on how to use something in Windows. This is very […]