Tag: code

Awesome comic explains HTTP status code

Awesome comic explains HTTP status code

HTTP response status codes indicate whether a specific HTTP request has been successfully completed. However, I guess you know that. If you or your friend wanted a refresh course, check out this comic. Also check out HTTP status code using doggo HTTP status code using kitten Comic credit Taken from monkeyuser.com comics page. You may […]

Lmao. HTTP Status Code Cheat Sheet For Sysadmins and Developers :P

This is really funny, and accurate too! A handy cheat sheet for HTTP status code Source: aahoogendoorn You may like these articles: Awesome comic explains HTTP status code Awesome Git Commands & Best Practices Cheat Sheet For Sysadmin and DevOPS Install OwnCloud 8 with Nginx and MariaDB on CentOS 7 How to Redirect HTTP Traffic […]

When you delete a line of code that you thought was useless…

Or when you run rm -rf / on Linux or Unix-like system 😉 rm-rf Another gif showing the same issue: Delete a block of code Now, I am hitting u, u, u in vim to undo (ctrl-z in other IDE) like a maniac to get back that line or a code block. Lmao. You may […]

#Tutorial#15 wp-config Code Snippets to Configure Your WordPress

WordPress admin makes it easy to manage configurations without touching a line of code. These basic configuration settings are then stored in the wp-options table inside the database. But, WordPress also has a separate configuration file, called wp-config.php, that can be used for further customizations. Wp-config is the file where your custom hosting data (database […]

Install OwnCloud 8 with Nginx and MariaDB on CentOS 7

These are the steps that we will do in this tutorial:To disable SELinux , edit the file /etc/sysconfig/selinux , and change enforced to disabled .