Subscribe to DarrenONeill.eu
Social Media
-
Twitter Widget
-
Recent Posts
Recent Comments
- Johann Viljoen on How to RDP (Remote Desktop) into CentOS 7
- Johann Viljoen on How to RDP (Remote Desktop) into CentOS 7
- AYUK ROLAND AGBOR on How to create virtual hosts on Apache (httpd) on CentOs 7
- Dasith Ranasinghe on How to RDP (Remote Desktop) into CentOS 7
- Derrick on How to RDP (Remote Desktop) into CentOS 7
Archives
- October 2019
- July 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- January 2017
- December 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
Categories
- apache tomcat
- AWS
- CentOS
- Cloud
- Computer Science
- cPanel
- Databases
- encryption
- excel
- fedora
- firefox
- git
- Gmail
- Hacking
- iis
- java
- Kali
- learning
- linux
- mac
- mariadb
- Moodle
- mysql
- nginx
- notepad ++
- powershell
- programming
- python
- s3
- server 2016
- server 2019
- tomcat
- Uncategorized
- unix
- VirtualBox
- Virtualization
- VMWare
- web server
- wildfly
- windows
- windows server
- windows server 2016
- windows server 2019
Monthly Archives: May 2016
How to install Centos on VirtualBox
Virtual box is a free, opensource Hypervisor, it allows you to run one operating system within another one. This post will detail how to install CentOS, an open source operating system in Virtual Box. To successfully follow this tutorial … Continue reading
Posted in CentOS, linux, Virtualization
Tagged CentOs, linux, VirtualBox, Virtualization
Leave a comment
How to Tweet From Python
Step one Download and install twython, using pip. I’m using python 3 so I typed the command sudo pip3 install twython Step 2 Go to apps.twitter.com and create an account using your Twitter username and password. Step … Continue reading