[-] cyberwolfie@lemmy.ml 3 points 2 days ago

I am actually used to the company buying you a phone that you use as a personal device, but must then be enrolled in Intune or something similar. It is considered a perk of the job, and a taxable one at that. So the saving is not as obvious in this case.

[-] cyberwolfie@lemmy.ml 7 points 3 days ago

Yeah, as far as I am concerned, there's a direct conflict of interest between myself and my company when it comes the usage of a device that doubles as a personal and professional device. I understand the company's need to take measures to control sensitive information, and when I do whatever I do on my spare time, I am unnecessarily (from the point of view of the company) endangering the information I have access to. And because of the safe-guards they put in place, they are taking an unacceptable amount of control of a device I keep my personal sensitive data.

Because of this I find it a bit baffling that BYOD ever became accepted practice, both from the employer's side and the employee's side.

[-] cyberwolfie@lemmy.ml 2 points 3 days ago* (last edited 3 days ago)

What is FDE?

EDIT: Full-disk encryption?

[-] cyberwolfie@lemmy.ml 29 points 3 days ago

I have a separate, company-issued phone that is used exclusively for work related activities and that is not even connected to my home network.

[-] cyberwolfie@lemmy.ml 1 points 3 days ago

This looks really cool! Thanks for the share

51
submitted 3 days ago by cyberwolfie@lemmy.ml to c/privacy@lemmy.ml

Sad news - I have been very happy with CalyxOS, and not sure if I would want to continue using it without security updates or move to another ROM on my Fairphone 4. It seems perhaps that I would anyway need to reflash when they get to the point of resuming updates? Anyone get a clearer reading on that than me?

I have been contemplating trying out Ubuntu Touch which has according to their site 100% compatability with Fairphone 4 now, but there are some functionality that I think would struggle without, and if I can't get it working as I want, I wouldn't be able to reflash CalyxOS now. Getting a new phone to install GrapheneOS is not an option for me.

What are other people here using CalyxOS going to do to maintain a modicum of privacy on their mobile devices?

[-] cyberwolfie@lemmy.ml 2 points 3 days ago

I was recently introduced to this and I am very glad I found it. I was once recommended it, but then I thought they meant to attach a physical screen to my headless server....

[-] cyberwolfie@lemmy.ml 3 points 3 days ago

I use this for archiving news and magazine articles as well (with snapshots), sorted on topic so that I 1) might be able to remember where I read something and easily find an article again if I discuss it with someone and 2) have a good starting point for researching something I don't have time for or the will for now.

I have set up the file sync on a self-hosted WebDAV server as well as it quickly racks up storage space with all those snapshots and you fairly quickly reach the top tier storage plan they offer.

Zotero 7 brought some good UI improvements, but it is really resource heavy (at least on Linux). A CLI-interface as was mentioned under here would be interesting.

[-] cyberwolfie@lemmy.ml 3 points 3 days ago

You should be able to achieve that with scrcpy (at least with Android). Never got around to test it myself, so I can't vouch for how well it works though. My usecase for it died with installing a mini-PC in my living room, and now it would only be a curiosity for me.

124
submitted 2 weeks ago by cyberwolfie@lemmy.ml to c/opensource@lemmy.ml

I am one of those guilty of always intending to donate, but never really getting to it. But now I sat down and took the time to donate to some of the projects that provide great value for me, and also listed the ones I did not donate to now for future donations. I also set up an overview to track where I donate to, so that I make sure to spread the donations well over time.

Just a friendly reminder to consider donating to the projects that provide value to you if you have the means!

44
submitted 3 months ago* (last edited 3 months ago) by cyberwolfie@lemmy.ml to c/privacy@lemmy.ml

As we all know, privacy starts with security, which leads many people in this community to seek out secure services / software, some relentlessly so.

Then life happens, and suddenly you find yourself naked in a back alley in Hanoi (or if you already live in the region, you might instead find yourself naked in Santiago de Chile), stripped of all belongings and at best some vague recollection of an unusually good night. What is your strategy to regain access to what you need to get back home?

An no, the staff at the hotel does not recognize you.

14
submitted 3 months ago by cyberwolfie@lemmy.ml to c/selfhost@lemmy.ml

I am in the process of migrating my Nextcloud instance from one server to another. I copied the Borg archive to one mountpoint, /mnt/ncbackup and intend to keep my data in /mnt/ncdata.

