Skip to content

Instantly share code, notes, and snippets.

View cosmadora's full-sized avatar
🌈
Busy being fabulous

Adora cosmadora

🌈
Busy being fabulous
View GitHub Profile
@cosmadora
cosmadora / custom.css
Created August 7, 2023 06:56
Mastodon CSS Customization
.hashtag, .account__header__content a, .status__content a {
color: #c17cfb;
}
.drawer, .column {
flex: 1 1 auto;
}
@cosmadora
cosmadora / reinstall_VPS_from_inside.sh
Last active June 20, 2023 06:08 — forked from 4abhinavjain/reinstall_VPS_from_inside.txt
DIY install debian on Oracle Cloud Infrastructure ( Free Tier ) - ARM64
# should works on any cloud-init enabled hypervisor (openstack.. )
# start from a normal ubuntu 20.04 install as minimal was not available for ARM64
# Since ARM64 machines has higher RAM, Shrinking is desired but not necessary. Instead we will increase tmpfs to 1700MB
# Getting root (if sudo -i doesn't work then set a root password beforehand using 'sudo passwd root'
sudo -i
# make sure we are on the highest kernel, so we can delete all the others ...
@cosmadora
cosmadora / frr.conf
Created December 1, 2021 18:27
FRR ospfv6 routing example
debug ospf6 message all
debug ospf6 zebra
debug ospf6 interface
debug ospf6 neighbor
debug ospf6 border-routers
debug ospf6 asbr
debug ospf6 abr
debug ospf6 flooding
!
interface ens192
@cosmadora
cosmadora / lamp.yml
Last active November 17, 2021 21:32
LAMP Docker Stack
version: '3.6'
services:
db:
image: mysql:latest
command: --default-authentication-plugin=mysql_native_password
environment:
MYSQL_ROOT_PASSWORD: password
# uncomment if you want to expose mysql db conenction
# ports:
# - 3306:3306
@cosmadora
cosmadora / starship.toml
Created November 6, 2020 08:12
Starship Config
asd