Chip fabs need a lot of supporting tech, which is why it’s difficult to set up and more difficult to move.
- 0 Posts
- 18 Comments
non_burglar@lemmy.worldto
Linux@lemmy.ml•"Windows" process using too much Memory (Dual boot setup)
2·7 hours agoUse
ps -efto find the source of the file.
non_burglar@lemmy.worldto
Linux@lemmy.ml•"Windows" process using too much Memory (Dual boot setup)
1·3 hours agofindwill catch more if you wildcard the name with"*windows*", but that’s a moot point: we don’t have enough info to jump to “malware” conclusions here.Looking for malware by hunting for the name in a procid list won’t usually get far, you’d be better to
netstatto see what various processes are listening or phoning home to confirm suspicions of malware.
non_burglar@lemmy.worldto
Canada@lemmy.ca•Should Canada Build Up Alternatives to Visa and Mastercard? | The Walrus
3·23 hours agoYes, you can. Interac and INTUR are technically interoperable.
non_burglar@lemmy.worldto
Selfhosted@lemmy.world•Help getting my postmarketOS phone attached to a router?English
2·2 days agoThe oneplus 6t can supply 500mA through USB, it just can’t negotiate usbC power delivery.
non_burglar@lemmy.worldto
Selfhosted@lemmy.world•Running a contabo virtual server with 2 ips running a wordpress site via nginx. One Ip is running the website and the second IP I want for the docker mailcow.English
1·3 days agoLogical IP addressing and physical interfaces are completely separate. One physical interfaces with multiple IPs, many physical interfaces bound together into one logical interface, depends on the situation.
Security is nice to have but it’s not the reason I’m using Linux, so handing over my photo ID to a third party I trust is an acceptable if disappointing risk.
And for us who don’t find it an acceptable risk? Will I need an ID to read a book next?
non_burglar@lemmy.worldto
Selfhosted@lemmy.world•amneziawg-installer: one-command VPN server that works where WireGuard gets blockedEnglish
20·4 days agoDeep packet inspection. Looking for patterns in the actual headers and payload of packets. Computationally expensive.
non_burglar@lemmy.worldto
Linux@lemmy.ml•[Discussion] My thoughts about the usability of Linux
11·7 days agoI usually don’t watch his stuff.
And it seems you didn’t watch this video fully either, or you weren’t paying attention. Muta’s an idiot and a tool who routinely masks inability to do anything with drama… Because he’s not very good at any of it.
He doesn’t dig into the reasons for any of his issues and readily admits that he just wants it done for him “I just want things to work”
The real problem with this post is you! Coming here casting this as some fundamental problem with Linux and posting it. Why bother?
non_burglar@lemmy.worldto
Selfhosted@lemmy.world•cal.com compatible ics calendar or alternative booking suite?English
1·7 days agoSorry, I didn’t mean to doom that answer.
It is possible, but it is complex and onerous. How much appetite you have for that is of course up to you.
The basic functionality of hosting my own caldav/cardav fully privately with synchronising across devices is enough for me.
non_burglar@lemmy.worldto
Selfhosted@lemmy.world•cal.com compatible ics calendar or alternative booking suite?English
1·8 days agoSo you are asking about something that seems simple, but is actually many different components working together. Apple and google have really made this integrated for a long time.
What you want is:
- caldav/cardav server (radicale is good)
- integration into your email client (Thunderbird can do this)
- share-able webDAV service
- some auth in front of this
I’ve left out all the plumbing needed to either support your access to this, or provide secure integration with a 3rd party email service.
This is a hard problem to solve for self-hosting. I have a self-hosted radicale instance and I get around the inter-connectivity by simply exporting ICS files and sending them to folks. Updating meeting times, setting calendar sharing is all very difficult because of above.
It is fragmented.
The PostMarketOS community is active, but more importantly, there is a ton of wiki info not only on installing, but figuring out drivers, info on partition slots, etc. Armbian is another place to read.
The other thing to learn about is the DEs, specifically phosh, gnome mobile, plasma mobile, xmso, lomiri, etc. They all behave differently, so you’ll want to check out each one to see if you lean more one way or the other.
Good luck. May your journey be better than mine.
I haven’t found one yet. My workflow is to use nicotine+ to find flac music, convert to 256bit opus, properly tag with Picard, rsync with my Navidrome library and trigger a scan. It’s clean for me and lots of it is scripted, but that wouldn’t work for everyone.
Radarr and Sonarr work because the workflow of show -> season -> S01E01.Title.extension (even simpler for movies) is well known and accepted as more or less a standard for organizing video media.
Music, on the other hand, is very individual. Some like strict folder organization, others are particular about naming conventions, others are picky about tags, there is no standard for handling playlists, off-beat, rare, or bootleg music is enjoyed by some, some like compilation albums, etc.
If you look at the complaints for lidarr, most of the issues stem from folks not fitting lidarr into their workflow, which is totally valid, but not something the Lidarr devs could do anything about.
Ultimately, Lidarr failed because metadata fetching became onerous to maintain.
Lidarr is more or less abandoned, FYI.
Debian and alpine. Coming up on 27 years of linux for me.
non_burglar@lemmy.worldto
Linux@lemmy.ml•If I wanted to buy a Linux phone, what would be my best options today?
0·10 days agoIt is not good. I have the one plus 6t and tried pmos with a few of the ui choices. There are many, many broken workflows.
non_burglar@lemmy.worldto
Linux@lemmy.ml•What's your favorite well-designed CLI and why?
1·15 days agoHonestly, incus.
I know it’s not strictly a utility, but holy cow, Stephane Graber and his team have put the work into that product, such that anything you can do in the ui can be done in the CLI, and more.
Tab completion entries for all the resource types (storage, instances, image repos, etc), help entries for everything, it brings a tear to the eye.
I once thought it was cool to have standardised man entries, but even better is context-sensitive
--helpentries that work well. Almost all the discovery I’ve made using incus, I’ve made using the commands themselves.It’s a real testament to how putting in the documentation work might be tedious, but it is a boon to both users and devs.
Radicale + client (Thunderbird on desktop, fossify calendar on phone)