diff --git a/devices/acer.md b/devices/acer.md deleted file mode 100644 index 26953a0..0000000 --- a/devices/acer.md +++ /dev/null @@ -1,20 +0,0 @@ -# Acer Aspire 3820T - -* press the <> key to interrupt the start sequence -* press the <> key to enter the BIOS setup -* [Bootable USB](../doc/bootable-usb-drive.md) -* [Debian Installation](../doc/debian-install.md) -* [Debian Configuration](../doc/debian-config.md) -* [Debian Keyboard Layout](../doc/debian-keyboard-layout.md) -* [Debian Lid Switch Configuration](../doc/debian-lid-switch-config.md) -* [Firewall](../doc/firewall.md) -* [SSH Server](../doc/ssh-server.md) -* [SSH Public Key Authentication](../doc/ssh-pub-key-auth.md) -* [Cups](../doc/cups.md) -* [Postges](../doc/postgres.md) -* [Java](../doc/java.md) -* [OneBusAway](../doc/onebusaway.md) - -## To-do List - -* Reuse diff --git a/devices/acer.md.license b/devices/acer.md.license deleted file mode 100644 index 3c4280e..0000000 --- a/devices/acer.md.license +++ /dev/null @@ -1,5 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad - * - * SPDX-License-Identifier: CC0-1.0 - */ diff --git a/devices/antje.md b/devices/antje.md deleted file mode 100644 index 5393ee5..0000000 --- a/devices/antje.md +++ /dev/null @@ -1,4 +0,0 @@ -# Cloud Server - -* [SSH Server](../doc/ssh-server.md) -* [SSH Public Key Authentication](../doc/ssh-pub-key-auth.md) diff --git a/devices/antje.md.license b/devices/antje.md.license deleted file mode 100644 index 3c4280e..0000000 --- a/devices/antje.md.license +++ /dev/null @@ -1,5 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad - * - * SPDX-License-Identifier: CC0-1.0 - */ diff --git a/devices/cloud-server.md b/devices/cloud-server.md deleted file mode 100644 index 871390e..0000000 --- a/devices/cloud-server.md +++ /dev/null @@ -1,15 +0,0 @@ -# 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) -* [Install Postgres](../doc/postgres.md) -* [Create Database with Postgres](../doc/postgres-create-db.md) -* [Create User with Postgres](../doc/postgres-create-user.md) -* [create user datatools](../doc/gnu-linux-create-user.md) -* [Install Node.js](../doc/node.md) -* Install Yarn: ```npm install --global yarn``` -* [Install Java](../doc/java.md) -* [Install Maven](../doc/Maven.md) -* [Drone](../doc/drone.md) diff --git a/devices/cloud-server.md.license b/devices/cloud-server.md.license deleted file mode 100644 index 3c4280e..0000000 --- a/devices/cloud-server.md.license +++ /dev/null @@ -1,5 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad - * - * SPDX-License-Identifier: CC0-1.0 - */ diff --git a/devices/ltpt490.md b/devices/ltpt490.md deleted file mode 100644 index 8ac66d6..0000000 --- a/devices/ltpt490.md +++ /dev/null @@ -1,12 +0,0 @@ -# Lenovo ThinkPad T490 - -* press the Enter key to interrupt the start sequence -* press the F1 key to enter the BIOS setup -* [Bootable USB](../doc/bootable-usb-drive.md) -* [Chrome](../doc/chrome.md) -* [Debian Installation](../doc/debian-install.md) -* [Debian Configuration](../doc/debian-config.md) -* [Debian Keyboard Layout](../doc/debian-keyboard-layout.md) -* [Debian Lid Switch Configuration](../doc/debian-lid-switch-config.md) -* [Python for Debian 11](../doc/debian11python.md) -* [Gnome Builder](../doc/gnome-builder.md) diff --git a/devices/ltpt490.md.license b/devices/ltpt490.md.license deleted file mode 100644 index 3c4280e..0000000 --- a/devices/ltpt490.md.license +++ /dev/null @@ -1,5 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad - * - * SPDX-License-Identifier: CC0-1.0 - */ diff --git a/devices/tpt60.md b/devices/tpt60.md deleted file mode 100644 index 18d211b..0000000 --- a/devices/tpt60.md +++ /dev/null @@ -1,3 +0,0 @@ -# ThinkPad T60 - -* [Debian Lid Switch Configuration](../doc/debian-lid-switch-config.md) diff --git a/devices/tpt60.md.license b/devices/tpt60.md.license deleted file mode 100644 index 3c4280e..0000000 --- a/devices/tpt60.md.license +++ /dev/null @@ -1,5 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad - * - * SPDX-License-Identifier: CC0-1.0 - */ diff --git a/README.md b/readme.md similarity index 83% rename from README.md rename to readme.md index c5025a6..33b11aa 100644 --- a/README.md +++ b/readme.md @@ -1,15 +1,5 @@ # Setup -## Devices - -* [Acer](devices/acer.md) -* [Antje](devices/antje.md) -* [Cloud Server](devices/cloud-server.md) -* [Lenovo ThinkPad T490](devices/ltpt490.md) -* [Lenovo ThinkPad T60](devices/tpt60.md) - -## General Setup Steps - * [Apache](doc/apache.md) * [Create bootable USB Drive For OS Installation](doc/bootable-usb-drive.md) * [Cups](doc/cups.md) diff --git a/README.md.license b/readme.md.license similarity index 100% rename from README.md.license rename to readme.md.license