-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTODO
More file actions
26 lines (20 loc) · 844 Bytes
/
TODO
File metadata and controls
26 lines (20 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
configure /etc/resolv.conf
configure /etc/services
configure /etc/hosts
configure /etc/nsswitch.conf
install /home/oleg/bin/waybar-1.sh
install /home/oleg/bin/waybar-2.sh
ln -s ~/.guix-home/profile/lib/tree-sitter/libtree-sitter-kdl.so ~/.emacs.d/tree-sitter
# pc0 limit bandwidth
tc qdisc add dev usb0 root tbf rate 512kbit burst 16kbit latency 50ms
# configure firewall
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -i usb0 -j DROP
# firefox low bandwidth mode
browser.ml.chat.enabled
permissions.default.image
gfx.downloadable_fonts.enabled
# package socialstream for self-hosted instance
[oleg@nixos-workstation:~/socialstream]$ find -type f -exec sed -i 's/vdo\.socialstream\.ninja/vdo.socialstream.ninja.home.wugi.info/g' {} \;
# automatically clean up logs
> .local/state/shepherd/shepherd.log