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
Category Archives: learning
How to Install WordPress on Nginx on CentOS 7
Hi there, This tutorial will show you how to install WordPress using Nginx on CentOS 7. You will need the following commands to follow along with this tutorial. First we’ll need to install additional repos that include php71 and then … Continue reading
Posted in CentOS, Databases, learning, linux, mysql, nginx, web server
Tagged how to install wordpress on centos7, instal wordpress on nginx, nginx, nginx wordpress, wordpress, wordpress centos7
6 Comments
How to Install Nginx Web Server on CentOS 7
NGINX is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. It is a rival to the Apache web server and used extensively throughout the internet. This tutorial will show you how to … Continue reading
Posted in CentOS, learning, linux, nginx, web server
Tagged CentOS 7, How to Install Nginx, linux, nginx, Nginx install centos, Nginx install centos 7, web server
Leave a comment
How to reset the root password on CentOS 7 / Redhat 7 (RHEL 7)
This tutorial will show you how to reset the root password on CentOs 7 / Redhat 7. As a health warning please be sure that when doing this you have taken a snapshot of your VM or if it’s a … Continue reading
How to install Joomla 3 on CentOs 7 /Redhat 7 Linux.
This tutorial shows you how to install Joomla 3 on CentOS 7 / Redhat 7 Linux (RHEL).It shows you first how to download, unzip and move the Joomla files to the correct directory for apache. Next it shows you … Continue reading
How to Install Microsoft Windows Server 2016 on VMware workstation
This video shows you how to install Microsoft Windows Server 2016 as a Virtual machine in VMWare workstation 12. To follow along with the tutorial you will first need to download the evaluation version of Windows Server 2016 from Microsoft, … Continue reading
Posted in learning, Virtualization, VMWare, windows
Leave a comment
Linux Tutorial for Beginners: Navigating the File System
In this short tutorial you will learn the basics of navigating the Linux file system. By the end of this tutorial you will know how to: 1. Change directory. 2. Print you working directory. 3. List the contents of a … Continue reading
Posted in CentOS, learning, linux
Leave a comment
How To Install WordPress On Centos 7
This video shows you how to Install WordPress on Centos 7. The commands that you need to follow along with the tutorial are: Installing PHP. sudo yum install php sudo yum install php-mysqli Setting up the Database. Mysql … Continue reading
How To Install Python 3 on CentOS 7
Subscribe to Darrenoneill.eu to get a free Linux Cheat Sheet! This tutorial shows you how to install Python 3, set up a local programming environment and create your first python program. The commands that you need to follow along with … Continue reading
Posted in CentOS, Computer Science, learning, linux, programming, python, Uncategorized
1 Comment
How To Install Own Cloud on CentOS 7
This video shows how to install Own Cloud on Centos. Own Cloud is simailr to dropbox but you install it on your own server which gives you full control over your data. There are several prerequisites needed to follow along … Continue reading
Posted in CentOS, Cloud, Databases, encryption, learning, linux, mysql
4 Comments
SOLVED: ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes
This video shows how to correct the error: ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes The commands that you will need to run to correct the error are: SET GLOBAL … Continue reading
Posted in CentOS, Computer Science, Databases, learning, linux, mysql
Leave a comment