Skip to content

Instantly share code, notes, and snippets.

View dimspith's full-sized avatar
🍻

Dimitris Spythouris dimspith

🍻
  • Computer Science Department - University of Crete
  • Greece
View GitHub Profile
@dimspith
dimspith / sshd_config
Last active September 24, 2022 16:08
fedora-hetzner-sshd-config
sudo cat /etc/ssh/sshd_config
# $OpenBSD: sshd_config,v 1.104 2021/07/02 05:11:21 dtucker Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compiled with PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
@dimspith
dimspith / install.sh
Last active December 19, 2021 17:07
Package install script for my Void Linux Installation
# Outside of this scope: asdf, pnpm, flatpak apps/repos
sudo xbps-install -S \
void-repo-nonfree \
void-repo-multilib-nonfree \
void-repo-multilib\
pavucontrol \
ripgrep \
gnome-keyring \
dunst \
mlocate \
@dimspith
dimspith / template.tex
Last active April 2, 2021 15:11
Latex template for assignments
\documentclass[12pt]{article}
\title{Assignment 2}
\author{Dimitris Spythouris (csd4040)}
% Shrink document margins
\usepackage[margin=0.5in]{geometry}
% Double line spacing
\usepackage{setspace}