-
Archives
- January 2020
- May 2019
- April 2019
- March 2019
- February 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- September 2014
- August 2014
- June 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- May 2013
- April 2013
- March 2013
- February 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- April 2010
- February 2010
- December 2009
- November 2009
- August 2009
- May 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- April 2006
- March 2006
- January 2006
- December 2005
- November 2005
- October 2005
- April 2004
Hello World Python3, Bash, C, C++, Go, Lua, Ruby, Java – Programming Languages on Ubuntu 18.04
Hello world! All programs start with a hello world. It tests that your environment is working, so that you can run your code. This is how you install and run the most important languages on Linux: Python 3, Bash, C, … Continue reading
Interactive Map on Your Web Page – with Markers – Leaflet.js and OpenStreetMap
Create an interactive map on your web page. Using Leaflet.js, it can be a static web page on any server. With OpenStreetMap.org tiles, you can start using it without any API keys and without registration. Includes live example.
Posted in Uncategorized
Tagged EcmaScript, GIS, hello world, html, HTML 5, JavaScript, kartta, Leaflet.js, Live example, locate, location, map, OpenStreetMap.org, simple
1 Comment
Hello Flask Web App – Python 3 Flask Development Server Install on Ubuntu 16.04
You can create web apps with Python and Flask. This short “Hello World” tutorial shows you how to install development server for Python 3 and Flask. There are two very successful Python web frameworks. Flask is the simple one, Django … Continue reading
Posted in Uncategorized
Tagged CRUD, flask, framework, hello world, microframework, Python 3, python3, python3-flask, simple, tutorial, web
1 Comment
Hello Go world – Install and Run Go in Less Than a Minute on Ubuntu 16.04 LTS
Go is a new programming language. It’s similar to C++, but aims to be simpler, safer and tries to support parallel operations better. Installing Go and running “Hello world” takes less than a minute. This short tutorial shows you how … Continue reading
Posted in Uncategorized
Tagged go, golang, hello world, short, tutorial, Ubuntu 16.04 LTS
Comments Off on Hello Go world – Install and Run Go in Less Than a Minute on Ubuntu 16.04 LTS
Hello CFEngine – CFengine3 on Ubuntu 16.04 Xenial
This article shows you how to install CFEngine 3 on Ubuntu and write a simple “Hello World” program. Modern configuration management systems let your describe your infrastructure as code in an idempotent way. You define the target state of your … Continue reading
Posted in Uncategorized
Tagged cfengine, cfengine3, configuration management system, DevOps, hello world, tutorial, Ubuntu 16.04 LTS, xenial
Comments Off on Hello CFEngine – CFengine3 on Ubuntu 16.04 Xenial
Hello Cordova – Develop Android Apps on Ubuntu Linux
Write Android Apps in HTML5 and JavaScript. Cordova allows access to hardware (GPS, accelerometer…) and packaging for Google Play.
Posted in Uncategorized
Tagged android, Android SDK, Cordova, hello world, html5, install, JavaScript, linux, mobile, Node.js, non-root, npm, PhoneGap, ubuntu, Ubuntu 14.04 LTS
6 Comments
Hello Puppet revisited – on Ubuntu 12.04 LTS
Learn “Hello Puppet World” in 5 minutes. Write one-liners & modules. Meet the configuration management system used by Google and Wikipedia.
Posted in Uncategorized
Tagged beginner, configuration management, DevOps, en, example, hello world, one-liner, precise, puppet, revisited, tutorial
Comments Off on Hello Puppet revisited – on Ubuntu 12.04 LTS
Hello Puppet – on Ubuntu 12.04 LTS
Read new, revisited version of Hello Puppet World. Now with one-liner & module! Old version below. >> Move to new version >>>
Posted in Uncategorized
Tagged beginner, configuration management, DevOps, example, hello world, precise, puppet, tutorial
1 Comment
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
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 hello world, html5, pick, skeleton, standard, tutorial, validator, w3, web
Comments Off on Short HTML5 page