think tank forum

ttf development » dev environment

 
16 years ago
r2, link
dbrown
i'm curious what other ttf-devs use for their dev environment

as for me:
wamp: uniform-server
- mysql updated to 5.0.41
- apache httpd 2.0.59
- php 5.2.6
ide: geany, although i miss notepad++
browser: firefox 3.1, opera 10, ie 8 rc1
svn: tortoisesvn 1.5.7
Weasley's avatar
16 years ago
link
Weasley
20 x 10 living
I use:

-XAMPP localhost server
-php_e text editor
-Filezilla, though I miss SmartFTP

-Weasley
DaGr8Gatzby's avatar
16 years ago
link
DaGr8Gatzby
Drunk by Myself
Editor: Vim
Media Players: iTunes, Cog
Environment: FreeBSD VPS(PHP5/MySQL5/PgSQL8/Apache5)
^FAPP(FreeBSD,Apache,PostgreSQL,PHP) server HAHAHA. That is so fitting.
Browser: Safari(Can't beat webkit), Firefox
lucas's avatar
16 years ago
r3, link
lucas
i ❤ demo
locally:
gvim 7.2
firefox 3.0.6
tortoisesvn 1.5.7
winscp 4.1.8
putty 0.60

---

remotely:
www% uname -a
Linux www.wingedleopard.net 2.6.16.29-xen #1 SMP Sun Sep 30 04:00:13 UTC 2007 x86_64 GNU/Linux
www% cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu 8.04.1"
www% apache2 -v
Server version: Apache/2.2.8 (Ubuntu)
Server built:   Jun 25 2008 13:54:43
www% mysqld --version
mysqld  Ver 5.0.51a-3ubuntu5.4 for debian-linux-gnu on x86_64 ((Ubuntu))
www% php -v
PHP 5.2.4-2ubuntu5.4 with Suhosin-Patch 0.9.6.2 (cli) (built: Nov 25 2008 23:46:54)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
www%
nny's avatar
16 years ago
link
nny
M̮͈̣̙̰̝̃̿̎̍ͬa͉̭̥͓ț̘ͯ̈́t̬̻͖̰̞͎ͤ̇ ̈̚J̹͎̿̾ȏ̞̫͈y̭̺ͭc̦̹̟̦̭̫͊̿ͩeͥ̌̾̓ͨ
vim / slightly modded redhat vimrc is awesome btw. and readline with vim commands is awesome for gdb / shell / you name it.

for php i don't give a crap =P

gcc whatever works...

arduino latest.

processing latest.

perl 5

python 3

la la la whatever.

=P biggest high res lcd possible.
nny's avatar
16 years ago
link
nny
M̮͈̣̙̰̝̃̿̎̍ͬa͉̭̥͓ț̘ͯ̈́t̬̻͖̰̞͎ͤ̇ ̈̚J̹͎̿̾ȏ̞̫͈y̭̺ͭc̦̹̟̦̭̫͊̿ͩeͥ̌̾̓ͨ
oh and strace / lsof / iostat ktrace.... you know.. need that stuff.
DaGr8Gatzby's avatar
16 years ago
link
DaGr8Gatzby
Drunk by Myself
nny: totally agree man. Try MTR for network diagnostics.