Re: Resume questions, how convey?
- From: "O-MY-GLIFE" <vrotaru@xxxxxxxxx>
- Date: 30 Aug 2005 04:02:17 -0700
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.
.
- Follow-Ups:
- Re: Resume questions, how convey?
- From: Ulrich Hobelmann
- Re: Resume questions, how convey?
- References:
- Re: Resume questions, how convey?
- From: David Steuber
- Re: Resume questions, how convey?
- From: Ulrich Hobelmann
- Re: Resume questions, how convey?
- Prev by Date: Re: modifying array access syntax
- Next by Date: Re: Resume questions, how convey?
- Previous by thread: Re: Resume questions, how convey?
- Next by thread: Re: Resume questions, how convey?
- Index(es):
Relevant Pages
|