TechTutorial.com / Blog

Your source for education with an explanation!

Archive for the ‘Ubuntu’ Category

I have been using Ubuntu for a while now and I have had some problems configuring some server setups.  I will try Fedora 7 on my 64 Bit system and post here how it goes. I am also building this as a Mail server, directions to come soon!!


 if anyone wants to also try it. Fedora to check it out.  I have nothing against Ubuntu 7.04 but it seems to give me some problems, I know fedora will be close to it but built on another distro.  Ubuntu is built on Debian and Fedora is built off Red Hat.  Which to choose.

  • 0 Comments
  • Filed under: Fedora, Postfix, SSH, Ubuntu
  • Remote connection and administration is very common and helpful.  OpenSSH or Secure Shell will allow you to get full terminal access at any terminal you are at, like bringing your computer with you.  I connect using Putty A Free Telnet/SSH Client. 

     You will need root access “administrative rights” to install.

    Goto: your prompt and do these comands. “on your linux machine you want to connect to!”

    sudo apt-get install openssh-client

    sudo apt-get install openssh-server

    -While connecting with putty you will come across these screens

    While connecting you will just put in your username at your domain name or ip address

    such as mark @ techtutorial.com without spaces. See picture.

     this is a warning that the key is not stored on the computer yet.  If you click yes it will prompt for a login.

    Once authenticated you will be connected and look you have your terminal right in front of you with no messing with a spare mouse or keyboard and you dont have to try to walk someone though a command to start a service when it fails or needs to be restarted.

    putty.jpg putty2.jpg putty3.jpg