i just imported all my pocket bookmarks into firefox bookmarks, and it kinda works even better
treeshateorcs
- 1 Post
- 36 Comments
that wine version is ancient. this bug might have been fixed in a newer one
what is that editor? it looks very cool
treeshateorcs@lemmy.mlto Technology@lemmy.ml•Microsoft will now urge you to ditch local accounts on Windows 1062·1 year agoif only it recognized my wifi card, which it doesn’t. neither 10 nor 11 do
treeshateorcs@lemmy.mlto Linux@lemmy.ml•Some of y'all need to see this and drop the superiority complex...8·1 year agofreebsd is 14 something too
i will never grow tired repeating this: systemd is the best thing that happened to linux in the 10s
treeshateorcs@lemmy.mlOPto Technology@lemmy.ml•what's the worst that can happen if i use a free shady vpn?33·2 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·2 years agowhat if i use DoH?
treeshateorcs@lemmy.mlto Linux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?2·2 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·2 years agothe only thing this does is add “–recursive” to every
git clone
invocationgit() { 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·2 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·2 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·2 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·2 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 popular6·2 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·2 years agowifi drivers then?
check out /etc/machine-id you don’t have to type it