by admin | May 27, 2008 | Linux
Putty and WinSCP are two indispensable utilities for controlling and administering Linux boxes. More for my own purposes I have uploaded the installers but I put the websites down also. Putty Official website: http://www.chiark.greenend.org.uk/~sgtatham/putty/ WinSCP...
by admin | May 27, 2008 | Windows
Simply run: echo y|chkdsk c: /x > NUL Now when the computer retarts it will run a CHKDSK on drive C: and restart.
by admin | May 27, 2008 | Linux
Most of the time I use Putty and WinSCP from Windows to my Linux boxes. I often forget the syntax for scp on the command line. Here’s a quick note. scp -P [port] file.tar.gz root@[IP]:/path/to/file.tar.gz
by admin | May 24, 2008 | IPCop
I had run out of space on / on the IPCop box. The installer sets /var/logs as the largest partition because once you install IPCop its supposed to sit forever and just log stuff. So when Update Accelerator installed it stored the update to /home/httpd/html/updatecache...
by admin | May 21, 2008 | IPCop, Linux
The update Accelerator keeps everything under /home/httpd/html/updatecache. Then it puts it under Adobe, Linux, Microsoft, Symantec, Avast and such. The real thing is that if your needing to transfer everything from one computer to another and across the Internet,...