:e ~/category/Tutorials/
-- FILE BROWSER --
smjrifle@smjrifle.xyz:~/category/Tutorials $
-rw-r--r--
smjrifle
33818B
Mar 24 08:00
Run JSP Applications with Apache Using mod_proxy.md
cat run-jsp-applications-with-apache-using-mod_proxy.md
# Run JSP/Tomcat apps on port 80 using Apache mod_proxy. Complete configuration guide including SSL termination and securing Tomcat…
-rw-r--r--
smjrifle
45342B
Mar 17 08:00
WordPress Page Visit Count — Track Without a Plugin.md
cat wordpress-page-visit-count-track-without-a-plugin.md
# Track WordPress post view counts without a plugin using post meta. Simple PHP implementation — 20 lines. Also…
-rw-r--r--
smjrifle
31163B
Mar 10 08:00
Black Arch Linux — The Hacker’s Distro Deep Dive.md
cat black-arch-linux-the-hackers-distro-deep-dive.md
# BlackArch Linux deep dive — the Arch-based security distro with 2800+ penetration testing tools. Installation, essential tools, responsible…
-rw-r--r--
smjrifle
69064B
Mar 03 08:00
WordPress Jump Menu — Add Anchor Navigation to Your Posts.md
cat wordpress-jump-menu-add-anchor-navigation-to-your-posts.md
# Add a jump menu table of contents to WordPress posts without a plugin. PHP function that auto-generates anchor…
-rw-r--r--
smjrifle
31350B
Feb 24 08:00
Protect Your Apache Directory with htpasswd.md
cat protect-your-apache-directory-with-htpasswd.md
# Password-protect Apache directories with htpasswd in 5 minutes. A quick, database-free way to secure staging environments and internal…
-rw-r--r--
smjrifle
48914B
Feb 17 08:00
Set Up Apache Virtual Host and Integrate Git with Auto Pull.md
cat set-up-apache-virtual-host-and-integrate-git-with-auto-pull.md
# Complete guide to setting up Apache virtual hosts on Ubuntu and integrating Git auto-pull via webhooks. Automated deployments…
-rw-r--r--
smjrifle
49373B
Feb 10 08:00
Git Auto Pull Push Script — Automate Your Deployment Workflow.md
cat git-auto-pull-push-script-automate-your-deployment-workflow.md
# Automate your Git deployment workflow with a Bash auto pull-push script and Git hooks. Stop SSH-ing in for…
-rw-r--r--
smjrifle
9100B
Dec 11 12:00
OSX / Mac OS Empty Trash.md
cat osx-mac-os-empty-trash.md
# Sometimes while deleting files from trash, Mac OS gives error that the file is in use. Here is…
-rw-r--r--
smjrifle
12446B
Jul 24 12:00
Delete All Customers and Products in Magento.md
cat delete-all-customers-and-products-in-magento.md
# SQL commands to bulk delete all customers and products in Magento when the admin panel becomes too slow…
-rw-r--r--
smjrifle
15418B
Jul 15 12:00
The Git Auto Pull Push Script.md
cat the-git-auto-pull-push-script.md
# A bash script that automates git pull and push operations — perfect for lazy developers who want to…