Install and use firewalld on Ubuntu

  • 11 May 2020
  • ADM

Firewalld is one of the Linux firewall management tool and it is available on the in the Ubuntu's default repositories, therefore it is available to be installed from these repositories using the apt packaging system.


Robots.txt File in SEO

  • 13 February 2020
  • George

A robots.txt file tells search engine crawlers which pages or files the crawler can or can't request from your site. This is used mainly to avoid overloading your site with requests; it is not a mechanism for keeping a web page out of Google. To keep a web page out of Google, you should use noindex directives, or to password-protect your page.


How to fix briefly unavailable for scheduled maintenance in Wordpress

  • 06 October 2017
  • ADM

How to fix briefly unavailable for scheduled maintenance in Wordpress: by removing the .maintenance file from the installation root folder.


FTP file upload using cURL

  • 14 February 2017
  • ADM

How to upload files to FTP using cURL command line. The command is very simple: curl -T backup-file.tar.gz ftp://username:password@ftp.server.com/backup/


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.


Stop WordPress asking for FTP details

  • 23 May 2016
  • ADM

WordPress is a free and open-source content management system (CMS) based on PHP and MySQL.WordPress is the most popular blogging system in use on the Web.