ThePenguinCometh
There is no escape
Alright here's the problem. I've got an old G3 Power Mac that I picked up cheaply from an acquaintance. Unfortunately he did not know the root password so I'm unable to gain root access to it. I'm also unable to connect it to the Internet from my network as I need alter the routing tables first for which I need root access. OK, so I need to boot from CD so that I can get root access except in order to boot from a CD I need to download a file from the 'net. In other words in order to connect to the 'net I need to gain root access by booting from a CD after downloading a file from the 'net once I gain root access..... ad naseum.
OK, not to worry, here's a list of my main resources:
1 Internet-connected Linux box with a full Slackware installation,
1 headless Linux box running an Apache web server and little else,
1 headless Linux box running an NFS server and little else.
And of course all four machines are networked together. What do you do?
Solution:
From the first machine (let's call it the main machine) download the file. Then mount the shared directory from the NFS server and upload said file. Then from the main machine ssh into the web server. Then from the ssh session mount the shared directory from the NFS server onto the web server and copy said file onto the web server. Then write a short HTML file that contains a link to the file in the web servers HTML directory. Then from the Mac start up web browser and point it to the web server, click on the link, download it and voila! Genius!
I realise half of you probably have no idea what I'm on about but I had to tell somebody!
OK, not to worry, here's a list of my main resources:
1 Internet-connected Linux box with a full Slackware installation,
1 headless Linux box running an Apache web server and little else,
1 headless Linux box running an NFS server and little else.
And of course all four machines are networked together. What do you do?
Solution:
From the first machine (let's call it the main machine) download the file. Then mount the shared directory from the NFS server and upload said file. Then from the main machine ssh into the web server. Then from the ssh session mount the shared directory from the NFS server onto the web server and copy said file onto the web server. Then write a short HTML file that contains a link to the file in the web servers HTML directory. Then from the Mac start up web browser and point it to the web server, click on the link, download it and voila! Genius!
I realise half of you probably have no idea what I'm on about but I had to tell somebody!