LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-15-2006, 01:58 AM   #1
tombiz
Member
 
Registered: Jun 2006
Location: Chicago
Posts: 64

Rep: Reputation: 15
Installed Ubuntu. Next Step.


I have successfully installed Ubuntu DD on my desktop. Everything is working in terms of OS and Hardware together. I am currently the default user with ADMIN access. But I got some questions. Is the default installation enough in terms of securing Ubuntu or do I need to make any tweaks to the default setup? Do I need any anti-virus, firewall, and etc software for protection? Where can I find info on installing flash plugins and other things to be able to listen to radio over the Internet?

Simply put, I am looking for a guide on what to next once the install is complete.

Thanks.
 
Old 08-15-2006, 02:33 AM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Anti-virus? Not unless you're running windows,
Firewall - maybe (Try "Guarddog")

Some links for you:
http://easyubuntu.freecontrib.org/
http://www.psychocats.net/ubuntu/sources
https://help.ubuntu.com/community/RestrictedFormats

Have Fun!
HTH
 
Old 08-15-2006, 03:20 AM   #3
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
For a firewall, try Firestarter if you use Gnome, or Guarddog if you use KDE.

You can install either of these (don't install both ) easily:
Code:
sudo aptitude install firestarter
OR
Code:
sudo aptitude install guarddog
--Ian
 
Old 08-15-2006, 07:47 AM   #4
cavalier
Member
 
Registered: Feb 2005
Location: Denver, CO
Distribution: Slack 12, tweaked just so (though I'm also a fan of Ubuntu)
Posts: 198
Blog Entries: 1

Rep: Reputation: 30
Quote:
Originally Posted by tombiz
Simply put, I am looking for a guide on what to next once the install is complete.
In this case, you're very lucky. Because there's a website called ubuntuguide.org. It's fantastic, and has been maintained since back in the version 4.10 days, but updated to for the latest and greatest versions of Ubuntu. I always go there to get the code I need to get everything set up just the way I want it, not really trusting programs like easyubuntu or automatix.

If it has a weakness, it's that the entries really don't explain the why, only the how, of getting things like Flash, Java, and multimedia working.
 
Old 08-15-2006, 09:14 AM   #5
cautious
Member
 
Registered: Jul 2006
Posts: 72

Rep: Reputation: 15
One very easy thing to do is update to the really most current version by going to System>Administration>Update manager. It will ask for your administrator password, and then give you a screen called "Software Update". If you click on the "check" button, it will check for updates for you, and apparently download and install them for you automatically.

Your system should be secure administratively as long as you are the one with the password. I don't know how to change the default administrator username, but I don't see why I have to.

As for the rest, I'm right behind you checking the suggested sites.
 
Old 08-15-2006, 09:38 AM   #6
nuxrl
Member
 
Registered: Jun 2006
Location: NY, USA
Distribution: Slackware, Arch
Posts: 176

Rep: Reputation: 35
Quote:
Originally Posted by tredegar
Anti-virus? Not unless you're running windows,
If you need AV, bdc or clamav are there.
 
Old 08-15-2006, 01:58 PM   #7
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Best advice I can give on security:

1. Create a hard-to-guess password
2. Don't open any ports or SSH access unless you know what you're doing
3. Back up your important files regularly
4. Don't do anything stupid (fall for phishing scams, click "OK" if it's not OK)
 
Old 08-15-2006, 02:57 PM   #8
Lord Ghost
Member
 
Registered: Jul 2003
Posts: 68

Rep: Reputation: 15
Firewall? Ubuntu has one stock. It's in there. If you want control over it, sure, get Firestarter or something similar. But it's already there, protecting you, quietly.

Cheers,
LordGhost

PS: As for the rest...what aysiu said.
 
Old 08-15-2006, 08:36 PM   #9
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Most Linux distros have iptables built-in, and Ubuntu is no exception. However, AFAIK, Ubuntu does not have any default rules set, so iptables sits there and does nothing. Therefore, you need to install a frontend for iptables, such as firestarter or guarddog.

This is the output of "sudo iptables -L" on my standard Ubuntu machine. This shows that iptables has no rules, and so is not protecting anything:
Code:
ian@iball:~$ sudo iptables -L
Password:
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
--Ian
 
Old 08-15-2006, 08:41 PM   #10
Lord Ghost
Member
 
Registered: Jul 2003
Posts: 68

Rep: Reputation: 15
Oops...

Well, I guess Ubuntu is slightly different than other distros I've played with. I always install Firestarter anyhow by default, so that would explain why it always appears to be 100% set up when I log in.

Ah well, live and learn.

Cheers,
LordGhost
 
Old 08-16-2006, 11:21 AM   #11
Zetec
Member
 
Registered: Jul 2006
Distribution: Debian, Ubuntu, W7, openSUSE, Centos
Posts: 152

Rep: Reputation: 25
https://wiki.ubuntu.com has a wealth of information.
 
Old 08-26-2006, 03:04 AM   #12
edafe
Member
 
Registered: Feb 2005
Posts: 44

Rep: Reputation: 15
Ssh

Step-by-step instructions on how to use public key authentication with SSH:

http://www.edafe.org/ubuntu/index.html#authentication

Regards,
Edafe
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot boot already installed ubuntu on newly installed win xp abhi_337 Ubuntu 1 07-13-2006 03:33 AM
XP doesn't recognize Ubuntu, Ubuntu installed first. MonkeyBusiness Linux - Newbie 9 06-21-2006 03:58 AM
LXer: Experiencing Ubuntu Dapper 6.06 (step by step with screenshots) LXer Syndicated Linux News 0 06-10-2006 07:21 AM
Step by step procedure in replacing Red Hat 9.0 by Ubuntu in my dual boot XP/linux charliemerleau Linux - Software 1 10-04-2005 01:12 AM
Step by step guide to setting up the internet using Ubuntu. chazyd Linux - Networking 2 04-24-2005 01:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 10:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration