How to build a LAMP stack (Linux, Apache, MySQL, PHP) on CentOS 7

  • 31 January 2017
  • ADM

How to build a LAMP stack (Linux, Apache, MySQL, PHP) on CentOS 7. The article includes the install + the firewall settings for public access.


How to install golang on Raspberry PI

  • 17 March 2017
  • ADM

How to install golang on Raspberry PI. Example using apt-get and using the latest binary available.


Raspberry Pi 3 first remote startup

  • 30 November 2016
  • ADM

How to connect remotely to Raspberry Pi 3 using ssh from Linux or MacOS or Putty from Windows.


Windows basics commands and tools for developers

  • 23 May 2016
  • ADM

Windows command prompt basics commands like ping, telnet, dir, cd, ipconfig and tools like Task Manager, Services, Registry.


How to prepare a Windows Java Development Machine

  • 05 April 2016
  • ADM

How to prepare a Windows Java Development Machine using Eclipse, NetBeans, Ant, Maven, MySQL, MongoDB, GIT, SVN.


Putty auto login with password

  • 29 April 2016
  • ADM

Probably all of us who works on daily basis with Linux servers faces this "problem": login with putty on remote server with user and password for one hundred time a day. A solution would be to save the username and the password, so one step to do the job. Of course this is not a secure way to do it, but is suitable for test servers and also from personal computers.