hyp3ri0n

Linux Tips

Dear Reader, Below you will find some important information & tips while working with the Linux OS. 1. Basic Terminal Commands: Linux primarily relies on the command line interface (CLI). For Examples: ls: List files and directories in the current location. cd: Change directory. pwd: Print the current working directory. mkdir: Create a new directory. …

Linux Tips Read More »

Setup a WordPress Website in 5 mins

Enjoy the Video below, Blog post coming soon ! Link to Download the Script: https://github.com/linuxking77/lampstack **Note: Once you have downloaded the script , rename it from .txt to .sh and give it executable permission with chmod +x lampstack.sh **Note: People who would setup the server on EC-2 need to make sure that the security group …

Setup a WordPress Website in 5 mins Read More »

Installing Python3 & pip in AWS EC-2 Instance

In this article we will see how to install python 3 and python pip in AWS EC-2 instance. CentOS 7 First step Installing epel repository [root@mail centos]# yum -y install epel-release Installing python3 [root@mail centos]# yum -y install python3 Then download the script from pypa.io [root@mail centos]# curl -O https://bootstrap.pypa.io/get-pip.py % Total % Received % …

Installing Python3 & pip in AWS EC-2 Instance Read More »

Create an Email Server in 5 mins for Email Marketing

Hey guys hope you are all doing good. Today i am gong to write a very interesting article in which i will show you how to set up your very own fully functional Email server for Email Marketing and of course to use the server as your very own email server for office or personal …

Create an Email Server in 5 mins for Email Marketing Read More »

Setting up NextCloud on Centos 8 with Apache, Redis, PostgreSql, SSL & PhP 7.4

In this How we are going to setup our very own working NextCloud. So without wasting our time , lets start. We need a working CentOs 8 Linux distro. If you don’t know how to install it, Follow my youtube video [ https://youtu.be/I2dS_pCPhKw ] Once we have our working CentOs 8, perform the following task: …

Setting up NextCloud on Centos 8 with Apache, Redis, PostgreSql, SSL & PhP 7.4 Read More »

Scroll to Top
Contact Us