I couldn't really find out what to mount the backup directory to, so I just fired it up as documented in the documentation, and I was able to retrieve my backups from the non-mounted directory.

So this reveals a fundamental flaw in my understanding of how Docker works - I had assumed the container only had access to whatever was explicitly mounted. But I guess I am wrong?

This is the command I run:

sudo docker run \
--init \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 8080:8080 \
--env APACHE_PORT=11000 \
--env APACHE_IP_BINDING=0.0.0.0 \
--env APACHE_ADDITIONAL_NETWORK="" \
--env SKIP_DOMAIN_VALIDATION=false \
--env NEXTCLOUD_DATADIR="/mnt/ncdata" \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
ghcr.io/nextcloud-releases/all-in-one:latest
20

I am getting my first 3D-printer (a Prusa CORE One) this week! I have tons of ideas that I want to get started with, but the most time-sensitive one is to make some self-watering planters for my balcony (so I can have time to grow some greens in the season). I wanted to do this without a 3D-printer last year, but I could never find any cases close to the right dimensions in the stores, and making the separator between the water reservoir and soil from off-the-shelf parts was not so easy with the cases I did find, so I hope I am able to make something functioning with my 3D-printer this year.

But I'm new to this, and I am looking for some advice to where to get started reading up on different concepts that will be relevant to this project. These are the things I am planning to dive into over the next weeks, and I am sure there are plenty of things I have not thought about at all:

  1. Splitting and joining 3D-printed objects: The overall base area of the planter is too large for my 3D-printer to do in one go, and I am likely going to need four parts that I need to fuse together. I am thinking there are many "standard" ways of doing this, such as splitting with a jigsaw-puzzle pattern? I am also planning to simply glue to the parts together along the seam, and add an additional layer of glue along the boundary. Which leads to concerns about...

  2. Water tightness: I know that making watertight prints is not the easiest thing in the world. The container should be able to contain water without leakage, and I am planning on reading up on all the ways to make the prints themselves as impermeable to water as possible. I am sure there are much to learn in terms of slicer settings here. In addition, I will look into different coatings I can finish it up with, such as a layer of water-proof wood glue. However, the water here will be absorbed by the soil and then by the plant's roots, so this coating should be non-toxic.

  3. Material choice: To begin with, I will only have PLA available, but I can get other filaments if needed. There are two immediate concerns I have about this: whether it is food-safe (for the same reason as above) and whether it is suitable for outdoors use. It will not be in direct sunlight, as I will build a wooden case around these 3D-printed containers, but the planters themselves will be, so it could get a little hot during Summer. Any other considerations I need to make?

  4. Modelling the parts: I am already familiar with Blender, and planned on using it for the first project. I have FreeCAD installed, but zero experience. The shapes are simple, and I am sure I can draw up something in Blender in no time. But since I want to split them up, and join them ideally as flush as possible, will the models be precise enough? Dimensional precision is the main reason I've heard for using CAD-software over Blender for hobby basis.

21
submitted 5 months ago* (last edited 5 months ago) by cyberwolfie@lemmy.ml to c/linux@lemmy.ml

I frequently use KRunner to do simple sums when doing my accounting. I keep a ledger with numbers formatted as e.g. 1,000.00. My system settings in KDE for number formatting under Region & Language is set to British English, i.e. the way I want it. However, whenever I copy a sum from KRunner, e.g. "1000.25 + 1000.25", it is copied as "2000,5" (i.e. no thousands-delimiter, wrong decimal point and only one decimal number). It gets a bit annoying to change this manually.

I can't seen to find any specific settings for this in KRunner or the Calculator plugin, and I would expect it to respect KDE's own settings.

Does anyone know how to force KRunner to do my bidding here?

3
submitted 6 months ago* (last edited 6 months ago) by cyberwolfie@lemmy.ml to c/homeassistant@lemmy.world

I have a set of Samsung washer and dryer that can be hooked up to Samsung SmartThings. I have no interest in making a Samsung account and having my washers and dryers communicate with anything outside of my network.

But since it has some kind of "smart" functionality, I was wondering whether anyone has been able to get this information without ever onboarding it with SmartThings?

Both machines set up their own WPA2-protected WiFi network when running.

31
submitted 6 months ago* (last edited 6 months ago) by cyberwolfie@lemmy.ml to c/linux@lemmy.ml

