Add Swap on Ubuntu 14.04

Add Swap on Ubuntu 14

In this tutorial you’ll learn step by step how to add Swap on Ubunto 14.04. Benefits of adding Swap Increasing the responsiveness of your server Guarding against out of memory errors in your applications is to add some swap space. What is Swap Swap is an area on a hard drive that has been designated […]

MongoDB

Install MongoDB on Ubuntu 16.x or Centos 7.x

MongoDB  is a document-oriented database management system that can be distributed over any number of computers and does not require a predefined data schema. It is written in C++. The server and tools are distributed under the AGPL license (Is a free copyleft license, intended to oblige the services accessible by the network to publish […]

Install VestaCP and Setup a Website on Ubuntu 14.x

Vesta Control Panel is a free, open source website control panel with website, email, database, and DNS functionalities built in. Prerequisites This tutorial uses example.com as the example hostname. Replace it with your domain name throughout this tutorial. An Ubuntu server A registered domain name pointed to this server. You can read this series on […]

Initial Server Setup with CentOS 7.x

Root Login You will need to know your server’s public IP address and the password for the “root” user’s account. Connect To Your Server with SSH In order to connect to a remote Linux server via SSH, you must have following: User name: The remote user to log in as. The default admin user, on […]

Configure ProFTPd To Use SFTP

ProFTPd is an open source and free FTP server compatible with all linux-like systems, Mac OS and windows (via cygwin). Read more about ProFTPd. This tutorial demonstrates how to Configure ProFTPd To Use SFTP instead of FTP on Linux Ubuntu or Centos VPS. Install ProFTPd sudo apt-get update && sudo apt-get install proftpd Choose “stand […]

SFTP

SFTP to Securely Transfer Files with a Remote Linux Server

FTP, or “File Transfer Protocol” is a protocol of transferring files between two remote systems. Secure File Transfer Protocol is a variant of the FTP protocol that “tunnels” the session through a Secure Shell (SSH) connection to secure it. Because FTP uses multiple TCP connections (which is an exception in the list of TCP / IP […]

Yandex Browser with Turbo Mode and DNS Spoofing Protection

Yandex is the largest search engine in Russia with about 60% market share in that country.It also develops a number of Internet-based services and products. Yandex ranked as the 4th largest search engine worldwide. Quality and relevant search engine results, light web mail service, powerful translator, and more features that make this company irreproachably present […]

How to Reveal Top Web Money niches [Method]

In this post I’ll show you a simple method to reveal Top Web niches that have less competition and High CPC and Traffic Volumes. If you are an affiliate marketer or Blogger or an Adsense Publisher, this article will help you to target Money Traffic and increase your incomes. The Strategy The Strategy can be […]

https protocol

Force .www and https in your urls on .htaccess file [WordPress]

If you had an http website and/or non-www url structure and you installed an https protocole and you would like to force your server to redirect permanently all urls to https AND .www new version of your website you can simply apply (copy past) the following configuration into your .htaccess file found in the root […]

ssh attack

Install DenyHosts to Protect and Secure SSH

DenyHosts monitors server logs and bans ips that exceed a certain number of failed logins. It is an effective security tool, written in python, this software helps to prevent brute force attacks on a virtual server. Install DenyHosts sudo rpm -Uvh http://mirror.metrocast.net/fedora/epel/6/i386/epel-release-6-8.noarch.rpm sudo yum install denyhosts Whitelist IP Addresses Edit the file : hosts.allow nano /etc/hosts.allow […]