TECH TIPS

How to Flush DNS in Mac OSX

In Mac OSX Leopard, you can use the command dscacheutil -flushcache to flush the DNS resolver cache: bash-2.05a$ dscacheutil -flushcache In Mac OSX versions 10.5.1 and before, the command lookupd -flushcache performed the same task: bash-2.05a$ lookupd...

Deploy Software at Login

By adding one command to your user's login file and running the below batch file,you can install many applications when users login. The proper command is: start /d\ServerPath filename.bat MS reference to using Start command is found at:...

Enable Remote Desktop (RDP) Remotely

This allows you to enable Remote Desktop remotely and add a Domain User to the Remote Desktop Users local group. 'Make sure to replace "<domainname>/" with your Domain name.Const ENABLE_CONNECTIONS = 1Dim PCName, UsrNamestrComputer = InputBox("Enter computer...

How to Run Windows Updates Automatically

This script (the core was pulled from Microsoft's website, and the WindowsUpdate agent install was borrowed from Torgeir Bakken - thank you!) will tell the WU Automatic Update Client (wuaclt.exe) to 'detectnow', download and install missing windows updates as compared...

How to shut down ubuntu on legacy toshiba

Try adding "acpi=force" to your kernel line in /boot/grub/menu.lst while I look for the bug report if it exists. My memory isn't the greatest so I may be mistaken.

IIS 6.0: How to Increase Limit on File Downloads and Uploads

Open up the file "metabase.xml" with notepad...should be located in C:windowssytem32inetserv. Find the variable named "AspBufferingLimit" and change it to something greater than what is there. By default this is set to around 4 megs. By changing this variable you are...

We Want to Help

Whatever your project or need,

we are here to serve.