mub

joined 2 years ago
[–] mub@lemmy.ml 7 points 5 days ago (1 children)

A reasonable excuse to look at butt holes.

[–] mub@lemmy.ml 0 points 3 months ago (1 children)

I just described a cog as a circle with teeth and my son thought it was funny to call the sticky out bits as teeth.

I'm just hoping he doesn't ask about crenellations next.

[–] mub@lemmy.ml 0 points 3 months ago (1 children)

I'm waiting for the day when these enhanced terminals go full GUI and mouse driven.

[–] mub@lemmy.ml 1 points 6 months ago (2 children)

My torrenting level is very casual and (sry) I only leech. Also my ISP is a small one in the UK. Our Government seems to only force the big ISP to tattle on its users and block pirating sites. At least that's how it has been for the last 10 years.

I have qbittorrent and Plex on my server. It is tempting to setup a VPN just for qbittorrent just to be sure.

[–] mub@lemmy.ml 5 points 6 months ago

I think the desktop is evolving, and may one day become effectively irrelevant, But there is still a long way to go before local compute goes away, which means a local OS is still needed.

[–] mub@lemmy.ml 9 points 6 months ago (3 children)

In the server world, yes. The desktop is the place that needs to be won over.

[–] mub@lemmy.ml 1 points 7 months ago (1 children)

I dual boot windows and EndeavourOS. Every 6 to 12 months I make a concerted effort to make the switch 100% but it hasn't worked out yet. So while Linux is great windows is unavoidable. In this use case I suspect managing Windows tools will be simpler, though I agree that effectiveness next to Linux options won't be equal.

[–] mub@lemmy.ml 1 points 7 months ago* (last edited 7 months ago) (1 children)

That was kinda my point. Securing a laptop that will have access to data you want to protect from loss is a near bottomless pit of issues. There comes a point you have to do a risk assessment and apply a level of security that meets your legal requirements and contractual obligations. I'm sure this is all doable on Linux as well but the low cost / easily available tools are mostly for Windows.

I suspect that taking the "secured remote session" approach is probably good enough for their needs. It just needs a client app you can trust to respect the security rules they want to enforce (no screen shots, no screen recording, no data transfers for any sort, etc).

OCRing what is on screen is not really stoppable unless you force them to keep their camera on so you can monitor them 24/7. But if you try hard enough there is usually a way around most security measures.

Either way, they need to decide what the risk impact vs likelihood profile is, and what the business can tolerate. They'll need to discuss it with legal and data protection folks to assess that.

One tip is to embed records and values that look meaningful, but are unique, into the copy of the data given to the specific employee. This can be used to potentially prove that a data breach was a result of something that employee did. We like to put QUID's as invisible watermarks in document headers. These trigger our DLP systems which is always funny cos its usually an employee who is leaving and wants to keep something. I love those conversions.

[–] mub@lemmy.ml 1 points 7 months ago (7 children)

"Easy" from the point of view there a lots of off the shelf tools to help you do it that are easy to understand.

[–] mub@lemmy.ml 5 points 7 months ago* (last edited 7 months ago) (12 children)

This is the only reliable solution. To expand:

  1. Provide a Laptop with Windows on it, because that is easier to lockdown.
  2. apply desirable OS lock downs like blocking usb ports prevent storage devices, don't give the user admin rights, etc.
  3. Setup a VPN server (openvpn should do) and configure the laptop with a VPN client. Configure the client so it blocks network connections that don't go via the VPN. If you want to give them internet access you'll need a proxy and firewall and DLP solution. At this point it all gets very complex and expensive.

The real answer is you are probably screwed without investing a bunch of time, effort, and cost.

You might get away with more basic security measures if the user has very limited IT knowledge.

I suggest getting legal advice before you give the user access to your data in the manner you intend.

[–] mub@lemmy.ml 5 points 8 months ago

