Raspberry Pi 30 EUR Linux computer launched, get 4000 IPv6 addresses from Linode

This is a happy day! Rasbperry Pi 30 EUR Linux computer launched 35 USD Fedora Linux HDMI (full 1080p HD), USB, 100 Mbit/s Ethernet 700 MHz ARM, 256 MB RAM Raspberry Pi (homepage, Wikipedia) sells trough major electronic distributors: RS … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Comments Off on Raspberry Pi 30 EUR Linux computer launched, get 4000 IPv6 addresses from Linode

Linux-koe, työasemat ja tietoverkot 25

Update: Työasemat ja tietoverkot ict1tn002-25 Linux-osuuden koe on pidetty. Onnittelut läpäisseille! Arviointi on ict1tn002-25 Moodle-sivulla (vaatii kirjautumisen). Karttakatu Oy Me Karttakatu Oy:ssä teemme karttoihin liittyviä weppisovelluksia. Olemme muutaman hengen yritys. Asenna työasema, jolla tavallisimmat toimistotyöt onnistuvat (weppisurffailu, tekstinkäsittely). (Asentuessa voit … Continue reading

Posted in Uncategorized | Tagged , , , , | 16 Comments

Bootstrap CSS – Quickly Style Your HTML5 Page – Skeleton

Bootstrap (from Twitter), is a Free CSS framework. Bootstrap has table-free layouts, navbars, buttons, icons and automatic scaling for mobile devices. Copy bootstrap.css and bootstrap-responsive.css to your website, link the stylesheets and you’re ready to go. <!doctype html> <html> <head> … Continue reading

Posted in Uncategorized | Tagged , , , , , | 1 Comment

Short HTML5 page

Start writing your HTML5 page with this “Hello world”. Test your page with validator.w3.org. Charset is needed for scandics and other special characters. Short valid HTML page <!doctype html> <html> <head> <title>Tero’s Test Page</title> <meta charset=”utf-8″ /> </head> <body> <h1>Tero’s … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | Comments Off on Short HTML5 page