- 1 Post
- 38 Comments
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•need a simple sketching software for linux desktop (with real world dimensions)
7·1 month agoOne more for Inkscape - I’ve made antenna stencils that need millimeter accuracy with it. LibreOffice Draw is even easier and can do much of the same stuff.
Thank you all! Over 25 years on Linux and still new learnings to discover…
Thanks - this is what I did with a ‘you had one job’ look beaming at the terminal after realising the hidden files were missed and indeed it did the trick.
tasankovasara@sopuli.xyzto
Technology@lemmy.world•Thanks I'd rather my beer stay analogueEnglish
5·3 months agoIPA without AI is just P …?
The Linux way:
-
write a script: you can use the find command to find for example rars in a folder. find ~/thatfolder -iname ‘*.rar’ -exec uncompresscommand. Read ‘man find’ for specifics. Script’s first line is #!/bin/bash. Say ‘chmod u+x script’ to make it executable.
-
set up a systemd timer unit that calls a service unit that runs your script at intervals.
-
you can use something like for file in ~/thatfolder/* ; do sed trick that extracts the file extension and puts it in a variable ; case $variable in ; bunch of cases for different extensions. Variable $file will hold the source file name. Read up on bash scripting to figure it out.
Welcome to penguinland :D
-
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•Syncthing 2.0 Launches With Major Database Overhaul
3·3 months agoI just tried. Old app exports a directory, new one wants a zip. Zipped the dir and offered to new one. New one complained that some expected file was missing. Gave up and set it up again with it’s new keys (phone only syncs one dir off my home server, not a big deal) and now it’s going great.
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•How do i set up arch linux, with another distro already installed, without wiping the disk?
2·3 months agoresize2fs or a bootable gparted stick will help. And yes, it’s all on the Arch Wiki.
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•GeoIP Database to use with FreeNginx !? [ solved ]
4·3 months agoThe free version of Maxmind’s db should be available on your distro. The name is going to be ‘geoip’ with something extra hanging on :)
I do audio and quite enjoy Arch with its ‘pro-audio’ meta package that installs basically everything. Desktop and laptop both have that, so they have the same plugins and applications -> projects open on both machines just the same.
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•Installing Guix as a Complete GNU/Linux System - System Crafters
1·4 months agoSure, but then I’d be downloading every single source ‘package’ and compiling for both x86 and ARM - not exactly feasible. Keeping just the sources might be an option though. The point is to have the whole repo, not just the packages I use, so that in the SHTF scenario I can help others install Arch and any software they may need on their machines. Muhahaha, Arch will prevail 👻
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•Installing Guix as a Complete GNU/Linux System - System Crafters
4·4 months agoI quit on day two with two takeaways:
– Hardware must be well supported in fully-libre-land - I was trying to install on a Mac Mini and had to go nonguix pretty much right away. That kind of spoiled the whole effort.
– Profound meditation and enlightenment on the essence of Scheme is a must. I had one of those ‘no, this is where you don’t want a closing brace’ moments and my zen was blown out of the water.
I would have soldiered on, but personally I like Arch first and foremost because I can (and do) have a local repo by rsyncing a rotation of mirrors couple of times a week. Just in case the Internet dies one day, you know. I realised Guix was not really suitable for the apocalypse use case, so after that brace episode I decided to stick with what my spine already knows.
After all that is said – I really hope you fare better :D
I did! John Marley Centre for Music and Media 2000-'02 represent :3 It was still 2" tape and patching outboard at the time though.
Whatever you end up using, have JACK sync 'em up. I used to have two Macs, one for recording with Nuendo and one for doing MIDI sequencing and programming. They synced via MIDI sync and there was always issues. Now I have everything on one Linux machine (Ardour records and mixes, Reaper sequences MIDI and Renoise does beats and other sampling related stuff) and with JACK the sync is seamless <3
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•An interview with Liberux about their made-in-EU OSHW Linux Phone
2·4 months agoI’m thinking Waydroid or something alike with Gapps installed with a burner G account. That can be spun up when parking app or work benefits app are needed, as these are the only two normie apps in my life that require the googly bits. Same drill as I do with GrapheneOS now - second user profile with Google enabled that only runs a minute if i need to pay for parking or a meal :)
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•An interview with Liberux about their made-in-EU OSHW Linux Phone
6·4 months agoOk, interested. Looks like a project to support with real money. I’m in.
If the price of their product feels steep, it’s not that bad actually. I paid over 600 € to f@ckin’ Google for a device to run GrapheneOS on :o)
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•New Linux Flaws Enable Full Root Access via PAM and Udisks Across Major Distributions
3·4 months agoYes, or SSH keys or any other means of user authentication. The cool thing in this technique is that it’s twofold and you (as an attacker) can cherry-pick the info given. If you walk up locally to someone’s running system, you could skip the first half and go with the ‘hey, can you resize this XFS image for me’ bit.
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•New Linux Flaws Enable Full Root Access via PAM and Udisks Across Major Distributions
7·4 months agoThe technique described here is only a concern if the ‘bad actor’ has access to a user account on your machine in the first place.
tasankovasara@sopuli.xyzto
Linux@lemmy.ml•Scooter - An interactive search and replace for the terminal.
5·5 months agoThe dev’s VSCode application installs a helper package in /root/.vscode-server. Separate copy for every user that connects. It runs a bunch of ‘node’ processes that often stack up more used CPU time than MySQL. I’m not a fan…
I’ve ran a 4 in, 4 out ADAT-CAT5 snake thingy on Linux, so 32 channels in and out. The remote end was synced via Word Clock with the Linux box providing master clock. RME RayDat for a soundcard, RME converters in the remote rack. Worked 100 % flawlessly, I even did live sound on it. ADAT is a ‘just works’ thing, go for it. You just need to understand that one device needs to be the clock master and others follow that.