Skip to content

Instantly share code, notes, and snippets.

@oldman20
oldman20 / arch_sec_install.sh
Created February 11, 2023 12:51 — forked from Th3Whit3Wolf/arch_sec_install.sh
Install arch on btrfs(w/ swapfile) on luks with rEFInd bootloader
#!/bin/bash
# 0 - SSH
# This isn't necessary but if you ssh into the computer all the other steps are copy and paste
# Set a password for root
passwd
# Get network access
iwctl
"""
@oldman20
oldman20 / xrandr.sh
Created February 8, 2023 02:44 — forked from debloper/xrandr.sh
Add system unrecognized but monitor supported resolution in X
#!/bin/bash
# Copyright (c) 2021 Soumya Deb <debloper@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@oldman20
oldman20 / gist_markdown_examples.md
Last active February 8, 2023 12:28 — forked from ww9/gist_markdown_examples.md
Gist markdown examples
@oldman20
oldman20 / ubuntu-post-install-todo.md
Last active February 7, 2023 07:12 — forked from mirashif/ubuntu-post-install-todo.md
This is my to do list after Ubuntu/Linux install. Update & Upgrade is a must to do. Small tweaks and Themes are nice. Apps and extensions depend on your preference.

Update & Upgrade

  • [Recommended] Change to your local mirror first & update your system. Update is very important for any security patches or bug fixes.
    sudo apt update && sudo apt upgrade

Optional Online accounts and setups: