SSH login without password

[et_pb_section bb_built=”1″][et_pb_row][et_pb_column type=”4_4″][et_pb_text _builder_version=”3.1.1″ text_font=”Open Sans||||||||”]

ssh login without password

SSH or Secure SHELL is the most popular and trusted UNIX-based cryptographic network protocol. It can be used for secure data communication, remote server logins, remote command execution, and many other secure network services between two networked servers. Normally, password authentication is used to connect to a remote server via SSH. In this blog tutorial we will show you how to login to a remote Linux VPS without password, using SSH keys. This method is more secure than using a password.

Read More

Install Ajenti Control Panel on a CentOS Server

ajentiAre you looking for a great alternative to Webmin, Kloxo and VestaCP? Well, search no more because Ajenti is an excellent, lightweight and powerful web-based server administration panel. It is a very intuitive, multilingual free control panel that manages almost every aspect of your server.

Ajenti provides a fast and responsive web interface for managing your server, whether you have a Linux VPS (Virtual Private Server) or a Dedicated server. It is built with many pre-made plugins for configuring and monitoring server software and services. To mention few: Apache, Cron, File System, Firewall, MySQL, FTP and many other tools like File Manager, Code Editor for developers and Terminal access.
You will barely need to login to a command line interface either using Putty or Terminal if you have this control panel installed on your server.

Read More

How to Install Drupal 7 on CentOS 7

How to Install Drupal 7 CMS on CentOS 7

We’ll show you, How to Install Drupal 7 on CentOS 7. In this tutorial we will help you install the latest version of Drupal on your CentOS 7 VPS with Nginx, MariaDB and PHP-FPM. Before we continue, we assume that you already have LEMP stack (Linux, Nginx, MariaDB and PHP) installed on your server. If not, you can follow the How to install LEMP tutorial to prepare your linux vps. If you already have LEMP stack installed on your server, we are good to go. Installing Drupal 7 on CentOS 7, is fairly easy task and it should not take more then 10 minutes to complete.

Read More

Iptables Block IP

Iptables Block IP

Today we’ll show you how to block ip address using iptables. In the following article we are adding a blacklist to the firewall script which will allow you to block any abusive IP addresses or ranges of IPs in your Debian or Ubuntu based virtual server. Iptables is a user space application program that allows a system administrator to configure the tables provided by the Linux kernel firewall (implemented as different Netfilter modules) and the chains and rules it stores. Blocking an IP address using iptables is fairly easy task and it should take no more then 5 minutes.

Read More

How to install Icinga network monitoring system on a CentOS 7 VPS

icingaThe following article will guide you through the steps of installing Icinda network monitoring system.

What is Icinga?

Icinga is an open source network and computer system monitoring application which was originally created as a fork of the Nagios system monitoring application. It is backward compatible and is attempting to get past perceived short-comings in Nagios’ development process as well as adding new features such as a modern Web 2.0 style user interface, additional database connectors (for MySQL, Oracle, and PostgreSQL), and a REST API that lets administrators integrate numerous extensions without complicated modification of the Icinga core.

Read More

How to install Flyspray The Bug Killer on a CentOS 7 VPS

how-to-install-flyspray-the-bug-killer-on-a-centos-7-vpsThis tutorial will guide you through the steps of installing and configuring Flyspray The Bug Killer on a CentOS 7 VPS.

What is Flyspray?

Flyspray is an uncomplicated, web-based bug tracking system written in PHP for assisting with software development. It was designed primarily to suit everyone’s needs.

Flyspray is free software, released under the GNU GPL license. This essentially means that you can get Flyspray and use it free of charge. The source code is available and you are welcome to modify it according to your needs.

 

Some of the Flyspray features include:

  • Web-based, platform-independent
  • Multiple database support, currently MySQL and PGSQL
  • Easy installation
  • Easy to use
  • Multiple projects
  • ‘Watching’ tasks, with notification of changes (email or Jabber)
  • Comprehensive task history
  • File attachments
  • CSS themes
  • Advanced search features (though easy to use)
  • Atom/RSS feeds
  • Two syntax options for task descriptions and more (Dokuwiki / plain text)
  • Voting for tasks
  • Dependency graphs

Read More

How to improve the performance of your website with APC and memcached.

apc-memcachedToday we will show you how to improve the performance of your website with APC and memcached.
APC stands for Alternative PHP Cache and it is an open source solution if you like to speed-up your website. APC caches the output of compiled PHP code and stores the result in shared memory.
Memcached on the other hand, stores arbitrary data such as strings and objects that come up as a result from API, database calls etc. It is open source as well and it is intended for improving the performance of your website.

The installation of APC and memcahed is very simple and usually takes 10-15 minutes to be completed. This guide will show you how to do that on a Linux VPS.

Read More

How to install Suhosin on a Linux VPS

suhosinSuhosin is an advanced protection system for scripts and the PHP core itself. It is an open source PHP patch used for protecting the users and servers against numerous vulnerabilities and security flaws in the PHP basaed applications including WordPress, Joomla, Drupal, etc…

In this article we will guide you through the simple and fast process of installing Suhosin from source on a Linux VPS.

Read More