Posted by Administrator | Jul 6, 2016 | Linux
Each command or program or bash script than runs on Linux is called process. It contains the program code and its current activity. On Linux each process has priority. I am not going into details about how this is managed. But I am going to write about real live...
Updated by Administrator | Jul 13, 2016 | Linux
Sometimes you need to encrypt and protected some information with a passwords, so only you or person who knows the password can have access to it. Linux provides couple of useful command line utilities to do that. The original crypt command is considered obsolete...
Posted by Administrator | Mar 19, 2016 | Linux
Recently I am working on project involving Raspberry Pi. A couple of months ago I wrote a quick start guide to Raspberry Pi. Now I have another topic to cover that is related to Raspberry and project I am working on. As you know Raspberry Pi does not have hard drive....
Updated by Administrator | Mar 14, 2019 | Linux
After writing article about Introduction of Server Sent Events with real life PHP SSE example I decided to write another article this time about using Server Sent Events in Java and Tomcat. Before to start I strongly recommend you to read first article and look into...
Posted by Administrator | Oct 11, 2015 | How To Install
Recently I was tasked to develop some software to Raspberry PI. For those who are not familiar Raspberry PI is a single-board computer with a size of a credit card although it is little bit thicker. So better comparison will be to say that it has a size of a computer...