heroku cloud application platform
[code] git clone git://github.com/heroku/ruby-sample.git cd ruby-sample heroku create git push heroku master heroku open [/code] Yes! Simple! Like that! https://www.heroku.com/
[code] git clone git://github.com/heroku/ruby-sample.git cd ruby-sample heroku create git push heroku master heroku open [/code] Yes! Simple! Like that! https://www.heroku.com/
the name is my.openhab.org The next step in the BB+Debian+OpenHAB story. [code lang=”C”] Apache2 configuration for the ports: /etc/apache2/ports.conf Apache2 configuration of the virtual host: /etc/apache2/sites-available/default OpenHAB configuration for …
Two weeks of testing the Demo OpenHAB Server configuration on a Debian powered BeagleBone: Tons of power-off reboots and all works fine. Only one time it refused to connect to …
12.2016 Update: Due to the new debian images and new openhab versions, some users had problems with the whole procedure: The main changes are: After SD creation, the BB takes …
Sometimes the Mighty BeagleBone may ask for a new, unknown driver named SUBARCTIC. His VID is 0451 and PID is 6141, at least in the case of a A6a board. …
installing and running elinks – the text mode browser – on a BeagleBone BeagleBone is great! install elinks: wget http://www.elinks.cz/download/elinks-current-stable.tar.gz tar – xzvf elinks-current-stable.tar.gz cd elinks-0.11-20130125 (better press tab after …
More Angstrom tools: systemd, is a system and service manager, a initd replacement systemd uses journal instead of syslog journalctl – a “/var/log/messages” replacement configuration file: /etc/systemd/journald.conf journalctl can be …
Installing nmap on BeagleBone Maybe the best network scan tool available, the powerful nmap is also free. http://nmap.org/ Install sequence: wget http://nmap.org/dist/nmap-6.25.tgz cd nmap-6.25 ./configure make make install The install …
Installing mtr on a Beaglebone/Angstrom mtr(former Matt’s traceroute) is a mix of traceroute and ping, I use it often in network diagnose. Running it on BeagleBone simplifies many things. As …
Midnight Commander 4.6.1 running on BeagleBone with Angstrom Distribution. BeagleBone is a linux box. So get all the classic linux tools! mc aka Midnight Commander is a visual file manager …