SSH Utilities

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...

SCP CLI from 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

IPCop Update Accelerator

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...

Move IPCop Update Accelerator Data

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,...