LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-29-2012, 04:19 AM   #121
sjreilly
Member
 
Registered: Oct 2007
Location: Edinburgh, Scotland
Distribution: Debian, CentOS, RHEL, Mint, Ubuntu
Posts: 79

Rep: Reputation: 15

Quote:
Originally Posted by Aunnix View Post
So, I've installed the base system and have made it to the command line. Yay!

I'm having an issue with "overscan" on the monitor though. Any ideas on how I can fix this? It's not real bad but it cuts off the first few letters of of each line, so some of the information during start up is easily missed.
Congrats!!

Most of the information shown during boot is replicated in the log files (/var/log/) so if you see any errors or failures check the files in there; messages, syslog, auth.log, daemon.log

I think your web services will be quite safe until you open port 80 on your DSL router.

Last edited by sjreilly; 08-29-2012 at 05:03 AM.
 
Old 08-29-2012, 07:27 AM   #122
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by chrism01 View Post
It needs to be up and running; it does NOT need to be available on the internet.
It just needs to either listen on 127.0.01 & test from the on board GUI, or use the normal address and add a client system to your LAN.
Latter is more realistic.
Yeah, I'd like to just add it to my LAN. This would be ideal so I can figure out how to do it and how difficult it will be.

Currently, I'm plugged into the internet through my router. I also did the "netinstall" and installed Debian through their debian.org "mirror." By being plugged in to the router (and being able to do the install using that website mirror) aren't I already online and exposed to the world?
 
Old 08-29-2012, 07:33 AM   #123
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by chrism01 View Post
It needs to be up and running; it does NOT need to be available on the internet.
It just needs to either listen on 127.0.01 & test from the on board GUI, or use the normal address and add a client system to your LAN.
Latter is more realistic.
Yeah, I'd like to just add it to my LAN. This would be ideal so I can figure out how to do it and how difficult it will be.

Currently, I'm plugged into the internet through my router. I also did the "netinstall" and installed Debian through their debian.org "mirror." By being plugged in to the router (and being able to do the install using that website mirror) aren't I already online and exposed to the world?


------ SORRY! webpage wasn't loading so I clicked submit again and posted the same reply twice..
 
Old 08-29-2012, 07:42 AM   #124
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sjreilly View Post
Congrats!!

Most of the information shown during boot is replicated in the log files (/var/log/) so if you see any errors or failures check the files in there; messages, syslog, auth.log, daemon.log

I think your web services will be quite safe until you open port 80 on your DSL router.

Ok. I will need to look into this overscan problem.. I named the machine "server," and when on the command line I only get to see "erver" haha.

So, can I go ahead and start setting up the packages I want to use to try to get familiar with the system? Will any of the file sharing, web hosting, streaming, etc. packages require me to open any of these ports that will expose me to the world? I just don't want to be playing around with the system trying to learn it, then all of a sudden I get hacked or something, haha.
 
Old 08-29-2012, 08:07 AM   #125
sjreilly
Member
 
Registered: Oct 2007
Location: Edinburgh, Scotland
Distribution: Debian, CentOS, RHEL, Mint, Ubuntu
Posts: 79

Rep: Reputation: 15
Quote:
Originally Posted by Aunnix View Post
Ok. I will need to look into this overscan problem.. I named the machine "server," and when on the command line I only get to see "erver" haha.

So, can I go ahead and start setting up the packages I want to use to try to get familiar with the system? Will any of the file sharing, web hosting, streaming, etc. packages require me to open any of these ports that will expose me to the world? I just don't want to be playing around with the system trying to learn it, then all of a sudden I get hacked or something, haha.
I really wouldn't worry about it. If you don't have any setting in your router pointing any port on your "server" then you don't exist (unless _"THEY"_ hack the machine you are writing this on ;-) )

It might have been worthwhile installing a desktop environment (selected during the install) just to make it easier on yourself. You could always disable it later on to save CPU resources.
As root you could type;

apt-get update; apt-get install desktop-base
 
Old 08-29-2012, 08:24 AM   #126
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
indeed, routers by default forward NOTHING unless told to, consumer routers by default allow all outbound traffic but no inbound, professional grade routers allow NOTHING by default, so unless a hole is explicitly opened then they would have to install a backdoor on your workstation and use that to hack your server.

as for the 'overscan' issue? try fiddling with the controls on your monitor.
 
Old 08-29-2012, 08:36 AM   #127
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frieza View Post
indeed, routers by default forward NOTHING unless told to, consumer routers by default allow all outbound traffic but no inbound, professional grade routers allow NOTHING by default, so unless a hole is explicitly opened then they would have to install a backdoor on your workstation and use that to hack your server.

as for the 'overscan' issue? try fiddling with the controls on your monitor.
Well, I have a basic (old, like 2003ish) Linksys router from Wal-mart. Then only thing ever done with it is allowing wireless access from my ps3, iphone, and the girlie's netbook. I don't believe I've ever had to open ports for anything (maybe my old roommates 360?). Even then, I would assume the 360 would have been considered "outbound traffic" still... It is WEP encrypted though.

Yeah, I thought about the monitor buttons, but it was getting kind of late (the install was a slow process, lol, I was playing Starcraft at the same time), so I just shut it down once I made it command line.
 
Old 08-29-2012, 09:30 AM   #128
sjreilly
Member
 
