Re: Resume questions, how convey?



Ulrich Hobelmann wrote:
> David Steuber wrote:
> > Ulrich Hobelmann <u.hobelmann@xxxxxx> writes:
> >
> >> I just got a small webspace account which gives me ssh (and scp)
> >> access to a chrooted environment (with very few commands at all, no
> >> gcc, not even tar and gzip), Apache, PHP, and CGI. I have to ask how
> >> I'm supposed to be able to install CGI stuff without any way to
> >> compile anything... Maybe I'll just get a different web-package when
> >> I need it (this one was free for me for this year).
> >
> > You have scp. Depending on your disk quota, you may be able to scp
> > other executables that you need. You just need to be sure they are
> > compatible with the libc in your /usr/lib/.
>
> Well, that means I might need a compatible system to compile stuff.
>
> > Do you have access to /etc/apache/httpd.conf? (location may vary)
>
> No, just the chroot.

Well *local* chroot can be your best option. Install on a free
partition of your home machine a similar system, then do:

chroot /mnt/hdaXX
cd /where/your/stuff/is/
nice -20 make

to your heart pleasure :)

That's how I compiled gentoo from debian, BTW.

.



Relevant Pages

  • Re: chrooted ssh/scp
    ... > normal shell or scp in and get or send files but only within their own ... > home directories via chroot? ... The commercial ssh server has that capability built in, ...
    (freebsd-questions)
  • Guide to CHROOTing OpenSSH users (on Solaris) ?
    ... Is there a guide to chroot specific account as soon as they log in? ... And still have them use ssh or perhaps scp from this chrooted jail? ... I heard there is such a 'walkthrough' for regular SSH but for OpenSSH? ...
    (comp.security.ssh)