Basic usage of the main PHP native functions for sanitizing input. See the PHP documentation […]
Managing MySQL and MariaDB in the Command Line (CLI)
MySQL and MariaDB are both free, open-source Relational Databases. MariaDB is a fork of MySQL, […]
Full Mail Server on Ubuntu using iRedMail
iRedMail is a script that installs and configures all the services needed to run a […]
Responsive Web Design Tips
BASIC PAGE LAYOUT 1 <!DOCTYPE html> <html> <head> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <style> * { […]
Cascading Style Sheets (CSS) Cheat Sheet
INLINE STYLE <h2 style=”color: red”>Header Text</h2> EMBED STYLE IN HTML <style> h2 { color: red; […]
Java Script (JS) Cheat Sheet
Having an adequate environment to write code is essential for syntax highlighting and spell checking. […]
SQL (Structured Query Language) Cheat Sheet
VARIABLE TYPES INT Whole numbers, no decimals. DECIMAL(M,N) M is the total digit count and […]
Encrypt and Decrypt Data Using SSL in PHP
Some very small applications that do not require a database such as MySQL or Firebird […]
Setting Up a Hidden Service (HTTP) in the DarkWeb (Tor)
Tor is a secure network originally created by the US government in the 1990s [Read […]
Increasing Security and Availability of Apache on Ubuntu
If you haven’t read it before, check out the post WordPress Configuration and Security Tips […]