by admin | Jun 9, 2008 | Linux
These people did a great job on the OpenVPN Module for Webmin. Download to your computer. Open Webmin, Webmin Configuration, Webmin Modules. Then upload the file (example: openvpn-2.5.wbm.gz) and tada!...
by admin | Jun 9, 2008 | Linux
Some useful commands for software RAID1 on Linux. mdadm commands: Query and get details about the RAID. mdadm –detail /dev/md0 Fail Drive: mdadm –fail /dev/md0 /dev/sda1 Remove Drive: mdadm –remove /dev/md0 /dev/sda1 Install new drive and copy...
by admin | Jun 8, 2008 | Windows
I have been working on several family members computers lately. Many of them having either expired AntiVirus and/or no AntiSpyware. As a general rule here is the software that I install to protect personal computers. General rules for Windows XP. Grisoft AVG 8.0 Free...
by admin | Jun 1, 2008 | Linux, Windows
One problem I have had is that many websites require Internet Explorer instead of Firefox. An addon “User Agent Switcher” for Firefox will fool the website into thinking that you are using Internet Explorer and show the content anyways. I’m still...
by admin | May 29, 2008 | Uncategorized
This will download, try to install, fix the dependencies and finish install. wget http://prdownloads.sourceforge.net/webadmin/webmin_1.420_all.deb dpkg -i webmin_1.420_all.deb apt-get -f install
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,...