I used to run it for a while (it might actually still be running, I’d need to check my VPS and delete it if it is), but I feel like RSS readers kind of got overtaken by Reddit (and Lemmy). I tried going back to it again a few times, but the lack of comments felt off after having experienced Reddit.
- 0 Posts
- 13 Comments
Really depends on what data it is and whether you want to search it regularly or just as a one time thing.
You could load them into an rdbms (MySQL/Postgres) and have it handle the indexing, or use python tools to process the files. Something like elasticsearch could work too.
If it’s just a one time thing grep is probably fine tho.
Aleph could work as well but I have no experience with it.
I guess it depends on how much time you want to invest in setting something up versus how much time you’d lose waiting for grep to finish (if you only need to search a certain column, you can create an index with just that column using awk, search that index file, then extract the full line from the source file based on that result, but at that point you’re basically creating a new database engine).
jonne@infosec.pubto
Selfhosted@lemmy.world•Plex staff leaving review on Play Store for PlexEnglish
181·10 months agoMarketing probably asked everyone to write a review on their internal Slack or something.
jonne@infosec.pubto
Selfhosted@lemmy.world•[Solved] Looking for ... inventory management, I guess?English
16·11 months agoHonestly, a spreadsheet would be fine for this? I’m not super familiar with what an inventory management system does tho, so maybe it does things beyond what a spreadsheet can do.
jonne@infosec.pubto
Selfhosted@lemmy.world•New Jellyfin Server/Web release: 10.10.7English
101·1 year agoI mean, it’s patching a security issue caused by trusting headers it shouldn’t, so I don’t think they should wait for a big number release.
jonne@infosec.pubto
Selfhosted@lemmy.world•Organic Maps migrates to Forgejo due to GitHub account blocked by Microsoft.English
8·1 year agoYeah, the code history is the easiest thing to migrate. The other stuff like issues relies on having a good exporting/importing tool on both sides.
jonne@infosec.pubto
Selfhosted@lemmy.world•When building a home server, could a used/cheap PC do the job?English
11·1 year agoMy answer would basically be yes, but. An old desktop (or even laptop) can definitely be used and will run fine. It should be very easy to get one for free or very cheap as companies will typically write them off after 3-5 years.
However, you might want to consider power consumption. Running a desktop 24/7 will use a lot more power than a new MiniPC or a NUC, so you may want to calculate how much it’ll cost to run a desktop 24/7 compared to a device that only uses 5W or whatever, and see whether the upfront savings make up for what you’ll pay in electricity over a certain period.
I think you might actually want to look into second hand MiniPCs unless you absolutely need to fit a bunch of hard drives in a case (like you probably would with Jellyfin).
Also I want to echo what others are saying about noise. A desktop or rack mounted server will make more noise than a laptop or MiniPC.
jonne@infosec.pubto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Can't post on new SuprBay accountEnglish
17·1 year agoLooks like a bug in the forum software. If it’s open source, look through their GitHub (or whatever) issues to see if it’s a known bug and see if anyone’s working on fixing it. Then wait for them to update their forum software and try again.Edit: actually, this error indicates they’re not using parameter binding to build queries and aren’t even properly escaping input. Assume the database is already compromised and don’t sign up or post on this forum. Whomever is running it doesn’t know what they’re doing.
If you already signed up and you used a password that you use anywhere else, change it on any other websites that share the same password.
jonne@infosec.pubto
Linux@lemmy.ml•Petition on the implementation of an EU-Linux operating system in public administrations across all EU countries
13·1 year agoOr they could use a distro that’s already been created by a European vendor, maybe even create a competitive tender. There’s no point in creating a new distro, add a new repository if you must.
jonne@infosec.pubto
Linux@lemmy.ml•I Tried Running Ubuntu on My Phone, Here's How It Went
6·1 year agoIt was already a challenge back in those days. I ran the Nokia N9 for a while, and within a year it went from being amazing at messaging due to its messaging app mixing different XMPP providers in one interface (Google Talk, Facebook Messenger, SMS, etc in a single interface) to everyone in the industry suddenly giving up on that and only supporting in-app messaging.
There were valiant attempts to create open source versions of popular apps, but those efforts were always intentionally sabotaged by those providers.
Yeah, I’d rather the distro be as boring as possible while the exciting stuff happens upstream.
jonne@infosec.pubto
Linux@lemmy.ml•TIL that operating system Linux is an example of anarcho-communism
4·2 years agoIt’s a real shame that generally lefties don’t really care about or ‘get’ software freedom. You should be pushing for free software on all levels. In your personal life and in government. It’s crazy how much power a company like Apple, Microsoft or Google has over everyone.
Yeah, I haven’t either. I don’t even know how I installed it (package manager or raw). Will need to look into that.