MySQL and MariaDB are both free open-source Relational Databases. In fact, MariaDB is a fork of MySQL by original developers […]
Full Mail Server on Ubuntu 20.04 using iRedMail
iRedMail is a script that performs a huge amount of tasks and set up all sorts of services and applications […]
Responsive Web Design Tips
BASIC PAGE LAYOUT 1 <!DOCTYPE html> <html> <head> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <style> * { box-sizing: border-box; } .menu { […]
Cascading Style Sheets (CSS) Cheat Sheet
INLINE STYLE <h2 style=”color: red”>Header Text</h2> EMBED STYLE IN HTML <style> h2 { color: red; } </style> LINK STYLE TO […]
Java Script (JS) Cheat Sheet
Having an adequate environment to write code is essential for checking spelling and color-code the lines in order to visually […]
SQL (Structured Query Language) Cheat Sheet
VARIABLE TYPES INT Whole numbers, no decimals. DECIMAL(M,N) M is the total number of numbers and N is the number […]
Encrypt and Decrypt Data Using SSL in PHP
Some very small applications that do not require a database such as MySQL or Firebird can store data in TXT […]
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 Project [Link] continues the research […]
Increasing Security and Availability of Apache on Ubuntu 20.04
If you haven’t read it before check out the post WordPress Configuration and Security Tips [Link]. It has security measures […]
Installing ionCube and FileRun on Ubuntu 20.04
ionCube is a tool to protect software written using the PHP programming language from being viewed, changed, and run on […]