This is a little more advanced than the last few topics but I want to appeal to all Ubuntu/Linux users over time and not just beginners…
So without further ado, here is a few ssh syntax tips (this also applies to most versions of Linux):
(replace items in < > with your stuff, without the < >)
SSH:
ssh -p <port number> <username>@<server name>
SSH to accept socks 5 proxy on port you specify:
ssh -p <port number> <username>@<server name> -D <port to watch>
SFTP:
sftp -oPort=<port number> <username>@<server name>
Forward the X server from your remote box:
ssh -X -p <port number> <username>@<remote computer>
Technorati Tags: SSH, SFTP, syntax, ports
We are going to take a break from the commands for a day and do something more fun…
What good is a fresh Ubuntu install if you can’t use it?
Well the fastest way to hit the ground running is by using Automatix. Their website gives instructions on how to install and once you do it opens the door to a lot of the “fun” tools in Ubuntu.
First off go ahead and install it.
Felt good, didn’t it? OK now run it by finding it in the Applications menu under System Tools. Go ahead and browse through the list of software and install anything and everything that interests you.
There is a lot of neat audio and video tools and applications in there to try out.
Go ahead try them all. In a future post I will show you how to get up and running the greatest, in my opinion, music player on any platform…
Until next time, remember to only sudo when you need to!
Technorati Tags: automatix, ubuntu, software, linux
I was going to right a tutorial on how to install Ubuntu, but after browsing around the web, it looks like this topic has been covered to death. Instead just Google it if you need any help. Chances are you won’t as it is pretty straightforward.
Now you have it installed how do you update to the latest patches?
Easy. Either click on the bright orange icon in the top tool bar to the left of the clock or do it manually through the terminal.
To update Ubuntu through the terminal, open the terminal by clicking Applications -> Accessories -> Terminal.
Once the terminal is open type the following:
sudo apt-get update
It will prompt you for you password. Enter it and it will scroll a bunch of text and return to the prompt. Then enter:
sudo apt-get upgrade
It will output some text listing what will be upgraded and ask if you want to continue by typing a “y“.
Go ahead and let it do its thing. Once finished it will return to the command prompt at which you can type:
exit
That’s it!
Bonus Tip: To copy and paste into the terminal window, copy as you would from your source and then to paste into the terminal press ctrl-shift-v instead of just ctrl-v like normal.
Technorati Tags: Ubuntu, update, command, upgrade
So What is this Ubuntu and why is it so Popular?
For all the newcomers to Linux, Ubuntu is a friendly version of Linux that allows users of Windows to test the Linux waters easily and without too many hardships. Most configurations can be performed through he GUI (graphical user interface) just like Windows and best of all Ubuntu is free.
What’s so great about this “Linux” you speak of?
Linux takes its heritage from UNIX, a multi-user computing environment. Linux holds on to the multi-user heritage, but replaces the user friendliness of UNIX, or lack thereof, with something more closely aligned to Windows. Linux is free, in most cases, and very robust. It does not suffer from malware and viruses like Windows, and it has thousands of free applications to use with it.
So why isn’t everyone using it?
Well, that is what we hope will happen someday. At its core, Ubuntu is better designed to handle the multi-user computer family of today and allows for options that Windows doesn’t without heavy licensing fees attached such as having a robust database, web, and file server.
So how do I get it?
Distrowatch is a great place to start. They offer charts and lists of most all the major distributions (distros) of Linux. If Ubuntu is your Linux flavor of choice, as it is mine, you can head over to Ubuntu.com and download the latest version (Feisty Fawn at time of writing) and be on your merry way.
OK I downloaded Ubuntu, how do I install it?
The big file you downloaded is called an iso image file. Most CD burning softwares (such as Nero) will allow you to burn this “image” to CD. This will create a bootable CD that you can start your computer with. The Ubuntu CD is a live CD, meaning your computer will actually boot of the CD and go to the Ubuntu desktop so you can “try before you buy” (oops I guess it’s free so it’s more like “try before you use”!).
Once you have decided to take the plunge, you just double click on the install icon on the desktop to place it on your system for good. (Installation How-to coming in a future article)
There you have it, the who, where, and why of Linux and Ubuntu. Please subscribe to our feed for upcoming tips and tricks!