Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Learn Linux

Status
Not open for further replies.
May 29, 2004
1,336
GB
I'm wanting a fairly easy to use Linux distro to learn can anyone make any suggestions?

Also is there a feature similar to terminal services in Windows so i can use it graphically remotely?

Thanks.


"Sometimes, a cigar is just a cigar." - Sigmund Freud
 
The LTSP (Linux Terminal Services Project) is the most similar to Windows TS, but you can also tunnel X or use VNC as the Franklin97355 suggested.



Tony Lawrence
Linux/Unix/Mac OS X Resources
 
I've seen Knoppix before but i have a spare box so was hoping to go for a full install, is it worth downloading Debian for a try?

"Sometimes, a cigar is just a cigar." - Sigmund Freud
 
It's not really easy that i'm looking for, more a good starting point e.g. a popular distro that has pleanty of online support.

Cheers.

"Sometimes, a cigar is just a cigar." - Sigmund Freud
 
Linux distros don't differ very much from each other after installation.
Documentation for CLI-programs is usually found in man-pages (man bash, man man, man /etc/fstab), and sometimes in info-pages (info textutils).

X11-Programs sometimes have their own help-system, sometimes use html-pages and open a browser, to browse it.

There are thousands of possible starting-points.

seeking a job as java-programmer in Berlin:
 
Think i'll download Debian and dive in then.

Cheers.

"Sometimes, a cigar is just a cigar." - Sigmund Freud
 
Distros only differ in where they put things, how packages are handled and what is in a package and what you have to compile. Remember that to get the latest and greatest in Debian you'll want to run testing or unstable.

[plug=shameless]
[/plug]
 
bofh...
go debian dude...

i can help you with beginners problems... had my fair few :)

Aftertaf
________
Regain control of your PC, at If you break your hard drive, it'll be DPlank's fault
 
Additional hint:

Linux has a system to use it from remote, which is called X and installed by default, but often not configured to use it remotely.

This will work best for Linux<-->Linux connections. You may use ssh on the remote machine, to connect.

For Windows<-->Linux connections, Putty is a very popular terminal, but only text-based.
I didn't work with VNC, and don't know how fast and easy to install it is.

Most things to learn are from CLI.

seeking a job as java-programmer in Berlin:
 
VNC works well and is easy to set up, but fairly slow.

Cygwin is another way to get a Linux GUI on Windows, by running an X server on the Windows computer.
 
If you want a good and solid starting point, and if you don't mind sweating, and if you know your hardware, and if you want to compile your own kernel, then go for Gentoo. The forums ( are very, very active and helpful, and you are quite likely to find the answer to your questions by searching the forum. (Do a full search not a quick search)

If you're completely insane and want to learn as much as you can, go for LFS ( -- warning, this is not for the faint of heart, it has caused cancer in laboratory mice, is not for oral ingestion and may cause hairiness.

Debian is a good starting point but don't expect to compile anything on there as it's a binary distribution (meaning it has pre-compiled packages) and won't come with any headers you might need. It's also one of Gentoo's grandparents :)

And as everybody else said.. yeah.. VNC.. :)

-Haben sie fosforos?
-No tiengo caballero, but I have un briquet.
 
Debian.... ...and won't come with any headers you might need.

form what planet? Debian rules! you could try ubunu, another Debian's child, very good, quite easy to install, quite confortable.

Cheers.

"Avoid virus, boil your PC 1 min. before use it
 
Ubuntu, I hear, is quite good, but I've never tried it :)

-Haben sie fosforos?
-No tiengo caballero, but I have un briquet.
 
it's veeery good... same as Debian, but the install process is confortable.

"Avoid virus, boil your PC 1 min. before use it
 
You can get Debian as source, it's not binary only... It's Linux, it's GPL'd -- it has to have source somewhere... And you can get it just by asking apt to get the source packages of the application in question.

[plug=shameless]
[/plug]
 
do you know [tt]apt-cache[/tt] command? man apt-cache

apt-cache search source
apt-cache search header


Cheers.

"Avoid virus, boil your PC 1 min. before use it
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top