Tips and Tricks

10

Oct

Error Message When Install Program on Windows XP
Written by nofee   

Sometimes, when you try to install a program on Windows XP, you may receive the following error message like this :

Windows Installer Error

This issue may occur when both the following condition are true :

  • You are using Windows XP in Normal Mode.
  • The Windows Installer Service that is included with Windows XP is unregistered or damaged.

 

10

Sep

Monitoring Machine with Mikrotik
Written by nofee   

Monitoring

Picture from Administrator.org

 

Mikrotik has a tool to monitoring another machine and when the machine is down or up, we can running script. This tool is netwatch.

Netwatch monitors state of hosts on the network. It does so by sending ICMP pings to the list of specified IP addresses. For each entry in netwatch table you can specify IP address, ping interval and console scripts.

 

16

Aug

Want a list of users on your FreeBSD?
Written by nofee   
If you ever want a list of users on your system, use this little script:
cat /etc/passwd | cut -d: -f1 | grep -v \#

The cut command selects portions of a file. Use ":" as the delimiting character. And we want only the first field. The grep eliminates lines with # in them, which normally appear at the start of the password file. Exercises for the interested and motivated:

  • try the above command without the grep
  • remove the \ before the #
  • try -f5 instead of -f1.

Hope that helps.

Thank's to : The FreeBSD Diary

 

16

Aug

Making Windows XP More Faster - Part 2
Written by nofee   
  1. SPEEDUP FOLDER ACCESS - DISABLE LAST ACCESS UPDATE If you have a lot of folders and subdirectories on your computer, when you access a directory XP wastes a lot of time updating the time stamp showing the last access time for that directory and for ALL sub directories. To stop XP doing this you need to edit the registry. If you are uncomfortable doing this then please do not attempt.
 

16

Aug

Making Windows XP More Faster - Part 1
Written by nofee   

Some of the working tweaks you can do to your Windows XP can really be a blessing to your system’s speed. So I thought about sharing with you the safe tweaks on how to have a faster Windows XP. As a disclaimer do the following tweaks at your own risk.

 

16

Aug

Disable CD Autorun on Windows XP
Written by nofee   
To Disable CD Autoplay in Windows XP Pro
  1. Start/Run/GPEDIT.MSC
  2. Computer Configuration/Administrative Templates/System.
  3. Locate the entry for Turn Off Autoplay and modify.

 

16

Aug

How to Fighting against unknown worm from Linux
Written by nofee   

This worm infecting user, by disguise user with Microsoft Windows folder icon, to open executable file that contain worm. How to delete: (From Linux console)

 


More Sites

AdBlaze (272)
AdBux (315)
Chitika (331)
Crosslink Builder (371)
LinkWorth (352)
Make Money (70)
PayPal (368)

Statistics

Members 4
Content 39
Web Links 24
Content View Hits 34.150

Best Link

Copyright © 2009 MustNoFee
This blog is 362 days since Jan, 12 2008