Skip to content

Instantly share code, notes, and snippets.

View DonQuinleone's full-sized avatar
💭
#!/bin/bash

Josh Q DonQuinleone

💭
#!/bin/bash
  • WHMCS Ltd.
  • /dev/null
View GitHub Profile
@DonQuinleone
DonQuinleone / email_setup.md
Last active June 28, 2021 17:07
The Ultimate Email Setup

The Ultimate Email Setup

You've been using email incorrectly for years

Summary

As with most people, email has been one of the most important technologies in my life for years. I use it for almost everything - personal conversations, communication with clients, sending off patches for software projects, and much more. And I was using it wrong...

Many of us are hooked in to using services by companies like Google, Microsoft and Apple. Though you might not have to pay to use things like Gmail, these services certainly are not 'free' - rather than asking for you to pay them a small monthly fee, instead you're paying with data which can then be mined.

I often hear people making the argument "I've got nothing to hide" in defense of using these services. To put it simply, it is this sort of argument that allows companies to get away with mass-surveilance, and does nothing but lead to the abolition of your right to privacy. If this was your post (your 'physical mail'), would you have the same attitude? I dou

@DonQuinleone
DonQuinleone / 1_nginx_server_block_example.md
Last active March 31, 2021 17:28
Configuring Nginx with SSL (Server.pro Tutorial)

This file should be stored in /etc/nginx/sites-available.

Once it is added, symlink it to /etc/nginx/sites-enabled, and restart Nginx

server {

	# Replace "yourdomain.com" with your domain or server hostname
	# If using a domain, make sure that you configure DNS before setting up Nginx
@DonQuinleone
DonQuinleone / manjaro_kde_setup.md
Created December 28, 2020 06:56
New Manjaro KDE system setup

Manjaro KDE Plasma - New System Setup

I use Manjaro KDE Plasma on my Linux systems. This document will guide you through the process of setting up a Manjaro KDE Plasma system using my configuration files.

Installation

Download the latest ISO of Manjaro KDE Plasma from here. Then, use a program like Etcher to burn this image to a USB drive.

Insert the USB into your system, and complete a full KDE install. Once done, boot to the desktop.

Setup

Firstly, you need to install some applications. Let's start with yay:

@DonQuinleone
DonQuinleone / enable_mic.md
Created December 27, 2020 19:51
Enable headset microphone port in Manjaro KDE

To enable the headset microphone port in Manjaro KDE (Tuxedo laptop), add the following to /etc/modprobe.d/alsa.conf:

options snd_hda_intel index=0 model=dell-headset-multi

Once you have done this, restart the system, and choose the Headset input from your audio devices menu.