:e ~/articles/
-- FILE BROWSER --
smjrifle@smjrifle.xyz:~/articles $
-rw-r--r--
smjrifle
3165B
Mar 15 08:00
The #HackLife Philosophy — Systems Thinking as a Life Operating System.md
cat the-hacklife-philosophy-systems-thinking-as-a-life-operating-system.md
# #HackLife is systems thinking applied to life. Map your inputs, find the leverage points, iterate relentlessly. A philosophical…
-rw-r--r--
smjrifle
5756B
Jun 30 03:43
Revisiting My 2010 NLP Experiments: What I Got Right and What I Completely Missed.md
cat revisiting-my-2010-nlp-experiments-what-i-got-right-and-what-i-completely-missed.md
# Recently, I revisited a collection of NLP and sentiment analysis experiments that I built around 2010–2011 as a…
-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…