how to install mongodb in ubuntu
MongoDB is a non-relational data store of JSON documents. What I mean by non-relational is that it does not store data in tables as these relational databases do. It stores the JSON document For more […]
Linux Tutorial For Linuxadmin & Devops
MongoDB is a non-relational data store of JSON documents. What I mean by non-relational is that it does not store data in tables as these relational databases do. It stores the JSON document For more […]
Laravel is a PHP web application framework with expressive, elegant syntax. It is designed for the faster development of MVC web applications in PHP. In this article, we will install laravel 5 php framework on […]
PHP composer is a package management system for PHP and it helps you easily install libraries which you can use in your PHP development work and you can easily distribute the set of libraries to […]
Intro The simple way of increasing the responsiveness of your server against out of memory errors in server to add some swap space. In this artical, we will help how to create a swap file […]
Intro: Tomcat is a java Servlet container and web server from the Apache software foundation .Tomcat can be used as standalone or it can be used behind traditional web servers such as Apache httpd servers […]
We are going to install and use most advanced open source database system that is PostgreSQL. Postgres is a general purpose and object-relational database management system. Let’s proceed With the installation steps : STEP 1 […]
In this blog will help you to Install MariaDB 10.3 on Ubuntu 18.04 LTS using apt package manager. After installing MariaDB you need to install phpMyAdmin or use Adminer for access the database on the […]
NginxServer is the most popular web server. And more resource-friendly than Apache, the most case we can use the webserver or reverse proxy. Prerequisites First you start the installation nginx-Server .you should have a regular, […]
Now it become very easy to get rid of paying for SSL. Let’s encrypt will help you in setting up free SSL on the website. We can install Lets Encrypt for apache or nginx on […]
Step- 1 Install vsftpd Open Terminal and type the command: sudo apt-get install vsftpd Step-2 Edit the vsftpd configuration file: sudo nano /etc/vsftpd.conf # Example config file /etc/vsftpd.conf # # The default compiled in settings […]