governorkeagan

joined 11 months ago
[–] [email protected] 5 points 2 weeks ago

That makes two of us

[–] [email protected] 2 points 2 weeks ago (1 children)

I’ve done an Arch install the “manual” way a handful of times (mainly to say that I did it), but whenever I do an install now, it’s with the script. It’s probably the fastest I have ever installed a workable OS, ever! It works really well at getting what you need without too much fluff.

[–] [email protected] 5 points 3 weeks ago

Just open this link. It will show you a bunch of details about your device/browser.

The other GitHub link will show you the source code, which you could review yourself or maybe help contribute to the project.

[–] [email protected] 29 points 1 month ago

“Sponsor Block” is a game changer as well

[–] [email protected] 1 points 1 month ago

I’ve got a feeling it’s a static site but I’ll confirm to make sure.

[–] [email protected] 3 points 1 month ago

I'm referring to the fact that they don't use or have major rate limits on the APIs that they use for either Reddit or YouTube, respectively.

[–] [email protected] 4 points 1 month ago

Interesting, I didn't know that. Thanks for the info!

[–] [email protected] 1 points 1 month ago

You've given me a great jumping off point, thank you!

[–] [email protected] 8 points 1 month ago (8 children)

It's not very slow to scrape a website. Works quite well.

That's good to know, I'll look into that some more. I was thinking that it might be slow if I'm having to scrape each page, every time a user changes categories (or something similar).

The trouble with that is that it breaks easily when they change something on their site.

