Topic awaiting preservation: suggested linux webtools |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 12-13-2005 00:39
Currently i am building an web-developer machine from my old toshiba tecra 8100 notebook. To get the most power/functionality out of it i have choosen to install gentoo linux with an for this machine optimized kernel. To make it into an web develop machine i need some web tools. |
Maniac (V) Inmate From: there...no..there..... |
posted 12-13-2005 03:38
Try fluxbox for a window manager. It's super duper light weight. |
Maniac (V) Mad Scientist From: :morF |
posted 12-13-2005 05:45
Well... Xampp isn't console, for one thing. Lynx or Lynx 2 should do you for text browsing, and are also a good way to check that your page is open-access compliant. Nano, Vi, Pico... whatever you're most comfortable with, use that for text editing. |
Paranoid (IV) Inmate From: North Coast of America |
posted 12-13-2005 09:18
I agree that xampp is probably overkill. I haven't used their Linux implementations, but judging from their Windows setup, they take a kitchen sink approach. As a development box, and probably "closed" from the outside world, you wouldn't need a mail server, name server and FTP servers, for instance. quote: Haven't gotten around to trying it either, since Windows boxes are always nearby. |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 12-13-2005 09:49
Maybe i try DirectFB as an X replacement. Acording to this picture it is possible to run gimp with it..... |
Maniac (V) Mad Scientist From: :morF |
posted 12-13-2005 10:56
Gah... sorry. XAMPP is console. I'm an idiot, and confused it with one of the multimedia programs. Honestly -- and I will admit to a little bit of masochism on this score -- I'd recommend downloading and compiling Apache, MySQL, PHP and Perl all on your own. You can get a lighter install out of it, for one thing, you get more more control over it, and you learn more. Also, for installing packages, I'd recommend getting your hands on Python and yum, the Yellowdog Updater Modified. It's a wonderful thing. |
Paranoid (IV) Inmate From: Florida |
posted 12-13-2005 12:30
X.Org is basically the only full implementation people use anymore (for good reason), but you can get cut down versions without the bloat (they're used especially for VNC packages). |