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.
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.
Sharad Chhetri is an experienced Linux, DevOps, Cloud Engineer & Freelancer. Working on various technologies since RHEL 4 era. He loves sharing the knowledge which he has earned from his experience.
You can contact him on email for freelance projects at admin@sharadchhetri.com.
In this post we will guide to install and setup Apache Maven in Linux system. The same Apache Maven you can also use in Jenkins for building Java projects. The steps written in this article are generic and you can follow the same steps in almost all Linux distros. What is Apache Maven Apache Maven…
GNU Screen: It is a terminal multiplexer.By using GNU Screen, we can run many number of applications,interactive command shells, text editors, etc. within a single terminal. Inside the terminal user can open many windows terminal and sub-terminal. Installation: It can be installed in many flavours of Unix System.(I checked in all linux distro,AIX,Sun Solaris –…
In this tutorial we will learn,how to find installed and enabled apache module in Debian/Ubuntu. The method is applicable to Debian based operating system.As a system admin, sometimes we have to find which Apache module is installed. Every System Admin has their own style of work. How generally we do ,I am sharing in this…
In this tutorial, we will learn how to install GIMP 2.10 Ubuntu / Debian Operating System. Because GIMP is used for Image Editing, it would be better to run Operating System in a Desktop or GUI (Graphical User Interface) mode.
In this tutorial we will learn how to create own git server.This time I have selected Gitolite for git server and gitweb to display git repositories. Why Gitolite ? Answer: Easy to setup,have user management through command line,very less memory and cpu usage. Why Gitweb? Answer: To display repositories in web interface and view can…
This tutorial will help you to setup htpasswd on Wordpress wp-admin running on Nginx server. For security point of view it is important to protect the wp-admin of Wordpress. When any user hit your Wordpress blog URL with /wp-admin , it will get the wordpress Admin dashboard to login.