How to install mod_proxy and setup reverse proxy in Apache Ubuntu Today in this tutorial we will learn about installing apache proxy module and how to setup reverse proxy. The module name is mod_proxy ,it is core module which supports Forward and Reverse Proxy settings in Apache WebServer. There are other modules also which is […]
Linux
error command ‘gcc’ failed with exit status 1 in Ubuntu
While installing the python module I got this error ,”error command ‘gcc’ failed with exit status 1 ” To solve this issue install python-dev package sudo apt-get install python-dev Now recheck,I hope the problem is solved now.
Show running process in postgresql
Show running process in postgres I mostly use the MySQL server and very much familiar with its commands and how it works. Today I was checking How to check the running process in Postgresql. In MySQL we use show processlist; command. In Postgresql,to show running process in postgres use below given command Step 1: Login […]
Set group password,its use and check which group after newgrp command in linux
Set group password,its use and check which group after newgrp command in linux As per the title of my post it has 3 questions: (1) How to set group password in Linux ? (2) What is its use ? (3) How to know you are using which group after using command newgrp ? How to […]
The best Linux and Open Source Magazine from India
The best linux Magazine from India Today we are sharing the information which is widely asked by many Linux beginners and professional .It is about which is best Linux and Open Source Magazine. The answer is “OpenSourceForU”. The Magazine contents are very much helpful for all Open Source lovers either he is technical or just […]
How to set -m option as default in useradd command in linux
How to set -m option as default in useradd command in linux Using -m option with useradd command create the user’s home directory . In Debian and Ubuntu when we simply use useradd command without any option bydefault it do not create user’s home directory in /home whereas in CentOS and Red Hat when you […]
Recent Comments