Not seen that option, it.might be useful. However, If I move from Plex it needs to be familiar to everyone else in the house. Retraining them is tricky.

[–] mub@lemmy.ml 5 points 8 months ago

Yeah tizen based TV. So no android apps.

 

I'm using EndeavourOS (Arch btw) with KDE plasma 6.x (Wayland), SDDM, and systemd as boot manager. I have 2 displays, one HDMI-A-1 (1080p) and one on DP-1 (Ultrawide).

When I boot the password entry cursor defaults to the HDMI display, but I want it to default to the DP-1 display.

I've tried a few things, mostly suggestions from ChatGPT. But nothing has worked. The weird thing is at boot the boot menu and boot messages all appear on DP-1, and it is set as primary in KDE and that works fine as well. It is just the logon prompt that defaults to the wrong display.

Things I've tried so far.

  • Adding video=DP-1:e to the options in the systemd entry - (No effect)
  • Edited /etc/sddm.conf.d/wayland.conf to run a script that did the following: kwriteconfig6 --file startkderc --group General --key PrimaryScreen DP-1 (didn't fix it, actually broke the logon process so had to remove it)

I'm just not familiar enough with how SDDM works so hoping for some good pointers to provide the answer or point me in the right direction.

 

I'm running EndeavourOS and Windows 11. Each OS is on a separate disk, but I have a data disk that is currently NTFS that mount in both OSes. NTFS causes problems for some things in Linux, and I'm worried it'll bork the drive for windows eventually, so I'm keen to find an alternative. I've read about the WinBTRFS driver so wondering if that is a better way to go?

I don't want to run a server with a share to access this data because it is way to slow for my needs.

 

I have 2 screens attached to my EndeavourOS (KDE Wayland) PC. The secondary is HDMI the primary is Display Port. The boot menu and boot messages all appear on the primary display, but once the login appears the password entry defaults to the secondary. How do I force it to default to the primary?

-2
submitted 2 years ago* (last edited 2 years ago) by mub@lemmy.ml to c/linux@lemmy.ml
 

Not everything actually requires a GUI, obviously. But anything that requires configuration, especially for controlling a hardware device, should have a fully functional GUI. I know Linux is all about being in control, and users should not be afraid to use the command line, but if you have to learn another bespoke command syntax and the location and structure of the related configuration files just to get something basic to work then the developer has frankly half arsed it. Developers need to provide GUI's so that their software can be used by as many people as possible. GUI's use a common language that everyone understands (is something on or off, what numeric values are allowed, what do the options mean).

Every 12 to 18 months I make an effort to switch to Linux. Right now I'm using Archlinux, and it has been a successful trip so far, except my audio is screwed, I can't use my capture card at all, I had issues with my dual displays at the start, and the is no easy way to configure my AMD graphics card for over clocking or well anything basic at all.

I'm not looking for a windows clone, I love that I can choose different desktop environments and theme many of them to death. I even like the fact there are so many distros. Choice is a big part of linux, but there is clearly a desire to get more people moving away from Windows and until that path is 95% seamless most people just won't. Right now I think Linux is 75% to 85% seamless depending on the use case and distro but adding more GUI front ends would, imho, push that well into the 90% zone.

GUI is not a dirty word, it is what makes using a new OS possible for more people.

EDIT: Good conversation all. This is genuinely not intended to be a troll post, I just feel it is good to share experiences especially on the frustations that arise from move between OSes.

1
submitted 2 years ago* (last edited 2 years ago) by mub@lemmy.ml to c/homelab@lemmy.ml
 

Server

  • Lenovo M700 Tiny Mini PC i7 6700t / 16GB RAM / 256GB M.2 + 1TB SSD
  • OS - Linux Mint
  • Hosting - Plex, qbittorrent, SMB, Minecraft, Terraria

"Core" Switch

  • TP-Link 5 Port Gigabit Switch

WIFI and Internet Router / Firewall

  • Ubiquity Unifi Dream Machine
view more: next ›