os x

Deluge Torrent – A full-featured BitTorrent client!

Deluge is a full-featured BitTorrent client for Linux, OS X, Unix and Windows. It uses  libtorrent in it’s backend and features multiple user-interfaces including: GTK+, web and console. It has been designed using the client server model with a daemon process that handles all the bittorrentactivity. The Deluge daemon is able to run on headless machines with the user-interfaces [...]

How to Connect to the Zend Debugger

The combination of Zend Studio and the Zend Debugger allows you to remotely control the Zend engine. Zend Studio acts as your control panel, displaying information about the inner machinations of the engine. You can see the source code that’s running, the state of variables, and the state of the Web environment, among other data. [...]

How to Enable PEAR on OS-X XAMPP

The current, OS-X version of XAMPP comes with PEAR but it’s not installed/configured. Here is what you need to do: sudo su – [and type admin password] /Applications/xampp/xamppfiles/lib/php/pear install PEAR /Applications/xampp/xamppfiles/lib/php/pear install Log /Applications/xampp/xamppfiles/lib/php/pear list The last command outputs the list of installed pear modules. Log should be one of them. Once you configure pear [...]

How to install and configure OpenLaszlo Server

The open source platform for building rich internet applications ,OpenLaszlo comprises a compiler for its LZX language and an optional server that provides proxying and transcoding. OpenLaszlo allows you to create web applications with a breakthrough user experience. It is offered for free under the business-friendly CPL license.