Linux Proxy Server Configuration. Squid is an internet proxy server built for Linux OSX that can be used within a LAN to distribute an internet connection to all the computers within the network. One central computer is connected to the internet and with squid running acts as a proxy server and firewall to the internet. As a proxy server it has the capabilities to log all user … [Read more...]
Top open source software
Have you ever found a article that just jumped out and you knew it would come in hand in the future? … [Read more...]
Cisco VPN software, Forgot the group password
So you forgot the group password to your VPN concentrator (clients too) … [Read more...]
How to find a file in Linux or Unix
cd / [root@localhost ~]# find / -name file.txt this will allow you to find a file via the command line if it's on your system … [Read more...]
Command Line RSS Perfect for Scripts
Do you need a RSS reader you can call from the command line or a UNIX script? … [Read more...]