Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
You should be able to accomplish that with pretty much any Linux distribution. Debian would be my preference doing a base install with no additional packages, then after the base installation is complete, use aptitude to install xorg, gnome-core and rdesktop.
Most distributions out of the box are going to install a lot of additional packages that you say you don't want, so this approach is probably the way to go.
you may also want to look at http://www.ltsp.org/ the Linux terminal Server Project. there may be some good info on Thin client setup and configuration. Especially if you want to use diskless workstations (no locally installed software at all including the OS)
I will download a copy of Debian and have a play on the weekend.
Regarding using something called aptitude to install some other things called xorg, gnome-core and rdesktop (can you tell I'm a newby) :-)
I will have to research how to use aptitude. I am guessing there are .deb files for all three programs that I can download separately to the cd?
Another question if that is ok - if I wanted to work from home and install debian and these 3 programs on my laptop in order to connect remotely via RDP - - - I would assume I would also need something like Cisco VPN to connect first?
Thanks again for your advice. I will let you know how I go.
Yes you should use a VPN client to connect remotely. I believe Cisco has a VPN client for Linux, there are also several free VPN Clients that work on Linux and can connect to Cisco VPNs. (Wish that were the case with Checkpoint as well) We can persue that after you get your system up and running.
When you download Debian I would suggest downloading the netinstall.iso it's only 150 MB and contains everything you need for a base install of the OS, or will download the packages automatically from the Internet. Once the Base install has complete reboot the system and log in as root.
then use aptitude to install the suggested packages
did you add internet sources to your system during install when asked ?
cat /etc/apt/sources.list
Code:
#deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 NETINST Binary-1 20070407-11:29]/ etch contrib main
deb http://ftp.uwsg.indiana.edu/linux/debian/ etch main contrib non-free
deb-src http://ftp.uwsg.indiana.edu/linux/debian/ etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free
gdm and the other packages you are looking for are probably not on the netinstall CD so you need to get them from the Internet. if you do not have internet sources in your sources.list you will have to add them . You should also comment out the Line for the CD at this time as well.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.