I have a server running Debian that has been connected to WiFi for a long time, but I have since moved it and given it a wired connection. It still seems to be using WiFi though, and in my router settings it shows up as connected through WiFi and not through ethernet.

Now I want to make sure that I can switch over from WiFi to ethernet directly from an ssh-connection so I won't have to connect a screen to get direct access.

What is my best bet here? A lot of the tools I find used for different network operations are not pre-installed, and I don't want to be installing just everything being suggested. Can I solve this by installing network-manager and using nmcli?

EDIT: I also want to disable the wireless card.

EDIT2: No eth-interface shows up when running ip link show, EDIT3: but r8169 0000:02:00.0 enp2s0: renamed from eth0 shows up in dmesg and enp2s0 shows up in ip link show, so I guess it is recongized then.

[SOLVED] EDIT4: I made the modifications manually in etc/network/interfaces, and now it seems to work. I entered the following lines:

auto enp2s0
iface enp2s0 inet dhcp

And then it showed up in my router. I then continued to comment out the lines enabling the wireless interface, and after reboot it works fine still.

18
submitted 6 months ago* (last edited 6 months ago) by cyberwolfie@lemmy.ml to c/linux@lemmy.ml

SOLVED: BananaTrifleViolin's post contains the solution.

Flatseal won't start by itself anymore, which is a known issue. I got it running by running

GSK_RENDERER=gl com.github.tchx84.Flatseal

and inspired by a response in the above linked issue, I wanted to add GSK_RENDERER=gl as a variable in Flatseal so I could open it without having to manually run this in the terminal.

However, I seem to have screwed that up, and written GSK_RENDERER=ng instead, because the application still won't run, and now I get the following output anytime I try to open it by the method above:

(com.github.tchx84.Flatseal:2): Gsk-WARNING **: 22:09:54.997: Unrecognized renderer "ng". Try GSK_RENDERER=help
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:782: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:814: FINISHME: support more multi-planar formats with DRM modifiers
Gdk-Message: 22:09:55.406: Error 71 (Protocol error) dispatching to Wayland display.

However, I can't for the life of me seem to correct this. I've tried running the above command again, I've tried overriding it with flatpak:

flatpak override --env=GSK_RENDERER=gl com.github.tchx84.Flatseal

(which yielded a "permission denied", and nothing happening after running with sudo)

I've reinstalled the applications several times, including removing the config files from ~/.var/app/com.github.tchx84.Flatseal and checked that /var/app/ does not contain any config files.

I just want to reset the user input changes I made to this flatpak and start over, but I'm getting no where...

26
submitted 6 months ago by cyberwolfie@lemmy.ml to c/linux@lemmy.ml

After a fairly hassle-free year or so with this Epson ET-2815 printer, the cyan now won't print at all (no lines, no nothing - printing a full cyan page just yields white). I believe the print head is fully clogged and I want to perform a print head cleaning. I need the epson-printer-utility to do so (available from here, manual here), which I did not set up when I initially set up the printer.

