Skip to main content

Recently Updated Pages

Script - MySQL Dump Databases Separated by DB Name

Linux Scripts

#!/bin/bash DUMP_EXEC="mysqldump" #path to mysqldump MYSQL_EXEC="mysql" #path to mysql MYS...

Updated 7 years ago by Tingwai

Convert PNG to ICO using ImageMagick

Linux General

convert logo.png -define icon:auto-resize=64,48,32,16 logo.ico

Updated 7 years ago by Tingwai

SSH Tunneling

Linux Networking

ssh -p <port> <username>@<remote host> -L <local listening port>:<remo...

Updated 7 years ago by Tingwai

Monitor Mode on Broadcom-wl Driver

Linux Networking

Enable monitor mode: $ echo 1 > /proc/brcm_monitor0 Enabling monitor mode will create a pris...

Updated 7 years ago by Tingwai

FirewallD - Opening a Port

Linux Networking

Use this command to find your active zone(s): firewall-cmd --get-active-zones It will say eithe...

Updated 7 years ago by Tingwai

How to do Mac/iOS Stuff in Linux

Linux General

Converting Apple Developer Certificate to .p12 with OpenSSL Convert the developer certificate f...

Updated 7 years ago by Tingwai

Syncing Files with FTP

Linux Networking

I came across a problem when doing migration last time, the server grew too big that I cannot jus...

Updated 7 years ago by Tingwai

LAMP Stack Upgrade Issues

Linux Server Software

"Table Doesn't Exists" After MySQL/MariaDB Upgrade Paste MySQL data directory to upgraded data d...

Updated 7 years ago by Tingwai

Standard Installation Procedures for LAMP Stack on CentOS 7

Linux Server Software

1. System Upgrade yum -y update 2. Install Required Software yum -y install git policycoreu...

Updated 7 years ago by Tingwai

Using LetsEncrypt for OpenVPN WebSSL

Linux Networking

Using letsencrypt for OpenVPN Access Server is nothing more than symlinking the files to letsencr...

Updated 7 years ago by Tingwai

Migrating Self-Signed SSL Certificate to LetsEncrypt Certificate

Linux Server Software

Download Let's Encrypt Client sudo -s git clone https://github.com/letsencrypt/letsencrypt /op...

Updated 7 years ago by Tingwai

Setup SFTP to Public Directory (/var/www)

Linux Networking

Configuring SSH for SFTP vim /etc/ssh/sshd_config Comment the following line: Subsystem sf...

Updated 7 years ago by Tingwai

RHEL VLAN and Bonding Configuration

Linux Networking

Check list: Check whether the 8021q module has been loaded. lsmod | grep 8021q If the 8021q m...

Updated 7 years ago by Tingwai

OpenVPN - Firewall Configuration

Linux Networking

FirewallD Use the following commands to open all ports required by OpenVPN: firewall-cmd --list...

Updated 7 years ago by Tingwai

IPTables - Forwarding Between LAN and WLAN

Linux Networking

Add the following to /etc/udev/rules.d/10-network.rules, substitute LAN_MAC_ADDR and WLAN_MAC_ADD...

Updated 7 years ago by Tingwai

CentOS 7 - Configuring Cacti

Linux Networking

Install Required Dependencies yum -y install mariadb-server php php-cli php-mysql net-snmp-utils...

Updated 7 years ago by Tingwai

Connecting to OpenVPN Using NetworkManager

Linux Networking

Install the required packages sudo apt-get install network-manager network-manager-openvpn netwo...

Updated 7 years ago by Tingwai

Batch Image Resize

Linux General

Keeping Aspect Ratio mogrify -path [Full path to store the resized images] -resize [width]x[heig...

Updated 7 years ago by Tingwai

Cheking Printer Ink Level

Linux General

It can be frustrating sometimes that Linux users aren't able to check the ink levels on our print...

Updated 7 years ago by Tingwai

New ArchLinux Installation Checklist (LXDE)

Checklists & Cheatsheets

SSH Key Askpass x11-ssh-askpass Display Manager xorg-xinit lightdm lightdm-gtk3-greeter ...

Updated 7 years ago by Tingwai