mlfh

joined 1 year ago
[–] mlfh@lemmy.ml 39 points 2 weeks ago (1 children)

Anyone who's had to open a Microsoft support ticket can assure you technical support is already not available from Microsoft.

[–] mlfh@lemmy.ml 28 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

I actually have my whole home directory like that for that reason haha

bin - executables
dev - development, git projects
doc - documents
etc - symlinks to all the local user configs
med - pictures, music, videos
mnt - usb/sd mountpoints
nfs - nfs mountpoints
smb - smb mountpoints
src - external source code
tmp - desktop
[–] mlfh@lemmy.ml 28 points 3 weeks ago (6 children)

~/dev/, with project/org subdirectories

[–] mlfh@lemmy.ml 13 points 1 month ago (2 children)

If you're trying to have password auth be a second layer on top of key auth (requiring a password after connecting with your ssh key), you can add the following to your server's sshd_conf:

AuthenticationMethods "publickey,password"

[–] mlfh@lemmy.ml 2 points 1 month ago

/dev/sda is the whole raw disk - you typically don't want to directly interact with /dev/sda, unless you are partitioning or overwriting it. There are a few layers between that device and the files:

  • raw disk - /dev/sda
  • disk partition - /dev/sda1
  • luks container - when unlocked, mapped to /dev/mapper/{name}
  • ext4 filesystem inside the luks container, mounted somewhere like /mnt, /media, etc

You'll need to find where that ext4 filesystem is mounted, and run the chown command on that. You can run lsblkand see a tree of the above hierarchy, with the ext4 filesystem's mountpount shown in the right-hand column.

[–] mlfh@lemmy.ml 39 points 1 month ago (2 children)

Nikita Khrushchev, in his own memoir, stating clearly that the USSR could not have won the war on its own:

I would like to express my candid opinion about Stalin's views on whether the Red Army and the Soviet Union could have coped with Nazi Germany and survived the war without aid from the United States and Britain. First, I would like to tell about some remarks Stalin made and repeated several times when we were "discussing freely" among ourselves. He stated bluntly that if the United States had not helped us, we would not have won the war. If we had had to fight Nazi Germany one on one, we could not have stood up against Germany's pressure, and we would have lost the war. No one ever discussed this subject officially, and I don't think Stalin left any written evidence of his opinion, but I will state here that several times in conversations with me he noted that these were the actual circumstances. He never made a special point of holding a conversation on the subject, but when we were engaged in some kind of relaxed conversation, going over international questions of the past and present, and when we would return to the subject of the path we had traveled during the war, that is what he said. When I listened to his remarks, I was fully in agreement with him, and today I am even more so.

-Khrushchev, Nikita Sergeevich; Khrushchev, Serge (2004). Memoirs of Nikita Khrushchev: Commissar, 1918–1945. Penn State Press. pp. 638–639.

[–] mlfh@lemmy.ml 21 points 4 months ago (2 children)

Ctrl+r was a life-changer when I first learned it.

[–] mlfh@lemmy.ml 5 points 5 months ago (1 children)

I'd recommend a full battery calibration before running the command one more time, if you haven't already (charge the battery fully, leave it on the charger at 100% for a while, then fully discharge until it shuts itself off, leave it for a bit, then fully recharge while off). If the calibrated values line up with a full:design ratio of ~80%, especially with a 10-year-old battery with almost 700 cycles on it, my take is that's pretty great.

That said, I think the best way to get an accurate feel for the health of an old battery is to put it through one full cycle of normal use and time how long it takes to die.

[–] mlfh@lemmy.ml 15 points 6 months ago

If you're genuinely worried about this, you shouldn't be using untrusted machines for remote access.

[–] mlfh@lemmy.ml 6 points 6 months ago

Apache Guacamole might be a good option. "Clientless" (browser-based), supports various mfa, uses ssh/vnc/rdp on the backend.

However, if the data on that machine is sensitive, or if that machine has access to other sensitive things on your network, I'd suggest caution in allowing remote access from untrusted machines on the wider internet.

[–] mlfh@lemmy.ml 30 points 7 months ago (4 children)

powertop is a cool tool that can analyze your machine and provide a list of suggested power optimizations

[–] mlfh@lemmy.ml 30 points 8 months ago* (last edited 8 months ago) (7 children)

DNS is what you're looking for. To keep it simple and in one place (your adguard instance), you can add local dns entries under Filters > DNS Rewrites in the format below:

192.xxx.x.47 plex.yourdomain.xyz
192.xxx.x.53 snapdrop.yourdomain.xyz
view more: next ›