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 modern internet time, the flash player become a essential package to install. The big websites like youtube.com still running videos on flash platform. Whereas we also know, the HTML 5 has been in IT world since a few years. To run html 5 web pages, the user should have HTML 5 supporting Web browser…
In this post we will install Jenkins on Ubuntu 18.04 LTS server. For installing the Jenkins, we will use ‘Generic Java Package (war)’. Jenkins is very popular automation server widely use for building,deploying and automating the projects. It is one of the Open Source Software which is mostly prefer for CI/CD. There are lots of…
In this post, we are sharing a very quick and simple steps through which you can always install latest Git package in Ubuntu Operating System. As a DevOps Engineer, the usage of git is very high in our work. Without git, the Devops work is almost unimaginable now a days. So git in your machines…
In Linux and Unix Systems, cd command is one the basic,essential and frequently use command.Abbreviation of cd is “Change Directory” . For Linux/Unix System Administrator, it is important to know by how many ways cd command can be used. In this post, I have listed 6 examples which will help you in your daily system…
MySQL Workbench is a integrated tool for MySQL. The MySQL workbench gives a graphical interface to user through which user can easily manage many MySQL Administration task. The tool can be install in Windows,MacOSX and Linux. As well as its source code is also available.The MySQL Workbench is easy to install in Windows,MacOSX and Linux…
We purchased some server in Digital Ocean and found the w00tw00t.at.blackhats.romanian.anti-sec attack. The same kind of attack we also found in our AWS EC2 servers. w00tw00t.at.blackhats.romanian.anti-sec is kind of script attack in which attacker try to find the loopholes in phpmyadmin and php with Apache and try to manipulate through URL.The same thing I found…