Registered: Oct 2007
Location: Edinburgh, Scotland
Distribution: Debian, CentOS, RHEL, Mint, Ubuntu
Posts: 79

Rep: Reputation: 15
Wink

Quote:
Originally Posted by Aunnix View Post
Well, I have a basic (old, like 2003ish) Linksys router from Wal-mart. Then only thing ever done with it is allowing wireless access from my ps3, iphone, and the girlie's netbook. I don't believe I've ever had to open ports for anything (maybe my old roommates 360?). Even then, I would assume the 360 would have been considered "outbound traffic" still... It is WEP encrypted though.

Yeah, I thought about the monitor buttons, but it was getting kind of late (the install was a slow process, lol, I was playing Starcraft at the same time), so I just shut it down once I made it command line.
I would be more worried about people cracking your WEP than hacking your Linux box.

You do realise that 2003 is, so last-decade. Is the firmware up-to-date? ;-)

Last edited by sjreilly; 08-29-2012 at 09:31 AM.
 
Old 08-29-2012, 09:49 AM   #129
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sjreilly View Post
I would be more worried about people cracking your WEP than hacking your Linux box.

You do realise that 2003 is, so last-decade. Is the firmware up-to-date? ;-)

Hahah, yeah I do... It may have been 2005 actually, as I got in college after graduating high school in 04, lol. I don't believe I've seen anything asking me to update it, so I'm not positive. I've never had any issues, so I would assume it's updated, lol. It may have been updated when I set it up a year ago when we moved to where we currently are now, but as I said, I don't remember seeing anything about updates, lol. I'll look into tonight or tomorrow.
 
Old 08-29-2012, 09:55 AM   #130
sjreilly
Member
 
Registered: Oct 2007
Location: Edinburgh, Scotland
Distribution: Debian, CentOS, RHEL, Mint, Ubuntu
Posts: 79

Rep: Reputation: 15
Quote:
Originally Posted by Aunnix View Post
Hahah, yeah I do... It may have been 2005 actually, as I got in college after graduating high school in 04, lol. I don't believe I've seen anything asking me to update it, so I'm not positive. I've never had any issues, so I would assume it's updated, lol. It may have been updated when I set it up a year ago when we moved to where we currently are now, but as I said, I don't remember seeing anything about updates, lol. I'll look into tonight or tomorrow.
Routers don't usually badger you for updates. Check the installed firmware version from the routers setup web page with that on the manufacturers support web page.
 
Old 08-29-2012, 10:31 AM   #131
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by sjreilly View Post
Routers don't usually badger you for updates. Check the installed firmware version from the routers setup web page with that on the manufacturers support web page.
Cool. Will do.
 
Old 08-31-2012, 08:21 AM   #132
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Hey Guys,

So, I started to play with the server box last night to see if I can start to familiarize myself with Linux. I didn't get too far into it, but I find a "dmidecode" command that list all of my detected hardware... so I ran it. I was trying to figure out if I'm missing any drivers. Everything seemed to be found and I couldn't tell if I was missing any drivers or anything (coming from a windows environment, lol). I did find something that said "UUID: Not present" or something like that.

Any ideas of what this UUID is and is it something I need to find and install? I did some brief googling, and only found information for downloading/installing the UUID (although I didn't find anything very specific to Debian). Not much on what it is...
 
Old 08-31-2012, 10:17 AM   #133
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
UUID is simply a unique identifier of a device, particularly drives/partitions, it can be used in place of a raw device node (such as /dev/hda1), since those can in theory change, and prevent the system from functioning, but UUIDs don't change
 
Old 08-31-2012, 10:41 AM   #134
Aunnix
Member
 
Registered: Aug 2012
Posts: 126

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frieza View Post
UUID is simply a unique identifier of a device, particularly drives/partitions, it can be used in place of a raw device node (such as /dev/hda1), since those can in theory change, and prevent the system from functioning, but UUIDs don't change
Ok. I think I understand. Instead of seeing my HDD as "/dev/hda1" I can set the UUID to name /dev/hda1 something else like "harddrive60gb"? Is this a recommended practice? Should I be using this UUID and how?
 
Old 08-31-2012, 10:57 AM   #135
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
grub.conf
Code:
kernel /vmlinuz root=UUID={uuid}
fstab
Code:
UUID={uuid}      /     ext4 defaults         1       1
recommended? that's up to you, but the use of UUIDs provide more consistency, especially if you change your hardware from time to time. Particularly with portable drives (memory cards, thumb drives, usb hard drives for instance can change from /dev/sdB to /dev/sdC to /dev/sdD from time to time, or if you have more than one they are assigned in the order in which they are plugged in, but a UUID doesn't matter what they /dev/sdX letter they are assigned, the UUID doesn't change)
 
  


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
LXer: Easy way to Build FTP server in Ubuntu Server 12.04 LXer Syndicated Linux News 0 05-29-2012 08:10 AM
jenkins continuous build server not starting application userbrian Programming 2 03-31-2012 02:12 PM
Starting to build a cluster martins48 Linux - Software 4 10-21-2011 05:33 PM
Building my first home server - atom based router/file server build need advice mothergoose729 Linux - Networking 5 03-23-2010 03:19 AM
starting xprogram without starting X server. bruse Linux - Newbie 9 04-26-2005 07:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:51 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