I have installed epson-printer-utility as instructed and run it through the terminal, but I am met with a error message saying "The printer was not found". The printer is otherwise found on the network and configured in CUPS, and I can print just fine with it (up until the cyan channel now doesn't work anymore).

I ran across this old post suggesting that the udev-rule is copied over to /etc/udev/rules.d, but the installation process seems to have taken care of that already.

This print head function is also available through this god-awful mobile app that I had to use to set it up, but now the app also cannot find the printer, even though I try to connect directly to the IP. I have ensured that my phone is on the same network as the printer, but alas.

This happened straight after I set up the integration in Home Assistant, but I imagine this is just a coincidence. I last used the printer just over a month ago.

Anyone have any experience dealing with this?

22
submitted 7 months ago by cyberwolfie@lemmy.ml to c/kde@lemmy.kde.social

After a system start today, I was suddenly prompted with KDE Wallet requiring a password. I have not needed this before, and I could not seem to enter a password it would accept ("Error code -9: Read error - possibly incorrect password."). I can't remember setting this up, but it might have been something I did when I first set up my system. However, I would either have remembered it or stored the password in my main password manager, and there is no trace of it there.

To fix this, I created a new wallet and set that to be the default. Now, it works, and it is generally fine as it was not used for much, but I have one big issue: Signal used kwallet as its credentials manager, and now I can't open the Signal database.

Before I accept my losses and recreate the database from scratch, I wanted to know if anyone have experienced anything similar, and if there are some tips to restoring the original keychain? As I said, I don't know the password, so my guess is that I'm outta luck...

8

I've been waiting to finish up with some major life stuff before diving into the world of 3D printers. Now that is finally behind me, and I am currently trying to find out which printer I want so that I can place an order.

So far I've set my eyes on the new Prusa CORE One. It ticks a lot of the boxes that I think I am after, including:

  • As open as I can get (before going into that Voron-stuff, which I think I'm not ready for). I don't want to be bogged down with having to run proprietary slicers through Wine and things like that. I am not sure how big of an issue that is with e.g. Bambu or Creality (if at all), but I've seen enough rug-pulls and enshittification processes that I don't really want to risk that. I want to be sure that I can use FOSS tools such as Blender and FreeCAD for design, and similarly open slicers, and the whole workflow will work just fine.
  • As future-proof as I can possibly hope for. I think the upgrade path from the MK4 to CORE One shows that they are serious about sustainability and longevity of their devices, and as far as I can tell, I should have no troubles sourcing replacement parts. I also want to support companies with this philosophy.
  • Has a decent print volume (I know there are bigger, maybe I will be constrained by this at some point?)
  • Enclosed - a major reason I did not want the MK4S was that it was not enclosed (but maybe you can get an enclosure?). It will be placed in my study where I spend most of my computer time (which often times is a lot, so I imagine I will be in the room while it is printing). I imagine, with the additional filter, that it will be better with an enclosure. Also, it will be easier to keep good temperature control during prints, as it can get cold here during winter.
  • Locally produced (I'm EU based).

I understand that other manufacturers provide more "bang for the buck" and that I in that sense will be overpaying feature-wise. I am fine with that given my emphasis on the above criteria.

However, I am a complete newbie to 3D-printing. I am sure there are some limitations I have not thought about, and I was wondering if there are any major things I have not thought about that would actually affect me negatively and should make me reconsider this model?

[-] cyberwolfie@lemmy.ml 171 points 8 months ago

It's insane that this bullshit can be pushed again and again and again. It gives me some comfort that they have still not succeeded, but they only need to succeed once, and if they are not blocked from putting this forward again, we would have to succeed again and again and again.

[-] cyberwolfie@lemmy.ml 37 points 1 year ago* (last edited 1 year ago)

You don't have to use all services. I have the Unlimited plan and use mail with custom domains (+ the included SimpleLogin account) and VPN mostly, and Drive for backup (no Linux client yet makes it a no-go for daily use, but I have my own Nextcloud server that serves my purpose fine). Pass I have not tried (I use another manager), and Calendar I also don't use.

I still feel I am getting my money's worth.

[-] cyberwolfie@lemmy.ml 71 points 1 year ago

And I just discovered this some weeks ago. The "woah there, pardner!" is so cringeworthy.

[-] cyberwolfie@lemmy.ml 43 points 2 years ago

I've had a Fairphone 4 for just under a year running CalyxOS, and I am very happy with it. Not sure when / if CalyxOS will be available for FP5, but unless they have locked down anything, I don't see why that shouldn't happen. If I understand your post correctly, it is already available with e/OS/?

Maybe the specs are underwhelming, but with the FP4, it does not affect me the slightest based on my use case. Phones are more than good enough already. I do not play any games on my phone. Camera could be better - maybe it is on FP5? Is it the perfect phone? Nope, but at the moment, I think our choices are too limited if you want privacy and repairability. Supporting a company that pushes these kinds of phone is also a reason I went with this phone.

Swapable batteries are nice - I've not made use of it yet, but I am planning on getting one or two spare batteries for travel to keep in a printed case. In the EU, this will be mandatory in the future, but first form 2027. Other than that, I am happy with the ability to buy spare parts if something breaks. I can't see myself ever buying something that is deliberately unrepairable again when there is no reason it should be. I don't mind the lack of 3.5mm-port, which I know irritates a lot of people. If you swear to this, I can understand that this is disappointing. There exists an adapter, but my experience with these kind of adapters is that they quickly wear out. That was my experience with the iPhone and Apple's own adapters at least. I burned through four in 1-2 years.

view more: next ›

cyberwolfie

joined 2 years ago