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
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| mQENBF7mFlYBCADX9R3KYF8awSa4Wfy9dn/avSXzoDMKs1a0UxXWV1T3U+SEkasA | |
| iE5KszG3kbsSuNQi9RLfnd3zQlI4H8MFoqAf36eqRSkaazCXG0hsh63AUukxWube | |
| tvZXMBfTfNfh2A5JBt7BlLIrSHlylElvzu/S/fF/vwz+VynYz7lBcmEF6ye9TRft | |
| 9ThExX5MfKdhcZO4T2ckxd6Z7K/kpgcXejtraFF81fZeZ92ms2vyDSKhqbc523Gm | |
| Eei5MDD8jvYczlXDIaW1niYJLEPI01OcBW1f9XqTu2VDvrC/8BvpBb4f1nkbtS6o | |
| 8RAtk/aoEvvNCixHSJVhRfXv8Ty5KL76dfwtABEBAAG0I1JEYW5nIDxyYXkxMjM0 | |
| NW1vbmRAcHJvdG9ubWFpbC5jb20+iQFUBBMBCAA+FiEEdvDAAHOVRmiyzNc4mjPK | |
| nICWIRMFAl7mFlYCGwMFCQWjmoAFCwkIBwIGFQoJCAsCBBYCAwECHgECF4AACgkQ |
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
| #TAG | NAME IN REPO (or git url) | PURPOSE (should be a verb phrase to sound right while installing) | |
|---|---|---|---|
| xorg-server | is the graphical server. | ||
| xorg-xwininfo | allows querying information about windows. | ||
| xorg-xinit | starts the graphical server. | ||
| V | xorg-minimal | is the graphical server. | |
| V | xorg-fonts | is a font package. | |
| V | xinit | starts the graphical server. | |
| V | xdg-utils | are filetype utilities. | |
| V | libX11-devel | is required for the compilation of some programs. | |
| V | libXft-devel | is required for the compilation of some programs. |
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
| # download raspbian lite from raspbian website | |
| sudo dd if=~/Destination/to/file.iso of=/dev/mmcblk0 bs=4M status=progress | |
| sudo mount /dev/mmcblk0p1 ~/Empty\ Folder/ && cd Empty\ Folder/ | |
| sudo touch ssh & cd .. | |
| sudo umount Empty\ Folder/ | |
| # boot up with ethernet plugged in | |
| ssh pi@raspberrypi | |
| username:pi | |
| password: raspbian |
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
| https://raspberrypi.stackexchange.com/questions/72846/raspbian-stretch-with-mariadb?rq=1 | |
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
| # HOW TO INSTALL ARCH LINUX(UEFI) WITH LUKS1, LVM, grub | |
| # Arch-Linux Official Guide: https://wiki.archlinux.org/index.php/Installation_Guide | |
| # Based on: https://paste.ubuntu.com/p/nXNMPBYfk4/ | |
| # use: https://emanuelduss.ch/2016/03/arch-linux-installation-gpt-luks-lvm-i3/ | |
| # Desired layout: | |
| +---------------+----------------+----------------+----------------+ | |
| |ESP partition: |Boot partition: |Volume 1: |Volume 2: | | |
| | | | | | | |
| |/boot/efi |/boot |root |home | |