I completely forgot about that :(

[–] [email protected] 4 points 1 month ago

I really wanted to try BlendOS but the installer didn’t work at all for me and a couple others (this was when v4 was released). Haven’t tried again recently though.

[–] [email protected] 3 points 1 month ago (1 children)

I couldn’t even get the installer to work. Tried a couple times but it just wouldn’t install so I gave up on it - still want to try it though

[–] [email protected] 0 points 1 month ago (1 children)

It may have been deleted since I can’t find it either

68
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

Context, I’ve got some web dev experience but it’s all self taught from enjoying it as a hobby. Personally, the design aspect is probably worse for me.

I’ve been toying with the idea of trying to do something with the Lemmy API (even if it’s never shared publicly) but I’ve seen a handful of people complain about the API, is it really that bad?

I’d probably use React if I did do something.

EDIT: This is a prototype design I came up with, I'll play around with the API and see what I can do. I think that it could be a fun project, thanks for all the help!

Post Card:

 

I've been going through updating all of my accounts (passwords, 2FA, etc.), and I've noticed that there are a lot of sites that don't offer any form of MFA.

I can understand smaller services that might not have the bandwidth, but surely larger organisations are able to get this setup?

 

Has anyone outside the EU/UK recieved a response from the right to object form? I've heard that people outside of the EU/UK aren't getting responses with their wishes being honoured.

29
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

After everything that has happened with Raivo over the last few days it’s reminded me that I need to go through my accounts with 2FA enabled.

However, how do others keep things organised? My main 2FA app is Proton Pass but I’ll be adding Ente Auth as a backup alongside my Yubikey. In the past I saved a copy of the QR codes when setting up 2FA but I’d occasionally forget to save new ones.

Does anyone have a good system for saving either the QR code or setup code (not actually sure what it’s called) for future use?

EDIT: the code I’m referring to is the initial secret code used to setup the 2FA

Final Edit: I’ve settled on saving the QR codes into a folder that is setup as a git repo.

1
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

I’m referring to the advertising/digital display. I thought of using man_made=advertising + advertising=* but not of the examples on the wiki seemed to match very well.

EDIT:

I feel like an idiot for missing this but I found advertising=screen (1) after posting this

EDIT 2: Fixed the examples link

 
92
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

It has finally happened...not surprised though.

15
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

Context:

I updated my system last night (EndeavourOS) and it looks like the kernal didn't update correctly. When I restarted the system and entered my password for the encrypted drive, I get an error:

[FAILED] Failed to mount /efi
See 'systemctl status efi.mount` for details.

I can't remember the commands I used last night but I was able to check the version of the kernel I am using currently - uname -r I believe - and what is installed. There was a difference in versions.

Trying to fix the problem:

I attempted to chroot into the system via a live USB - tutourial, arch bbs & arch wiki.

However, when trying to mount the drive (/dev/sda2) I get an error message: mount: /rescue: unknown filesystem type 'crypto_LIKS'. I tried using cryptsetup luksOpen' and 'udisksctl unlock -b' but both return a similar error saying it is not an encrypted device. See fdisk -l results below:

[[email protected] ~]$ sudo fdisk -l
Disk /dev/sda: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: TOSHIBA KSG60ZMV
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: FC41E181-15E3-4444-8240-E68D52AFD07E
 
Device         Start       End   Sectors   Size Type
/dev/sda1       4096   2052095   2048000  1000M EFI System
/dev/sda2    2052096 481648511 479596416 228.7G Linux filesystem
/dev/sda3  481648512 500103449  18454938   8.8G Linux filesystem
 
 
Disk /dev/sdb: 57.3 GiB, 61524148224 bytes, 120164352 sectors
Disk model:  SanDisk 3.2Gen1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x7498467c
 
Device     Boot   Start     End Sectors  Size Id Type
/dev/sdb1  *         64 5249887 5249824  2.5G  0 Empty
/dev/sdb2       5249888 5575519  325632  159M ef EFI (FAT-12/16/32)
 
 
Disk /dev/loop0: 2.35 GiB, 2520530944 bytes, 4922912 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Snapper Snapshots:

I recently setup snapshots with Snapper since I'm using BTRFS. From what I understand, I can just roll back my system to before the system update (it takes a snapshot before and after installing anything) but I got confused on how to do that last night - troubleshooting at 2AM with a lack of sleep will do that...

What is the best way forward? I'm happy to provide more information if it helps.

EDIT: Output of lsblk

[[email protected] ~]$ lsblk -f
NAME   FSTYPE      FSVER            LABEL       UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0  squashfs    4.0                                                                     0   100% /run/archiso/airootfs
sda                                                                                                 
├─sda1 vfat        FAT32                        0BC7-CF22                                           
├─sda2 crypto_LUKS 2                            5c6d5430-3706-48e8-bffb-f680d8c19dda                
└─sda3 crypto_LUKS 2                            81a912d5-fb81-40ed-a60f-0af27314b661                
sdb    iso9660     Joliet Extension EOS_202404  2024-04-20-15-57-10-00                              
├─sdb1 iso9660     Joliet Extension EOS_202404  2024-04-20-15-57-10-00                     0   100% /run/archiso/bootmnt
└─sdb2 vfat        FAT16            ARCHISO_EFI 7156-9697  

EDIT 2:

[[email protected] ~]$ lsblk -a
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0    7:0    0   2.3G  1 loop /run/archiso/airootfs
sda      8:0    0 238.5G  0 disk 
├─sda1   8:1    0  1000M  0 part 
├─sda2   8:2    0 228.7G  0 part 
└─sda3   8:3    0   8.8G  0 part 
sdb      8:16   1  57.3G  0 disk 
├─sdb1   8:17   1   2.5G  0 part /run/archiso/bootmnt
└─sdb2   8:18   1   159M  0 part 
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=0BC7-CF22                            /efi           vfat    fmask=0137,dmask=0027 0 2
/dev/mapper/luks-5c6d5430-3706-48e8-bffb-f680d8c19dda /              btrfs   subvol=/@,noatime,compress=zstd 0 0
/dev/mapper/luks-5c6d5430-3706-48e8-bffb-f680d8c19dda /home          btrfs   subvol=/@home,noatime,compress=zstd 0 0
/dev/mapper/luks-5c6d5430-3706-48e8-bffb-f680d8c19dda /var/cache     btrfs   subvol=/@cache,noatime,compress=zstd 0 0
/dev/mapper/luks-5c6d5430-3706-48e8-bffb-f680d8c19dda /var/log       btrfs   subvol=/@log,noatime,compress=zstd 0 0
/dev/mapper/luks-81a912d5-fb81-40ed-a60f-0af27314b661 swap           swap    defaults   0 0
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0

EDIT 3:

I think I have fixed it. I have chrooted and am busy running sudo pacman -Syu

EDIT 4: /efi still fails to mount.

 

My wife and I have just recently had our first child and I'm looking at getting a decent baby monitor (or security camera) setup.

Our place is not very big at all (think a studio with a separate bedroom/bathroom). I was given a cheap security camera to use for now but I want to start planning for when we move into a bigger apartment (security cameras) and a generally better system for monitoring our baby when we are in another room and cannot hear.

Should I invest in a baby monitor now or would it be better to invest in a decent security camera system instead?

I'm based in the EU and am quite tech-savvy so I don't have a problem setting things up myself if it means a better system.

98
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

I've been using Linux for about 7 months now and have become a lot more comfortable using the terminal but I feel like there is more that I can learn.

Most of my work is done in a browser or DaVinci Resolve. I do try to use the terminal where possible but it's limited due to my workflow.

Are there any interactive sites where I can practice/learn the terminal? I'm going through Linux Survival at the moment.

EDIT: I forgot to add some important details.

I don't have a massive need for the terminal for my current workflow but I think it is important to know (looks good for any future job applications as well) and expand your knowledge on things that interest you when possible.

In the future, I hope to have a home lab/NAS running Linux. I will most likely SSH into that and I'd like to deal with any issues via the terminal.

I use Arch btw (technically EndeavourOS)

20
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

I was trying to find some medicine today and realised I need a better system to organise what I have and know what I don’t have. Currently, everything is kind of thrown into a drawer.

Ideally it will be seamless enough that it doesn’t become a chore when I need to add or remove something.

EDIT:

Thank you for all the suggestions thus far. I just want to make a small clarification.

I'm not looking for a system to organise the medicine/vitamins that I am currently taking (although the ideas provided are super useful). I'm thinking more along the lines of a "stock management" system for the stuff I am not actively using.

I came across this software as an example.

 
view more: ‹ prev next ›