From 4f4151324c6880c262ee924f66dd33e0a2cbb554 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 8 Mar 2024 14:15:07 +0100 Subject: [PATCH] Sperimentazioni README con asciidoctor 2 --- README.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.adoc diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..8ad1f5c --- /dev/null +++ b/README.adoc @@ -0,0 +1,19 @@ +# Documentazione e procedure + +## Desktop + +* [Associazione applicazione ai tipi di file con XDG](https://git.portale-stac.it/howto/linux/src/branch/main/Desktop/xdg-open-mime.adoc#) +* [Browser predefinito per XDG](https://git.portale-stac.it/howto/linux/src/branch/main/Desktop/xdg-default-browser.adoc#) +* [Remote desktop](https://git.portale-stac.it/howto/linux/src/branch/main/Desktop/remote-desktop.adoc#) +* [Attivazione server VNC](https://git.portale-stac.it/howto/linux/src/branch/main/Desktop/vncserver.adoc#) + +## Sistema + +* [rtcwake - Risveglio programmato di un PC Linux](https://git.portale-stac.it/howto/linux/src/branch/main/System/rtcwake.adoc#) +* [Sospensione dei sistemi Linux](https://git.portale-stac.it/howto/linux/src/branch/main/System/suspend.adoc#) + +## SSH + +* [Shell inversa con SSH](https://git.portale-stac.it/howto/linux/src/branch/main/SSH/ssh_reverse_shell.adoc#) +* [Porte SSH](https://git.portale-stac.it/howto/linux/src/branch/main/SSH/sshd_add_ports.adoc#) +* [PAM Google-Authenticator](https://git.portale-stac.it/howto/linux/src/branch/main/SSH/sshd_google_authenticator.adoc#)