Skip to content

Instantly share code, notes, and snippets.

View rdangdev's full-sized avatar

rdang rdangdev

View GitHub Profile
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQENBF7mFlYBCADX9R3KYF8awSa4Wfy9dn/avSXzoDMKs1a0UxXWV1T3U+SEkasA
iE5KszG3kbsSuNQi9RLfnd3zQlI4H8MFoqAf36eqRSkaazCXG0hsh63AUukxWube
tvZXMBfTfNfh2A5JBt7BlLIrSHlylElvzu/S/fF/vwz+VynYz7lBcmEF6ye9TRft
9ThExX5MfKdhcZO4T2ckxd6Z7K/kpgcXejtraFF81fZeZ92ms2vyDSKhqbc523Gm
Eei5MDD8jvYczlXDIaW1niYJLEPI01OcBW1f9XqTu2VDvrC/8BvpBb4f1nkbtS6o
8RAtk/aoEvvNCixHSJVhRfXv8Ty5KL76dfwtABEBAAG0I1JEYW5nIDxyYXkxMjM0
NW1vbmRAcHJvdG9ubWFpbC5jb20+iQFUBBMBCAA+FiEEdvDAAHOVRmiyzNc4mjPK
nICWIRMFAl7mFlYCGwMFCQWjmoAFCwkIBwIGFQoJCAsCBBYCAwECHgECF4AACgkQ
#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.
@rdangdev
rdangdev / INSTRUCTIONS.txt
Last active April 10, 2020 06:10
LAMP Setup: raspbian
# 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
@rdangdev
rdangdev / gist:83d3ce543778a7cfd9035969ae6b7308
Created February 23, 2020 12:06
Apache Server on Raspbian
https://raspberrypi.stackexchange.com/questions/72846/raspbian-stretch-with-mariadb?rq=1
@rdangdev
rdangdev / Arch-Linux: UEFI, luks1, lvm, grub1
Last active September 26, 2020 09:19 — forked from mattiaslundberg/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system with full system encryption + Post-Install Setup
# 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 |