Posted in OS X on oct 7th, 2008 No Comments »
Yeah… windows stuffs, as usual.
Hopefully you’ll find some tools for Os X :
daa2iso : download, unzip, go to the src directory from the console and start “make”. You’ll end up with a daa2iso binary. Don’t care for the errors.
daa2iso in_file.daa out_file
Result is a out_file.iso, which you can open from the finder.
I just have no valid [...]
Read Full Post »
Posted in OS X, UNIX on août 21st, 2008 4 Comments »
iTerm is the most powerfull terminal emulator I know on Mac osX. I first thought the dev of this projec was over when Apple released Leopard. Today a co-worker just get an update warning. Checking it shows there indeed was a new update, version 0820 (20th of August ? :)).
The changeLog on the website reference [...]
Read Full Post »
Posted in UNIX on juil 1st, 2008 No Comments »
I was asked for my Icecast monitoring template for Cacti today. I just realized I made a post in Cacti forums back in 2005 but never released the files.
My plugin is based on a Data Query. You add it to your device then you can discover every stream of your icecast server. Then you can [...]
Read Full Post »
Posted in Solaris, UNIX, Video on mai 27th, 2008 5 Comments »
DSS 6.0.3 is out ! Check this out at http://dss.macosforge.org/
I’m not sure what this new version brings, few things seems to have changed. I hope for the best..
They claim to be 64 bits compatible on OsX, with some speed up changes. Don’t know what this will bring on Solaris or Linux.
Whatever, this version will not [...]
Read Full Post »
Fuppes is a “free” Upnp and DLNA server. It can work on almost any system, from Linux to Os X
While you will find some usefull help to install it on Leopard (check here), it may not be so easy.
First of all, install Macports.
Then, change your PATH environement variable so you have /opt/local/bin and [...]
Read Full Post »
Posted in IPTV, UNIX on avr 24th, 2008 7 Comments »
Know what a Set-Top-Box is ? By this time everybody should know. This little box you plug to your TV so you can see video channels or VoD (Video On Demand) streamed from another computer or from your ISP.
We had a project at work about replacing TV in almost every office, connected to coaxial cable, [...]
Read Full Post »
Posted in Solaris, UNIX on avr 16th, 2008 1 Comment »
As I was trying to install a ISC DHCP server with failover I just find out… nothing !
Of course many people are talking about how to set up a DHCP server… like :
apt-get dhcpd
server dhcpd start
And that’s it.
I do need more, first because I work on Solaris (10) and because, heh, I’m not doing basic [...]
Read Full Post »
Posted in Solaris, UNIX on mar 20th, 2008 No Comments »
I was just trying to compile le latest Icecast from SVN on Solaris 10 Sparc, and reached a lot of troubles with automake.
Aclocal was complaining not having the libtool macro.
On this host we have a special folder with every tools, /opt/tools :
apr-util-1.2.8 coreutils-5.94 [...]
Read Full Post »
Posted in Dev, UNIX on fév 27th, 2008 No Comments »
Tutoriel sur l’injection SQL : http://st-curriculum.oracle.com/tutorial/SQLInjection/index.htm
Oracle Performance Tuning Guide
Un bon blog sur Oracle : http://sysdba.wordpress.com/
A lire sur Python / Django :
VirtuelEnv, qui permet de gerer des “package d’installation” de Python, et garder la distrib de base “propre”
Un exemple d’utilisation de VirtualEnv
Un autre blogger qui parle de VirtualEnv (lire les commentaires)
Et n’oubliez pas d’installer easy_install
Read Full Post »
Posted in Django, Mysql, OS X, Python on fév 15th, 2008 No Comments »
If you installed over your old Tiger or if you are new user, you may have experienced errors when trying to build py-mysql.Py-mysql is a Python module to connect to Mysql.I’m using it to have Django, the Python Web Framework, to connect to Mysql database. This is what I got when trying to install :
# port [...]
Read Full Post »