we love free and here is your destination for all free things

Monday, 25 July 2011

Edit /etc/utmp, /usr/adm/wtmp and /usr/adm/lastlog. These are not text files that can be edited by hand with vi, you must use a program specifically written for this purpose. Example: #include #include #include #include #include #include #include #include #define WTMP_NAME "/usr/adm/wtmp" #define UTMP_NAME "/etc/utmp" #define LASTLOG_NAME "/usr/adm/lastlog" int f; void kill_utmp(who) char *who; {  ... Read...

Sunday, 10 July 2011

First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC. But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches... Read...

Monday, 4 July 2011

This trick shows you how to share your internet connections on multiple computers within a workgroup with Windows XP. Windows XP has a built-in feature that called "Internet Connection Sharing" (ICS) that allows home users to share their internet connections on multiple computers. If you are not familiar with the network configurations, the easiest way to share your internet connection is to purchase a router or hub. Use... Read...

Sunday, 3 July 2011

You can create a file of any size using nothing more than what's supplied with Windows. Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.) Pad the result with zeroes at the left until the file size... Read...

Saturday, 2 July 2011

Method one: Logging in Windows 7 with an available admin account to recover Win 7 password Methods two: Creating a password recovery disk to recover the Win 7 password, by this methods, you need create a Windows password reset disk before you have lost or forgotten your Windows admin password. Method three: Using Windows Password Recovery software to recover Windows 7 password. Under... Read...