WordPress Error establishing a database connection is frequently faced problem. In our previous guides, we pointed to properly configure my.cnf, that is adding [mysqld_safe] stanza at the end of my.cnf file with socket, PID. For newer versions of MYSQL, we written guide for Percona MySQL to auto-restart. Newer Ubuntu, Debian installations do not automatically create the required debian-sys-maint … [Read more...]
How To Install WP CLI With apt get On Ubuntu Server?
In previous articles we discussed about WP CLI. We used to avoid involving WP CLI as most of the new users with cloud, dedicated server may get confused on SSH. Many avoid WP CLI for multi-step CLI works. A Debian installer makes the installation, setup work just easy. This article will guide how to install WP CLI with apt get on Ubuntu server. This guide is usable on server with already running … [Read more...]
How to Install Flextype on Apache : Modern, Flat-File, PHP Powered CMS
Flextype CMS is a Flat-File CMS i.e. needs no database. It is written in PHP. Earlier we listed some flat-file CMS. In that list, on 20th you'll find Monstra CMS. That Monstra CMS now has been Flextype CMS. Octopress is not easy to easy to handle by many - it is actually static site generator. WordPress is perfect for running blogs like our this site. But involving MySQL is really serious matter … [Read more...]
How to Automatically Redirect Subdirectory to Domain (Apache 2.4)
In professional shared hosting, many a times user directory is redirected towards a subdomain. They usually acheive it via some scripting langugage like Perl, PHP with or without MySQL like database. However, we can use just Apache module `mod_rewrite`'s dynamic mass virtual hosts feature to acheive near same result. Here is how to automatically redirect subdirectory to domain with Apache … [Read more...]
Install Jupyter Notebook and TensorFlow On Ubuntu 18.04 Server
On our earlier guides, we installed PyTorch and TensorFlow on Ubuntu server. Those guides are important to understand how to install graphics driver and installing in basic way. We have separate guides on installing Jupyter Notebook. Here is How To Install Jupyter Notebook and TensorFlow On Ubuntu 18.04 Server. It is probably easy to install Anaconda for Python packages. We have separate guides to … [Read more...]
Configure Apache With Fail2Ban on Ubuntu 18.04
Our oldest guide on fail2ban on this website is Installing Fail2ban on Ubuntu 14.04. In this context, it is important to read the article on pam_unix(sushi:auth): authentication failure, which is result of a type of attack. Here is How To Configure Apache With Fail2Ban on Ubuntu 18.04 to block more types of malicious attempts towards server to create a practical firewall. If you are pretty new to … [Read more...]
Analysis of Jenkins for DevOps : Part I
Jenkins is a software system developed for maintaining collaboration, quality management, agility. Modern IT projects require high-quality delivery. At the same time, the process must be fast enough to respond to the ever-changing demands of operational business. Misconceptions about the coexistence of these two issues, quality management and agility, often cause irritation or even frustration for … [Read more...]
Ubuntu 18.04 Apache Reverse Proxy, Loadbalancer Configuration Step by Step
In our older guides we have shown to configure Nginx as IPv6 reverse proxy. Apache Webserver also can work as loadbalancer. Here is Ubuntu 18.04 Apache Reverse Proxy, Loadbalancer Configuration Step by Step Guide. For HSTS site, the configuration and steps are quite complex and probably Nginx is lighter and easy to consider. It is PHP-FPM which throws odd errors with Nginx, but Nginx is highly … [Read more...]
Apache2 IPv6 Virtual Host Configuration (Ubuntu Server)
Most Important Part of Apache Web Server is Virtual Host. Commonly we show IPv4 configuration for the beginners. Here is Apache2 IPv6 Virtual Host Configuration For Ubuntu Server. For this guide, we are assuming that the readers are using Ubuntu 16.04 or Ubuntu 18.04 and has followed our guide to install Apache on Ubuntu 18.04. Our guide is different from gross guides on web as we use Ondřej … [Read more...]
Staging Environment vs Production Environment
We often say "test in your dev server". DEV, TEST, STAGING, PROD Are Common 4 Environments in Software Development. What Are The Differences Between Staging Environment vs Production Environment? We need to know about all four environments in brief - DEV, TEST, STAGING, PROD. PROD or production environment is exactly what this site is - the live site, it is the fully functioning real site. Except … [Read more...]
How To Install Memcached on Ubuntu Server And Configure WordPress
In previous guide, we installed APC cache on Ubuntu 18.04. Here Are The Steps On How To Install Memcached on Ubuntu Server 16.04, 18.04 And Configure WordPress To Optimize Page Loading Speed. APC is an opcode cache. APC cache chunks of PHP code and stores it in RAM. When we need to run that same piece of code again APC already cached it and runs from memory at lightning fast. An opcode cache is … [Read more...]
- « Previous Page
- 1
- …
- 3
- 4
- 5
- 6
- 7
- …
- 12
- Next Page »