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
#!/bin/bash | |
# night-theme-switch | |
# ------------------ | |
# Written as a complement to the Night Theme Switcher GNOME Shell extension: | |
# https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/ | |
# | |
# Works best with Solarized. | |
# Copyright (c) 2020 Juraj Fiala |
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
#!/bin/sh | |
sudo dnf install --assumeyes openssh-server | |
sudo /usr/libexec/openssh/sshd-keygen rsa | |
sudo /usr/libexec/openssh/sshd-keygen ecdsa | |
sudo /usr/libexec/openssh/sshd-keygen ed25519 | |
echo " | |
# For VS Code | |
Port 22$VERSION # Prevent conflicts with other SSH servers |