Linux Find File

Linux find file

Linux find file command explained. Finding files using the command line on a Linux machine could be very uncomfortable experience, especially for the beginners. Without a GUI it is very difficult to navigate through the directories and find the files you need. In this tutorial, we will show you how to find a specific file in Linux, using the command line.

Read More

Install Odoo 10 on CentOS 7

Install Odoo 10 on CentOS 7

We’ll show you, How to install Odoo 10 on CentOS 7. Odoo (formerly known as OpenERP) is a suite of web-based enterprise management applications. It is one of the most popular and powerful Open Source ERP business software based on the Python programming language.

Read More

How to Setup an Email Server with Mail-in-a-Box on Ubuntu

How to Setup an Email Server with Mail-in-a-Box on Ubuntu

Today we will show you how to setup Mail-in-a-Box on an Ubuntu 14.04 VPS. Mail-in-a-Box is a free and open source application that makes it easy to turn your Ubuntu 14.04 server into a complete, full-stack email solution for multiple domains. Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box. Each Mail-in-a-Box provides webmail and an IMAP/SMTP server for use with mobile devices and desktop mail software. It also includes contacts and calendar synchronization. The installation process should take about 10-15 minutes if you follow the very easy steps described below.

Read More

How to set up Apache Virtual Hosts on CentOS 7

How to set up Apache Virtual Hosts on CentOS 7

Today we will show you How to setup Apache Virtual Hosts on CentOS 7. Apache is an open source web server developed for modern operating systems including UNIX and Windows. It is a secure, efficient and extensible server that provides HTTP services synchronized with the current HTTP standards.

Many people use it to host their websites and apps. In fact, according to the latest statistics, Apache is the most used web server in the world, with Windows IIS following in second and in third the Russian machinery that is Nginx. To setup Apache Virtual Hosts on CentOS 7 just follow our step by step tutorial below.

Read More

How To Set Up a Firewall with UFW on Ubuntu 16.04

Set up a Firewall with UFW on Ubuntu
We’ll show you, how to set up a firewall with UFW on Ubuntu 16.04. If you have an Ubuntu server and you like to control the incoming and outgoing network traffic you need to configure the firewall that is included with your system. Linux kernel includes the netfilter subsystem which is a system for packet filtering. The traditional interface for manipulating netfilter is via iptables, which is primarily a database of firewall rules. The Uncomplicated Firewall or ufw is a frontend for iptables and it makes the iptables firewall configuration and blocking IP addresses much easier. In this guide, we will show you how to set up a firewall using UFW on a Linux VPS running Ubuntu 16.04 as an operating system.

Read More

SVN Linux | Getting Started With Subversion on Linux

svn lniux
subversion Linux

We will show you how to install SVN in Linux. Subversion or commonly abbreviated as SVN is an open-source software versioning and revision control system. It allows users to maintain current and historical versions of files such as source code, web pages, documents, and other electronic data. Installing SVN in Linux, is not so complicated, just follow the steps in the tutorial below and you should have it done in 10 minutes. We are also going to show you, some basic SVN commands in Linux.

Read More

Linux Log Files

An introduction to Linux log files

We’ll introduce you to the Linux log files. Before you start with this guide it is recommended that you login to your VPS and follow this guide while looking at the files in there, as that is the best way to learn and memorize the things. Learn about the log files when your system is running smoothly as understanding the log files will help you to successfully troubleshoot and fix any problems that might occur later on. Finally, ‘Linux log files’ is a pretty extensive topic and it is unlikely to be fully covered in just one article. This article on, Linux log files, can probably serve just as a general guideline. Each application installed on the system has its own logging mechanism so whenever you need application specific information then the application documentation is the best place to look for it.

Read More