Posted on 22-03-2012
Filed Under (windows) by admin

In this tutorial, I’ll show you how you can quickly change your icon size in windows 7.

1- Click on an empty space on desktop

2- Press and hold the “Ctrl” key

3- Using the mouse wheel, scroll up or down until you get your desire size.

 

Comments Off    Read More   
Posted on 02-03-2012
Filed Under (windows) by admin

Microsoft just released Windows 8 Beta (Consumer Preview). So if you like to take this beta version for a test drive, here is the link to iso image.

http://windows.microsoft.com/en-US/windows-8/iso

steps to burn the image to dvd.

  1. Insert a DVD in your DVD drive
  2. Find the image in Windows Explorer
  3. Right click the image
  4. go to “Open With” and select “Windows Disk Image Burner.”

Comments Off    Read More   
Posted on 29-04-2010
Filed Under (windows) by admin

Sometimes your Windows 7 installation becomes corrupt, and you need a way to recover, you can use the original Windows 7 installation cd. However, it is always good practice to make your own, specially if you are running a 64 bit version of Windows 7, and the installation cd will not work. Here are the steps to create a System Repair Disk.

1- First, click start–>Control Panel–>System and Security

2-Second, Click on Backup and Restore Read the rest of this entry »

Comments Off    Read More   
Posted on 04-04-2010
Filed Under (networking, windows) by admin

If you happen to move to vista or windows 7 like me, you have realized that hyper-terminal is no longer available. Although you could still make hyper-terminal work in windows 7 by copying the executable along with a dll file, I find that is much easier and convenient to use Putty. Putty offers many ways to connect to remote device like SSH, Telnet, and Serial. Here I describe how simple it is to connect to a device like a CISCO Router or switch using Putty.

1- First start by downloading putty from here

2- Second find on the device manager what is your serial connection: COM1 or 2 etc.

Read the rest of this entry »

Comments Off    Read More   
Posted on 29-08-2009
Filed Under (security, windows) by admin

Windows Vista contains a handy hint mechanism for helping you recall you password if you’ve forgotten it. But what about if you’ve completely forgotten both your password and the interpretation of the hint. In that situation your work and email will be locked inside your computer (Well, ok, probably your administrator could recover it for you or reset your password). Fortunately, Windows Vista still offers a solution to this problem. Note that this only work before you actually forget your password; in other words, you have to make the disk while you still have access to your computer. In this case Vista will be saving your password to a usb disk or cd that you will insert in case you forget your password. Should I mention that you should put this key in a save place! Although the key is not stored in clear text inside your cd or usb key, it can be read by someone with some serious know-how.
To create this disk: Read the rest of this entry »

Comments Off    Read More   
Posted on 20-08-2009
Filed Under (linux, networking, security, ubuntu, windows) by admin

VNC is considered to be an insecure protocol. The password is sent using fairly weak encryption, and the rest of the session is not encrypted at all. For that reason, when using VNC over an untrusted network or internet, I recommend you tunnel it over SSH.

To forward VNC port 5900 on localhost to remote host port 5900

ssh -L 5900:localhost:5900 vncserver

If your ssh server is listening on other port like: 222

ssh -L 5900:localhost:5900 vncserver -p 222

The same procedure can be done on a window$ machine using putty Read the rest of this entry »

Comments Off    Read More   
Posted on 02-08-2009
Filed Under (windows) by admin

Your PC can get to data in RAM hundreds of times faster than it can fetch something from the Hard-Drive. If you are like me and have open at least 10 different application at the same time, plus playing around with 2 or 3 virtual machine, which, by the way, consume lots of memory space; also, all the usual application running in the background, your memory will run out pretty fast, and your PC will start to drag pretty soon. So Vista has a little tool called “ReadyBoost” that pretty much lets you use a USB Flash Drive as additional memory. Well, You might be wondering; what happens if someone pulls out the drive and tries to snoop out your data; well, don’t worry Vista encrypts the data on the Flash Drive. Read the rest of this entry »

Comments Off    Read More