Subscribe via feed.
Posts under Linux Commands

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

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