:e ~/articles/
-- FILE BROWSER --
smjrifle@smjrifle.xyz:~/articles $
-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…
-rw-r--r--
smjrifle
11198B
Jul 11 12:00
Black Arch.md
cat black-arch.md
# Getting into Black Arch Linux — a penetration testing distribution built on top of Arch Linux, providing a…
-rw-r--r--
smjrifle
4485B
Jun 24 12:00
Set up virtual host and integrate git with auto pull.md
cat set-up-virtual-host-and-integrate-git-with-auto-pull.md
# Script to create a git repo and virtual host on Ubuntu-based systems with automatic deployment through git hooks.
-rw-r--r--
smjrifle
6946B
Mar 20 12:00
Protect your Apache directory.md
cat protect-your-apache-directory.md
# Use htpasswd to password-protect web directories on Apache servers when you don't have cPanel but have SSH access.
-rw-r--r--
smjrifle
15298B
Feb 07 12:00
Mount LVM partition on Ubuntu.md
cat mount-lvm-partition-on-ubuntu.md
# How to mount LVM formatted partitions from Fedora in Ubuntu or Deepin Linux when they can't be accessed…
-rw-r--r--
smjrifle
4368B
Jan 08 12:00
Restore –asroot for Yaourt/makepkg in Arch.md
cat restore-asroot-for-yaourt-makepkg-in-arch.md
# Fix the error when running yaourt as root user after pacman 4.2 removed the --asroot flag — a…
-rw-r--r--
smjrifle
15466B
Dec 19 12:00
Installing Git on your server.md
cat installing-git-on-your-server.md
# Complete guide to installing and setting up Git on your server — from installation to creating your first…
-rw-r--r--
smjrifle
23024B
Jun 20 12:00
Git ad-hoc sharing of repository.md
cat git-ad-hoc-sharing-of-repository.md
# Share a git repository across your local network using git daemon — no server setup required, perfect for…
-rw-r--r--
smjrifle
9431B
Jun 20 12:00
Fedora fix Multilib version problems.md
cat fedora-fix-multilib-version-problems.md
# Fix multilib version problems in Fedora after an interrupted yum update caused package conflicts.