There is a lot of difference between a Server OS and Desktop OS. Only a few Linux server distributions are commonly used for web hosting and app hosting which include Debian, CentOS, Ubuntu, REHL, AlmaLinux, Rocky Linux and openSUSE. Ubuntu is a Debian derivative server distribution but Ubuntu is more popular than Debian. Ubuntu is composed mostly of free and open-source software but has … [Read more...]
Why No Output From Ubuntu 16.04 service start/stop Command?
Service nginx reload/restart Gives No Output Unlike 14.01. Is not it? This Article Explains Why No Output From Ubuntu 16.04 service start/stop Command. We should not be expecting such output. Earlier Ubuntu versions didn't behave this way because Ubuntu was an upstart system for a decade. In Ubuntu 15.04 and later version, systemd is only fully supported. So, that change from upstart to systemd … [Read more...]
Install Command Line File Manager on Ubuntu Server
Midnight Commander Has a Text Based User Interface & Can Be Used on All OS. Here is How To Install Command Line File Manager on Ubuntu Server. Midnight Commander is available for OS X, all GNU/Linux, unix and Microsoft Windows OS. For SSH, to view the files; it can be comfortable for the new users. Midnight Commander is licensed with GNU GPL Free Software License. For OS X and GNU/Linux … [Read more...]
Change Nginx Server Name in Header on Ubuntu Server
Declaring the Server Name is a Security Risk, You Can Change the Server Name From Nginx to Apache2 or What You Want. It is Easier on Ubuntu. For non-deb Linux distort, the only way to change is to compile from the source, which is pathetically bad and big work for many running instances. Debian/Ubuntu has some advantages. If you are using apt for OS X, you can use this trick to change Nginx server … [Read more...]
Colorful Bash on SSH with Syntax Highlighting (Ubuntu)
Here is How To Get Custom Colorful Bash on SSH on Ubuntu and Other GNU Linux Along With Syntax Highlighting for Nano Text Editor. Quite Easy Steps. While iTerm2-Homebrew-Oh-My-ZSH gives hundreds of colors, it is quite pathetic to work with white colored texts with some color provided by iTerm2. No worries, you will get colorful Bash on SSH with Syntax Highlighting on your Ubuntu or other GNU Linux … [Read more...]
Remove Expires: Thu, 19 Nov 1981 PHP Header in Ubuntu Server
PHP is bad but more bad and not corrected is a bad Header. Here to Remove Expires: Thu, 19 Nov 1981 PHP Header in Ubuntu Server running Apache or Nginx. Why Apache2 or Nginx, practically it will work for any web server software that can run PHP. This is not a problem of WP Super Cache or any PHP software developer. Credit (pun intended) is of PHP. It is tad hard to know what actually add this … [Read more...]