Category Archives: Linux
Locomotives adding on Rocrail
After discovering Rocrail and saw its installation, we will immediately see how to declare a new locomotive. Once this is done, we will not be very far from what our ecos center can do ! First, you have to set the locomotive on your Ecos. From the menu “Object”, which contains a list of all network elements that we can declare we select “Locomotives.” A window with several tabs will open and we will inform each of these tabs to …
Continue reading
Rocrail & Rocview configuration
For those who have followed the previous articles, you must have read that I want to do a digital network to be able to control it via a computer, a phone or a tablet. The interest is to have an interface as user friendly as possible and especially to overcome the limitations of a central (in my case to the ecos ESU). Eventually, my network must be fully automated or not. Either the computer controls the trains following a schedule …
Continue reading
PHP – PHPUnit
PHPUnit is a unit test suite framework for PHP. I have had some difficulties to find informations to install PHPUnit ; so I write a small article to keep a clue about the install process : $ pear update-channels $ pear upgrade $ pear channel-discover components.ez.no $ pear channel-discover pear.symfony-project.com $ pear channel-discover pear.phpunit.de $ pear install –alldeps phpunit/PHPUnit It was easy ; but we have to know it !
SignatureTool & BlackBerry JDK & IPv6
A new post to update the post about “Devel on a BlackBerry device”. If your system suppots the IPv6 protocol ; the SignatureTool tool doesn’t work To work, you have to only add a command line option to force the tool to work with the IPv4 protocol. So the command is : $ java -Djava.net.preferIPv4Stack=true -jar SignatureTool.jar This option is true for all Java applications aren’t compliant with IPv6.
OpenSync install
OpenSync is a synchronization framework that will be a platform independent and in particular Linux. OpenSync is modular : a core and plugins for content formats and different kind of connection types. It should allow it to be a solution to synchronize PIM (Personal Information Management – addressbook contacts, calendar events and tasks, personal notes, etc) data between mobile devices like mobile phones, PDAs (Personal Digital Assistant), desktop computer PIM tools.
As I’m used to use and contribute to OpenSync project, you’ll find a post about
the installation.
Continue reading