Subscribe via feed.

Setting up an ssh tunnel to secure your web traffic.

Posted by The Squad under Firefox, Linux Commands, Networking, Tech (No Respond)

You will need to forward port 22, which is the default ssh port to the server ip at your house that is your ssh server. For that reason i recommend setting a static ip to that box.

Tags: , , ,

10 Great tools for any unix system

Posted by The Squad under Linux Commands, Tech, open source (No Respond)

http://www.ibm.com/developerworks/aix/library/au-spunix_greattools/index.html
Ran across this while doing some research for a project. They run through wget, pwgen and a some other tools that will help you out in your daily unix task

Tags: ,

Using Amahi For Your Home Server

Posted by The Squad under Networking, Tech, open source (No Respond)

Overall since this is my second time around with Amahi I would definitely recommend it. It allows a ton of features that if you were to try and install yourself on a server would take time and more than likely be a pain.

Tags: ,

A Few Handy Linux Commands

Posted by The Squad under Linux Commands, Tech, open source (No Respond)

I wanted to a share a few Linux commands I found myself using this weekend while moving some data around and extracting some video files from an iso.
The first one is used to mount an iso file in Linux so that you can browse it like any other directory.
You will need root credential for [...]

Tags: , ,

Installing Webmin On Ubuntu 8.10

Posted by The Squad under Linux Commands, Tech, open source (No Respond)

Installing most things on a debian based system is as easy as typing Apt-get. Webmin is not that way, almost it is not much more difficult.
First thing we need to do is prepare the system to install webmin. For that we need to install some dependencies.

sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Next [...]

Tags: , , ,

Moving Files With Scp Over Ssh

Posted by The Squad under Linux Commands, Tech, open source (No Respond)

I have been using my Xbox 360 as a media device lately. I’m running Linux on an older P4 machine running U-share. It allows me to stream media be it pictures, music, or videos to my Xbox in the other room. The problem is when I am doing things I am usually on my laptop [...]

Tags: , ,

Easily Install Snmp On Ubuntu

Posted by The Squad under Linux Commands, Tech (No Respond)

Want to get snmp up and running quick and dirty, then here it is.

Tags: , , ,

Adding a host to cacti

Posted by The Squad under Tech, open source (No Respond)

So in our earlier post we told you how to get cacti up and running now lets talk about setting up some host to get some use of it.
The first thing you will need to do is login to your cacti web gui.
Once you do you will see this screen.
Once at this screen click on [...]

Tags: , , ,

Adding Graph Templates In Cacti

Posted by The Squad under Tech, open source (No Respond)

So you’ve got Cacti installed and running but you want to unleash the full power. Well to do that you’re going to need some templates. Templates can be found all over with a simple Google search.

Tags: , ,

Integrate Cacti With Fully Automated Nagios

Posted by The Squad under Tech, open source (No Respond)

If you are use to MRTG then cacti will look familiar to you. Cacti and RRd tools is a bit of work to get setup and running but honestly the advantages outweigh the pain of setting it up, and hopefully with this tutorial setup will be simple.

Tags: , , ,