Follow me
-
Recent Posts
calendar
November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Recent Comments
- Stan on python argparse issues with the help argument (TypeError: %o format: a number is required, not dict)
- Cormac on Pandas : how to compare dataframe with None
- LP on AWK: the substr command to select a substring
- jrab on python argparse issues with the help argument (TypeError: %o format: a number is required, not dict)
- How to disable SSL verification for urlretrieve? – Peter's blog on python: certificate verified failed
Archives
Categories
Meta
Tag Archives: Linux
VirtualBox (installation on Fedora 14)
I was trying to install VirtualBox using the yumex Fedora tool (or yum) but I was getting dependencies errors. Moreover, it was as if it was not installed, whereas the executable was available. This may have been a previous version … Continue reading
Mount Android folder under linux (fedora)
If you have an Android and you want to access its folder from Linux, or you simply want to copy some data from your computer to your android, then you will need to find a mechanism to connect them. Under … Continue reading
Install Apache and test PHP
Under fedora, install apache sudo yum install php Then, you should edit httpd.conf in /etc/httpd/conf and add AddType application/x-httpd-php3 .php3 or equivalent Then, under Fedora, go to system/service and start the httpd service. Alternatively type sudo service httpd start Finally, … Continue reading
Firefox and Linux box slow
Under different version of Linux Fedora box, I’ve noticed that Firefox is far slower than under Windows box. After some googling, a suggested solution is to disable the IPv6 option Under firefox: type “about:config” in a new tab as a … Continue reading