Basic usage of the main PHP native functions. See PHP documentation for more details, examples […]
Managing MySQL and MariaDB in the Command Line (CLI)
MySQL and MariaDB are both free open-source Relational Databases. In fact, MariaDB is a fork […]
Full Mail Server on Ubuntu using iRedMail
iRedMail is a script that performs a huge amount of tasks and set up all […]
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 checking spelling and color-code the […]
SQL (Structured Query Language) Cheat Sheet
VARIABLE TYPES INT Whole numbers, no decimals. DECIMAL(M,N) M is the total number of numbers […]
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 created by the US gov in 1990 [Read More]. Tor […]
Increasing Security and Availability of Apache on Ubuntu
If you haven’t read it before check out the post WordPress Configuration and Security Tips […]