How to Setup Memcached With PHP 7 On Linux
Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. Free & open source, high-performance…
Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. Free & open source, high-performance…
As I experienced in past Ubuntu’s default startup disk creator is buggy and sometimes it’s doesn’t work , If you are struggling with Ubuntu 15.10’s startup disk creator ( default USB disk creator…
Canonical, company behind Ubuntu Linux, releases Ubuntu 16.05 LTS code-name Xenial Xerus today as it was scheduled . This release is LTS ( long term support ) , it will get support for next five years…
In this tutorial , I am going to show you how to install and setup owncloud with NGINX with PostgreSQL and PHP 7 . Yes right php 7 , for performance benefits . So with without wasting time let’s get…
Juju Quick introduction Juju is a open source, solution-driven orchestration tool from Ubuntu , juju help to model and deploy, maintain and scale various services to cloud or bare metal servers easily…
Setup Now Install After Install You can use to setup virtual environment then activate the virtual environment Before using virtualenv freeze pip and pipe that to requirements.txt file then after…
Sometimes reinstalling Ubuntu is way to go for fixing some graphics or other system related software problems for example after upgrade or graphics driver messed up , just do a reinstall it will be…
Stucked in your desktop/laptop ubuntu’s login screen means , you enter your password then screen goes black then login screen appears again and again in loop , here are three easy troubleshooting…
OwnCloud is well-known and very popular free and open source self hosted file sync and sharing application, which offer great security and alternative of many paid services . you can store sync and…
Many Ubuntu users like unity desktop environment , and inversely many users don’t like that at all , most of the time they switch to classic mode or install some other desktop Environment like GNOME…
Nginx is well-known, tiny and fast web server , Nginx is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server…
Atom is text editor from Github its currently in beta . you can build atom for ubuntu by just following steps . Please Note that its only support 64bit ARCH if you are running 32 System then it might…
In this tutorial I am going to show you , how to install Fail2Ban in your ubuntu server and how to setup and configure fail2ban service to protect ssh against brute force attacks. Install Fail2Ban It…
In this tutorial I am going to show you , How you can Install Ruby via two different methods First by using source and Second Via RVM . why we are using these two methods : Simple we want to install…
Ubuntu comes with an awesome installer , you just have to follow simple steps to get installed and running Ubuntu desktop there is nothing fancy , but if you want some security features like encrypted…
There are many tools available for downloading video from sites like youtube and metacafe etc. but small command line downloading tool fulfil most of the requirements . It requires Python interpreter…
If your ubuntu installation started throwing errors like unmet dependencies while installing packages then let me show you how to solve that , solve using these two methods first : open software…
After Fresh installation of Ubuntu 12.10 , you have to install graphics driver to get the most of Ubuntu ,  Installing graphics Driver ( ATI AMD Radeon ) is really easy you can install graphic driver…
In this tutorial I’ll explain you how to Install , Complete Linux distribution in USB drive step by step using virtualbox alternatively you can use any virtualization software , I’ll using Ubuntu as…
or manually download fonts package from this link and copy it .fonts ( if don’t have then create .fonts directory in home folder) directory inside your home folder use myunity or your preferred tool…
SSH or secure shell is best and secured way to connect and remotely manage your computer from anywhere but most of the time people use it from terminal which is text-based CLI . Its really difficult…