Fork me on GitHub

Congratulations, it works !

Welcome to the Acme Systems Board web site. These pages are served by your Linux board using the pre-installed Lighttpd web server. You can modify these web contents or edit and run programming code examples directly from your web browser using the Web Based IDE Codiad without any need to install software on your PC.

Programming examples

Create, Edit, Save and Load your sources in C, C++, Python, Html, CSS, Javascript, PHP, etc. directly from your web browser using Codiad.

Edit and compile your custom device tree to initializate and config your hardware at Linux startup.

Codiad Web IDE »

Use these login data:

  • Username: root
  • Password: ariag25

Linux shell

Shell in a box provides a web interface to get access to the Linux Debian command prompt. In this way you can execute code examples or manage your system directly from your web browser using just the same port 80 used for the other web applications.

Linux command prompt »

login: acme Password: ariag25

Inside the command prompt you can obtain the root privileges by typing:

	$ su
	login: root
	Password: ariag25