Snippets

Loosely organized collection of code snippets. Maybe you'll find something useful here.

#js
#php
#cmd
#bash

Auto order episodes of Buffy the Vampire Slayer and Angel

Order the episodes of Buffy the Vampire Slayer and Angel automatically to the "best viewing order"

Solve Bitbucket SSH-RSA connection issue

How to solve permission denied or no mutual signature algorithm errors while connecting to Bitbucket.

Create timeout in an async function

To throttle the execution of our async function we will create a timeout method.

Auto mount Samba share on startup in Manjaro

Mount your Samba network share on startup. It even works when you are using WiFi.

Get query parameters in Nuxt

Read the GET request query parameters in your code.

Concat IDs into a single field in SQL

Here is how to merge multiple SQL rows into one, values separated by a comma.

Add more VSFTPD virtual user accounts

How to add more virtual user accounts to your VSFTPD on linux.

Mount samba share on Ubuntu 20.04 server

How to mount samba shares on the latest Ubuntu LTS release.

Compress and extract TAR files on linux

How to compress and extract TAR files on linux with gzip easily.

File sizes on linux

See files sizes easily in megabyte or gigabyte values.

Reset MariaDB root password on linux

An easy way to reset the password of the root user on linux.

Fix MariaDB missing tables on Manjaro/Arch linux

Here is how to fix the missing tables in MariaDB that you may encounter on a fresh install on Manjaro or Arch linux.

List all users and groups on linux

Simple way to check your user list with your groups.

Chown basics on linux

Change the owner of files on a linux machine.

Select all text in input field on click the Vue JS way

Comparing the traditional javascript way with the Vue event you can use.

Ubuntu run command in the background

Sometimes you just need to run commands in the background.

Certbot snippets

Useful commands for SSL cert generation with Certbot.