This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[12pt]{article} | |
| \title{Assignment 2} | |
| \author{Dimitris Spythouris (csd4040)} | |
| % Shrink document margins | |
| \usepackage[margin=0.5in]{geometry} | |
| % Double line spacing | |
| \usepackage{setspace} |