feat: add device tpt60 and cloud server

This commit is contained in:
dancingCycle 2022-03-25 08:51:09 +01:00
parent 32d203acb9
commit 308b1a23cf
4 changed files with 27 additions and 7 deletions

View File

@ -1,11 +1,17 @@
# Setup
## Devices
* [Cloud Server](devices/cloud-server.md)
* [tpt60](devices/tpt60.md)
## General Setup Steps
* [Apache](doc/apache.md)
* [Create bootable USB Drive For OS Installation](doc/bootable-usb-drive.md)
* [Debian Installation](doc/debian-install.md)
* [Debian Configuration](doc/debian-config.md)
* [Debian Lid Switch Configuration](doc/debian-lid-switch-config.md)
* [Docker](doc/docker.md)
* [Emacs](doc/emacs.md)
* [Email Client](doc/email-client.md)
@ -34,10 +40,3 @@
* To-do List
* Reuse
* IDE
## Cloud Server
* [SSH Server](doc/ssh-server.md)
* [SSH Public Key Authentication](doc/ssh-pub-key-auth.md)
* [Docker](doc/docker.md)
* [Static-gtfs-manager](doc/static-gtfs-manager.md)

6
devices/cloud-server.md Normal file
View File

@ -0,0 +1,6 @@
# Cloud Server
* [SSH Server](doc/ssh-server.md)
* [SSH Public Key Authentication](doc/ssh-pub-key-auth.md)
* [Docker](doc/docker.md)
* [Static-gtfs-manager](doc/static-gtfs-manager.md)

3
devices/tpt60.md Normal file
View File

@ -0,0 +1,3 @@
# ThinkPad T60
* [Debian Lid Switch Configuration](../doc/debian-lid-switch-config.md)

View File

@ -0,0 +1,12 @@
# Configure Lid Switch On Debian
* edit /etc/systemd/logind.conf and make sure to configure like this\
to make the OS ignore the lid being closed
```
HandleLidSwitch=ignore
```
* reload logind.conf to make your changes go into effect\
```
systemctl restart systemd-logind
```