Advanced Search
Search Results
97 total results found
Let's Encrypt & Certbot
Installation Ubunutu add-apt-repository ppa:certbot/certbot apt-get update && apt-get ...
Linux Routing
Routing View routes ip route ip route Adding a route ip addr add 192.168.1.100/24 dev eth0 ...
cPanel Notes
Useful scripts Restart ssh from URL http://11.22.33.44:2086/scripts2/doautofixer?autofix=safe...
named
/etc/named.conf options { listen-on port 53 { any; }; listen-on-v6 { none; }; ...
Firewall iptables script
# Interfaces WAN="ens3" LAN="ens9" #ifconfig $LAN up #ifconfig $LAN 192.168.1.1 netmask 255...
Juniper Cli
Display Show Display configuration show configuration | display set Show display detail config...
Docker
Docker hub https://hub.docker.com/ Searching an Image docker search <img-name> Pull a I...
rdiff-backup
#!/bin/bash SERVEURS="HOSTNAME.SEVER.COM 127.0.0.1" RDIFFEXCLUSIONS="--exclude /mnt --exclude...
SSL .htaccess
WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTPS...
Regular expressions
SED Character Description ^ Matches the beginning of the line $ Matches the end of th...
Update a port in Neutron
To update a port in neutron you can do the following: neutron port-update --fixed-ip su...
MySQL Replication
*** TESTED FOR CENTOS 7 *** NEED TO HAVE PORT 3306 OPENED! -- MASTER = 10.1.2.117, SLAVE = 10.1....
Innodb recovery
What we will need to do for the recovery is to stop mysql and put it in innodb_force_recovery to ...
DB's and Users
Create a DB CREATE DATABASE new_database; Drop a DB DROP DATABASE new_database; Create a new ...
IPv4 Subnet Mask Cheat Sheet
CIDR Subnet Mask Total IPs Usable IPs /32 255.255.255.255 1 1 /31 ...
Fedora 30 QEMU-KVM OVMF Passthrough
My Hardware Motherboard: Z370 AORUS Gaming 5 (rev. 1.0)CPU: Intel(R) Core(TM) i7-8700K CPURAM: 6...
Cisco ASA Site to Site
Verification: NAT or transparent mode Value should return ( Firewall mode: Router ) show fire...
DRBD + Pacemaker & Corosync MySQL Cluster Centos7
On Both Nodes Host file vim /etc/hosts 10.1.2.114 db1 db1.localdomain.com10.1.2.115 db2 db...
Openstack commands
Nova: List of instances openstack server list nova list Details on a specific instan...
Ansible
This Wiki page is a list of examples based of this project i created, for the full project detail...