i will never grow tired repeating this: systemd is the best thing that happened to linux in the 10s
treeshateorcs
- 4 Posts
- 31 Comments
treeshateorcs@lemmy.mlOPto
Technology@lemmy.ml•what's the worst that can happen if i use a free shady vpn?
33·3 years agoNo, it’s just a wireguard config
treeshateorcs@lemmy.mlOPto
Technology@lemmy.ml•what's the worst that can happen if i use a free shady vpn?
3·3 years agowhat if i use DoH?
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
2·3 years agosame for gh (github cli)
gh() { if [[ "$1" = repo && "$2" = clone ]]; then shift shift set -- repo clone "$@" -- --recursive fi command gh "$@" }
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
5·3 years agothe only thing this does is add “–recursive” to every
git cloneinvocationgit() { if [ "$1" = clone ]; then shift set -- clone --recursive "$@" fi command git "$@" }
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
2·3 years agoin zsh you can just forbid it to save duplicates
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?
5·3 years agoccd() { mkdir "$1" && cd "$1" }
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•What can you do on Linux that you can't do on Windows?
14·3 years agobtw 1 is literally impossible, there’s no gui driver setting, there’s no regedit switch, no nothing. on linux you just need to write to this file /sys/devices/platform/i8042/serio1/serio2/drift_time
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•What can you do on Linux that you can't do on Windows?
20·3 years ago- adjust the drift speed of a thinkpad trackpoint
- stream audio from one computer to another one (or a phone) with ease (thanks pulseaudio)
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•(Neo)Vim alternatives: Kakoune is great! I am surprised that Helix is more popular
6·3 years agoneither has persistent undo yet, so i’m staying with vim for now
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•What feature/utility/app are you surprised is not installed by default in Linux distributions?
1·3 years agowifi drivers then?
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•What feature/utility/app are you surprised is not installed by default in Linux distributions?
2·3 years agoit’s easier to list which distros have it ootb (none)
i clicked on it and got connection timed out
what’s that fetch program?
treeshateorcs@lemmy.mlto
Linux@lemmy.ml•The Top 8 Best BitTorrent Clients for Linux in 2023
51·3 years agoaria2 ftw
not only is it a waste of time, it also contributes to climate change. imagine if everyone in the world compiled all their software
if you switch often, you might like kitty (it works for both)
i heard good things about arch linux
treeshateorcs@lemmy.mlto
Reddit@lemmy.world•Reddit Admin team asking for volunteer moderators at tons of subredditsEnglish
5·3 years agothey’ve closed r/r4r down 😔







how’s the framework?