deanej
Deity
I've heard that Debian is really good for learning Linux because it forces you to actually use the command line without making things too difficult.
- Get remote desktop and CLI access into the Linux box (i.e. going in the opposite direction) so that I don't need KVM plugged into it locally, then drag it into the office and stick it in the server closet for further familiarization/testing.
- I just bought a refurb laptop and I'll be adding a non-Debian distro to it when it comes in. As the laptop is the same model as my wife is currently using for her work purposes, the major side benefit is having spare parts for hers, so using it as a distro trial box works perfectly.
If you're acessing it from another linux, openssh should be all you need, but you may like having nxserver also.
I'm starting with telnetd (it's an internal server, pure testing) but will be getting openssh next. What is nxserver?
Ouch, no! Please, there's nothing to learn from telnetd, it's totally superseded by ssh, let it die. You won't learn anything useful. Setting up openssh is just a matter of "apt-get ssh" (in most distributions you can even select it during system install). You can then tweak the configuration in /etc/ssh/sshd_config, but you don't really need to change anything there.
nxserver is a package for linux which kind of corresponds to RDP on Windows. The technology is different, but it's the most similar thing: it'll present your full linux desktop on another system if you run a client to connect to it. The only downside is that the package only allows for two used desktops to be shared (similar to RDP on windows server): it's developed by a company which then has a commercial version without that limitation. Of course, there are free forks (this program itself is an evolution of another GPL'd project) without that limitation, but they are probably not as polished.
Get the free version from their site. Installation of the packages (all three on the server, just nxclient on the client) on Debian is trivial, three commands just like they document. It depends on ssh, so install that first.
An historical note: unix people never worried very much on getting something like RDP going, because the X11 server always allowed graphic applications to send its output to another system, it's part of the design. Why open a remote desktop session if you could just telnet to a remote system and start an application redirecting its rendering to your local X server, so that it seems like it is running on your workstation? Of course, there was a good reason to do an RDP-like think: this X redirecting involved setting up several things on both systems - not quite trivial, especially when people started adding firewalls in the middle.
On modern linux and unix systems that is considerably simpler: it evolved into just ssh'ing from a linux/unix system to another with the "X Forwarding" option enabled (ssh -X [user@]hostname) and then starting a graphical application on the remote system - it should automatically render its user interface on your system, no more configuration necessary. (but don't expect it to simply work with the real bastard children of unix like Mac OS X)
Sorry, I didn't mean I was installing telnetd to learn about it, I just needed remote access quickly (so I could bring the machine to work and stick it in a closet with just ethernet and power connections) and telnetd was the first thing I discovered when searching for the solution. But in your honor I will get ssh access to that machine up and running next.![]()
Well, I might as well add: the reason telnetd was abandoned was that nasty feature of passing passwords (and everything else) in clear text. So you really do not want to use it.
And a mistake on my previous post, I meant "apt-get install ssh".![]()
Graphics drivers on linux can still be a mess, especially with new chips. Sometimes you just have to experiment until you find some which work ok. The year of the linux desktop never seems to arrive.![]()
But it's not a problem with servres, we don't really need X there.![]()
The year of the linux desktop never seems to arrive.![]()
In many ways Linux is one front in Richard Stallman's war on intellectual property.
*dig*
does anyone have a recommendation for a distribution overview site, or something like that?
My problem is that i'm searching a NON live distro for a damn old PC (400 mhz, 128 MB RAM), and i just can't find anything right. Downloaded 2 already (Slax, Damn Small Linux), and haven't been aware before that these are live distributions, not intented to be installed really anywhere. I've looked further around, but either i can't find real descripitions (e.g. SliTaz, no idea if that's live), or the download itself already seems to be too big (Lubuntu, i think the need of 2.7 GB on the HDD is too much for that PC).
So, can anyone recommend my anything (either overview or directly a distro)?