I am a linux newbie. I need A LOT of help!!

Reply

Join Date: Jan 2008
Posts: 443
Reputation: forumdude123 is an unknown quantity at this point 
Solved Threads: 9
forumdude123's Avatar
forumdude123 forumdude123 is offline Offline
Posting Pro in Training

I am a linux newbie. I need A LOT of help!!

 
0
  #1
Aug 1st, 2008
Ok, I recently downloaded ubuntu 8.xx and installed it on a virtual machine. I know nothing about it. Could some of you newbies answer some of my questions?

1. How do you download and install linux programs? Nothing that I downloaded and installed doesn't work, linux version or not. I need help on doing this.

2. Where is the system information, internet information, and the command line.

3. Are there things I need to know about linux. I want to learn the linux interface in a simple and easy way. Linux tutorial video sites would be appreciated.

Thanks in advance to those who can help
Use all suggestions at your own risk, but if I helped you, please give me reputation points. I will do the same from now on. Also, follow me on twitter at: http://www.twitter.com/forumdude1024

"If all else fails, reinstall windows"
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: I am a linux newbie. I need A LOT of help!!

 
1
  #2
Aug 1st, 2008
>How do you download and install linux programs? Nothing that I downloaded and
>installed doesn't work, linux version or not. I need help on doing this.
Try a package manager first. It has a huge list of software available for your distribution, and can automatically download and install the programs for you. In Ubuntu, look for Synaptic Package Manager.

>Where is the system information
sysinfo isn't installed by default, but you can install it through Synaptic.

>internet information
Look for "Network Manager".

>command line
"Terminal".

>Are there things I need to know about linux. I want to learn the linux
>interface in a simple and easy way.
The fastest way to learn stuff in Linux is by necessity. Set goals each week for what you want to accomplish, then research what you need to do and attempt it. You can also check out the Gentoo and Ubuntu wikis, which are extremely informative. In my experience though, Google tends to be the best resource. There's also a Linux version of it, if you're interested:
http://www.google.com/linux
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 1,419
Reputation: TheNNS is an unknown quantity at this point 
Solved Threads: 15
TheNNS's Avatar
TheNNS TheNNS is offline Offline
Nearly a Posting Virtuoso

Re: I am a linux newbie. I need A LOT of help!!

 
0
  #3
Aug 6th, 2008
you can start messing around with it in a VM. Break it if you want.
Florida Rocks!
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 443
Reputation: forumdude123 is an unknown quantity at this point 
Solved Threads: 9
forumdude123's Avatar
forumdude123 forumdude123 is offline Offline
Posting Pro in Training

Re: I am a linux newbie. I need A LOT of help!!

 
0
  #4
Aug 6th, 2008
guess what, i can't click into ubuntu 7.04 linux anymore!!!! wtf!!! this is a known problem. i will try to download linux 6.06 or something else. UUbuntu 8.xx gives me the unrecoverable processor error.
Use all suggestions at your own risk, but if I helped you, please give me reputation points. I will do the same from now on. Also, follow me on twitter at: http://www.twitter.com/forumdude1024

"If all else fails, reinstall windows"
Reply With Quote Quick reply to this message  
Join Date: Feb 2006
Posts: 11
Reputation: NetByte is an unknown quantity at this point 
Solved Threads: 1
NetByte's Avatar
NetByte NetByte is offline Offline
Newbie Poster

Re: I am a linux newbie. I need A LOT of help!!

 
0
  #5
Sep 13th, 2008
Originally Posted by forumdude123 View Post
Ok, I recently downloaded ubuntu 8.xx and installed it on a virtual machine. I know nothing about it. Could some of you newbies answer some of my questions?

1. How do you download and install linux programs? Nothing that I downloaded and installed doesn't work, linux version or not. I need help on doing this.

2. Where is the system information, internet information, and the command line.

3. Are there things I need to know about linux. I want to learn the linux interface in a simple and easy way. Linux tutorial video sites would be appreciated.

Thanks in advance to those who can help

Hey there,

With regards to number 3 of your post, I got a video suggestion for you, its not free though - you can buy yourself a copy of the (VTC) Ubuntu Linux by Charles Griffin from http://www.vtc.com/products/Ubuntu-Linux-tutorials.htm . This is a good starter video tutorial for people new to GNU/Linux more specifically to Ubuntu GNU/Linux OS. Its not about the latest 8.04 version atm, it dates to the 6.xx-7.xx version if i recall correctly, but its still pretty much useful for beginners to start of with that prefer learning from video clips(besides you can pretty much use what you learn in it in later versions), and help ease your transition to Ubuntu.

*Just in case anyone gets interested this video tutorial CD, is really set for absolute beginners, so dont buy it if you know linux or have experience in it, in ubuntu or other distros.

Hope this helps

P.S. If you have a hard time looking for the console/terminal/shell/command-line in your ubuntu setup - just press ALT+F2, then type in 'gnome-terminal' or 'xterm', then press enter, or you can just look for a monitor applet/icon in your desktop, panels and menus.
Last edited by NetByte; Sep 13th, 2008 at 12:48 pm.
" Technology is dominated by two types of people: those who understand what they do not manage, and those who manage what they do not understand. " ---- Putt's Law.
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 60
Reputation: BillBrown is an unknown quantity at this point 
Solved Threads: 1
BillBrown's Avatar
BillBrown BillBrown is offline Offline
Junior Poster in Training

Re: I am a linux newbie. I need A LOT of help!!

 
0
  #6
Sep 22nd, 2008
For installation of software, apt is your friend. Either be root (not so great) or better yet use sudo (/usr/bin/sudo) when using apt. The man page for apt is probably pretty useful if you're comfortable with reading man pages.

Let's say you want to install an audio media player. You know of one but can't remember it's full name. You can search for it using apt-cache, remember to use 'sudo' in the command:

$ sudo apt-cache search xmm

A list of packages that include xmm in either the name or description will be displayed. You may have to scroll up if the list is long enough. In fact, be prepared to almost every time. When you find the package you want to install, type this:

$ sudo apt-get install xmms

The package you specified and any supporting packages will be downloaded and installed. You may need to confirm the installation. There is a way to bypass having to confirm it but if you really want to know what it is, read the man page.

Bill
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Getting Started and Choosing a Distro Forum


Views: 2072 | Replies: 5
Thread Tools Search this Thread



Tag cloud for Getting Started and Choosing a Distro
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC