but then it should be “restricted” at top, and not “corporate”?
- 1 Post
- 13 Comments
7EP6vuI@feddit.orgto
Linux@lemmy.ml•[SOLVED] how come yt-dlp on a terminal returns bash: yt-dlp: command not found even though I installed it with wget? debian 13
3·8 months agoi think this is the correct question to ask. did you just create
~/.local/binfolder? you can look at the end of~/.profilethat this will only be added to$PATHif the folder exists.the easiest way is to log out and log in (no restart necessary!)
otherwise you can also execute
source ~/.profileand thenyt-dlpshould be available.the
chmod +xtip from the other comments could also be necessary!
7EP6vuI@feddit.orgto
Selfhosted@lemmy.world•Recommendations for a source code hosting serviceEnglish
6·9 months agomaybe the installation is simple, but the whole thing is still a beast and has tons of different services and does a lot of stuff. i prefer forgejo because of it’s simplicity (still not super easy) and it takes less resources.
I’m a big fan of mikrotik: Simple no bullshit devices, and OpenWrt is support on most of them, see https://toh.openwrt.org/
7EP6vuI@feddit.orgto
Linux@lemmy.ml•Why is copying to USB stick on Linux so damn slow?English
3·1 year agocompression is good when copying over the network, but would just waste cpu time when copying to a usb stick.
7EP6vuI@feddit.orgto
Web Development@programming.dev•How Did REST Come To Mean The Opposite of REST? | htmxEnglish
3·1 year agoWhy is he not mentioning restfulobjects? This is exactly what he describes, just encapsulated in JSON, not in HTML, and in a way that it can actually be automatically consumed as there are some guidelines how to structure the documents.
We use it at work, and I don’t like it. Its overly complicated and adds a lot of overhead (at least in the way we implemented it). A simple HTTP+JSON RPC with a good URL structure and a OpenApi documentation would be easier to understand, and to consume.
7EP6vuI@feddit.orgto
Linux@lemmy.ml•Need software for local web server dummy simple easy quickEnglish
18·2 years agono gui, but still super simple and enough for local testing:
- open a terminal
cd folder/you/want/to/serve/frompython -m http.server -b 127.0.0.1
open browser surf to http://127.0.0.1:8000/
can you define “machine”? if it’s a desktop: have you thought about an additional hdd/ssd? all the pros of dual booting, without the cons: you can simply unplug the windows drive if you install linux.
but still do a backup!
7EP6vuI@feddit.orgOPto
Linux@lemmy.ml•Recover USB flash drive from "Sense Key : Not Ready [current]" and "Add. Sense: Medium not present"English
0·2 years agothanks for the insight, much appreciated!
7EP6vuI@feddit.orgOPto
Linux@lemmy.ml•Recover USB flash drive from "Sense Key : Not Ready [current]" and "Add. Sense: Medium not present"English
0·2 years agothanks for your answer. that’s what i feared, but its good to be sure!
7EP6vuI@feddit.orgOPto
Linux@lemmy.ml•Recover USB flash drive from "Sense Key : Not Ready [current]" and "Add. Sense: Medium not present"English
0·2 years agothanks for your comment and recommendation.
hoped to discover a good open source software for collaborative editing, but their solution is based on https://standardnotes.com/



do you already have monitoring solution for your vps? maybe prometheus/altermanager and the node_exporter?
otherwise i join the forgejo praise, and also enjoy etherpad (self hosted (limited) google doc)
how do you handle backups? recommendation: borg