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 tutorial we will learn about how to configure vsftpd server with virtual user and mysql authentication in backend in CentOS 6 and Red Hat 6. Note: SELINUX and IPTABLES are disabled Features: vsftp server with chroot mysql authentication virtual users in mysql (Not in local system) Server Details: Operating System:CentOS release 6.4 (Final)…
How to forcefully send mail from mailq in sendmail MTA Sendmail is one of the open source MTA (Mail Transfer Agent) which is widely use in linux operating system. Many times because of high load average of Mail Server and also due to high no. of deffered emails in mail queue, many emails are not…
how to deny root ssh access in linux server For security point of view we generally restrict root direct ssh access in server.But keep in mind you also must have user who can access the server other than root. So before doing this practical ,check if you have access to server with other user or…
Cacti is very well known name in monitoring system. It is RRD tool based, gather the information by using external script/command and feed the data into RDBMS database like MySQL/MariaDB. Cacti frontend is basically written in PHP. We can use the SNMP to gather the information and feed into Cacti database . You can view…
How to install and configure FTP server with chroot in Ubuntu 12.04 LTS In this tutorial we will learn how to configure FTP server with chroot enable in Ubuntu 12.04 LTS. Advantage : The ftp user is bounded to login only into home directory ( because of chroot enabled ).The user can’not change directory other…
While copying some large file I mistakenly taken out USB pen drive before the copy get completed. Later I again attached the USB pen drive in Ubuntu system but found that the USB pen drive showing read only filesystem message. I was not able to copy, create and delete any file. To solve this issue…