Luis Moreira wrote: >Hi Guys, >Thank you all for the help, I have managed to do it!!! >It came up with a lot of stuff that I did not understand but it seems to >have done it... at least the binutils are there... > >Another question I have is this: > >I have my Linux machine at home and because I have a three hour drive >min. every day I do not do a lot of Linux work during the week. Is there >any way of accessing my home machine remotely safely? What I am looking >for is something that will give me full control of my machine at home, >so that it would be like sitting in front of it. Speed of connection at >work or at home is not a problem and I have access to a Unix system and >a Linux system at work so this software does not need to be windows >based, but it would be better. >Thanks for your help. >Best regards > Luis > > > >Luis Moreira >luis.moreira@jet.uk >tel. 01235464615 >JET PSU Department >UKAEA Culham Division >J20/1/55, Culham Science Centre >Abingdon >Oxfordshire >OX14 3DB > > >-----Original Message----- >From: piclist-bounces@mit.edu [mailto:piclist-bounces@mit.edu] On Behalf >Of Peter >Sent: 16 August 2005 21:22 >To: Microcontroller discussion list - Public. >Subject: Re: [OT]: LINUX > > >Luis, what distribution do you run ? You should have joined the local >linux user group's mailing list by email a long time ago imho. > >Depending on what distribution you run, there is a tool for getting >packages and installing them. Ubuntu has emerge, Debian has apt-get etc. > >So you locate the exact package you need using the website of the >distribution you are using, and then use the tool directly to get and >install what you need. The tool downloads directly from the internet, >there is no need for you to get the packages. It also handles >dependencies. For exampl with debian: > >find out what distribution you are running, the kernel version and the C > >compiler version (the latter two are uname -a and gcc --version). Then >go to www.debian.org->packages->search and enter binutils. You get many >answers, one per distribution, and several packages per distribution. >You will need binutils and likely binutils-dev (development package). So > >you now do (as root): > > apt-get install binutils-dev > >and magic happens. You need to be connected. You do not need to download > >the packages. For Ubuntu you use emerge instead of apt-get (with >different parameters, read the fine manual) > >Peter > > > "ssh" is designed for the job. On your home computer enable the sshd daemon. You may need to do port forwarding if you have a firewall/router-box (port 22). From work you can just use ssh client, or from a windows machine I recommend "putty" from http://www.chiark.greenend.org.uk/~sgtatham/putty/ Rolf Rolf -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist