I spent the last few months building the Azure and Microsoft 365 foundation for a large enterprise. The shape of the work is the useful part anyway. The brief was not "set up Azure." The brief was "build the thing…
Creating virtual machines in Proxmox manually can be time-consuming, especially when deploying multiple instances or standardizing configurations across environments. This comprehensive guide walks you through…
Introduction Securing your server is a critical aspect of maintaining a robust and reliable online presence. Bitninja, a comprehensive security solution, provides an effective way to protect your server from various…
Hey tech enthusiasts and cloud wizards! 🌟 Today, I’m super excited to share an incredible script that will make your cloud management experience smoother and more efficient. We’re diving into the world of Hetzner…
Automating snapshot creation and cleanup is an essential task for server management, ensuring data safety and efficient resource usage. The following Bash script accomplishes this by creating snapshots of a server…
In the era of digital transformation, remote work has become a significant trend, especially accelerated by the COVID-19 pandemic. Many companies have transitioned to offering remote positions, touting the benefits…
What is LXD LXD is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines. LXD is image based and…
Hardening your headers and secure your site - Special Thanks to pascalandy Goto Worker's and then Launch Editor copy the code - Once done add route and link to your script let securityHeaders = {…
MуSQL іѕ аn ореn-ѕоurсе dаtаbаѕе management software that hеlрѕ uѕеrѕ store, organize, аnd lаtеr rеtrіеvе data. It hаѕ a vаrіеtу of орtіоnѕ to grant ѕресіfіс users nuanced реrmіѕѕіоnѕ within thе tables аnd…
I've used many CDN to name a few Cloud Front from Amazon Max CDN - Now called Stackpath Incapsula now called Imperva I mean what is up with name changing these days :) I am very much impressed with Bunny CDN - Here…
Super simple laxy mehthod apt-get install git git clone https://github.com/letsencrypt/letsencrypt cd letsencrypt sudo ./letsencrypt-auto --nginx 📚 Related Articles → Nginx Deny From IP → How to Install LXD…
Alright Hom'es .. Today I spend few hours trying to figure out which is what and what is what :) - I am not a writer but this is just my diary so I know what I did, If you like it or find any grammar mistakes , Good…
The MySQL server provided by RDS does not allow a DEFINER syntax for another user. Solution sed -E ‘s/DEFINER=[^]+@[^]+/DEFINER=username/g’ store.sql > storefix.sql 📚 Related Articles → How to Install LXD Container…
1. Login to your EC2 instance using your .pem file ssh -i yourpemfile.pem [email protected] 2. Create a new user that will access the instance using a password: $ sudo useradd -s /bin/bash -m -d…
Its been a long time since my last update, I was busy with family and work. Today I will show how we install Apache2 using Ubuntu latest edition Willy as of Jan-23-2016 apt-get update apt-get install apache2…
I've pre-compile nginx 1.6.2, with the following modules. You will get Google Pagespeed, ModSecurity and all your Gzip compression modules, I've compile this for the Ubuntu 12.04 x64 & Ubuntu 14.04 x64. Let's get…
#!/bin/bash # Purpose: Block all traffic from AFGHANISTAN (af) and CHINA (CN). Use ISO code. # # See url for more info - http://www.cyberciti.biz/faq/?p=3402 # Author: nixCraft <www.cyberciti.biz> under GPL v.2.0+ #…
Today, I will share how to setup a Nginx Webserver allowing you to create dynamic web applications with Nginx, PHP5 and MySQL, Please make sure that you've a fresh Ubuntu Server with just OpenSSH Server installed.…
Today : I would like to share how you setup a fast Webs Server with MYSQL . In this tutorial you don’t really need any control panel and waste your money, like Cpanel or this and that, I am not discouraging any one…
Hello - Today, I am going to show how you can install zabbix monitoring tool on Ubuntu 12.04 Precise. Edit apt source list to add the PPA: sudo nano /etc/apt/sources.list Add the following items at the end of the…
mysql or: /usr/local/mysql/bin/mysql Your shell prompt should now look like this: mysql> Run this command: GRANT ALL PRIVILEGES ON . TO USERNAME@IP IDENTIFIED BY "PASSWORD"; FLUSH PRIVILEGES; 📚 Related Articles →…
I am going to show of how you configure heartbeat with pacemaker Active / Passive Cluster in easy word if one server goes offline second one kicks right back up. We are using Apache2 to monitor and using Ubuntu 12.04…
MySQL high availability cluster with DRBD+Heartbeat+MySQL - You can also download the cleaner version of this document by clicking here - Download here 1) Set up hostnames and network On all Nodes. Please copy this…
Amazon S3 I wrote this HOW to on DirectAdmin Forum Guide is for CENTOS 6.x x32 or x64 yum install s3cmd -y - If you can't install s3cmd then please follow the instructions cd /etc/yum.repos.d touch s3cmd.repo nano…