Subscribe to DarrenONeill.eu
Social Media
-
Twitter Widget
-
Recent Posts
Recent Comments
- Akira on VirtualBox host only adaptor disappeared (Interface (‘VirtualBox Host-Only Ethernet Adapter’) is not a Host-Only Adapter interface (VERR_INTERNAL_ERROR) SOLVED
- Amasiani KK on How to Install Wildfly on windows
- Amasiani KK on How to Install Wildfly on windows
- Johann Viljoen on How to RDP (Remote Desktop) into CentOS 7
- Johann Viljoen 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
Author Archives: Darren
How to set up Red Hat on AWS
This blog post will show you how to set up Red hat on AWS. A full video of the process can be seen below. First log into your AWS account Click Services and then ec2 Click launch instance Search for … Continue reading
Solved firewall-cmd command not found
This short video will show you how to correct the error: This error is actually cased by not having firewalld installed on your system. In this video you will see how to install firewalld To fix this issue you need … Continue reading
How To Enable Root On Mac
A full blog post with all the steps listed out can be found here. Macs are built on Unix and as such, you can use the terminal to run commands. However, by default root is disabled. This video will show … Continue reading
How to install FireFox on Mac
By default, Macs have safari installed as their Web browser. You may want to change this to use something else. In this tutorial, I will show you how to download and install Firefox on Mac. Step 1 First, open safari … Continue reading
Posted in firefox, mac, unix
Tagged firefox mac, How to install FireFox on Mac, install firefox on mac
Leave a comment
How to Install Server 2019
This tutorial will show you how to install Windows server 2019. In this tutorial we use Virtual box but if you are installing it on to a physical machine the process will be much the same. Step 1 Download Windows … Continue reading
How to Host a Website on Amazon S3
Amazon AWS S3 is a file storage service on Amazon Web Services. You can also host static websites on S3 quite cheaply and easily. This guide will show you how to host a static website on Amazon s3. Step 1 … Continue reading
AWS User Data | How to run commands on startup Amazon Linux
Userdata on AWS allows you to run commands on start-up when you launch an EC2 instance on AWS. This is known as boot strapping your instance. In this example we will be boot strapping Amazon Linux with the Apache web … Continue reading
How to create an Amazon Machine Image
You can create an Amazon Machine Image or AMI for your existing EC2 instance. The AMI will allow you to launch a fresh EC2 instance using the AMI as a template. You can also share the AMI with other AWS … Continue reading
Posted in AWS, Cloud, Virtualization
Tagged How to create an Amazon Machine Image, How to create an AMI
Leave a comment
How to set up server 2019 on amazon web services
Amazon Web Services (AWS) have recently released Windows server 2019 on to AWS. This tutorial will show you how to set up windows server 2019 on AWS. Step 1 First log into you aws account and then click Services and then … Continue reading
Notepad++ Tutorial How to find and replace in files.
When you are searching for a certain string in multiple files the last thing you want to do is to open each file individually and change each string one by one in each file. Notepad++ allows you to search and … Continue reading