i_am_hiding

joined 2 years ago
[–] i_am_hiding@aussie.zone 1 points 3 days ago

Libre means "with little or no restriction," whereas Gratis means “at no monetary cost."

[–] i_am_hiding@aussie.zone 9 points 4 days ago (6 children)

I'll absolutely take FLOSS if I can get it, but failing that, FOSS is still a nice improvement over closed-source software.

[–] i_am_hiding@aussie.zone 7 points 4 days ago (1 children)

The only Windows PC I use is my work computer.

GPO blocked WSL.

I can't even escape to a command line with the right flavour of slashes between directories. For eight hours a day, all hope is lost.

[–] i_am_hiding@aussie.zone 2 points 4 days ago

One is an error margin, the other a factor of safety!

[–] i_am_hiding@aussie.zone 3 points 5 days ago

My mail server is in the cabinet above my desk.

I guess you're right - my mail provider does have all my data - but my mail provider is Me!

[–] i_am_hiding@aussie.zone 9 points 1 week ago

You can try, but all the arable land is already taken. There's a reason nobody lives in the empty spots.

[–] i_am_hiding@aussie.zone 57 points 1 week ago (7 children)

Just because the Americans are asleep doesn't mean the Australians learnt to speak other languages!

Heck, I'm not sure we've even got the hang of English half the time.

[–] i_am_hiding@aussie.zone 14 points 2 weeks ago (2 children)

I live on the other side of the world, so my chances of going to the US are much lower than yours. Nonetheless, I have always maintained the same opinion.

It is not worth going to the United States. If I say the wrong thing or step in the wrong place, I'll be shot or sued or both, probably in that order. And if I'm injured, I'll be financially ruined.

If my employer wishes me to go to France or Switzerland or Japan, who they do business with regularly, I will be willing to go. But if they ask me to go to the United States, who they also do business with, I will refuse even at risk of losing my job, which I like very much. I believe it is one of the most dangerous "civilised", "western" countries now, at least to outsiders.

[–] i_am_hiding@aussie.zone 60 points 2 weeks ago (4 children)

I Rick Rolled my entire school this way. Write a program that maxed the volume and held it there at 100%, minimised all open windows, downloaded a photo of Rick Astley and set it as your wallpaper, then started playing Never Gonna Give You Up. The only way to stop it was to power off the computer or wait the song out, then manually fix your wallpaper.

I saved the executable in a publically accessible location on the school's server that I shouldn't have had write access to, and sent a cleverly disguised link to a mate. He thought it was hilarious, and forwarded the email to a dozen of his mates. They forwarded it to all their mates, and pretty soon no teacher could go 60 seconds without another one of their students' laptops interrupting the class at max volume.

Best bit? I "taught a valuable lesson in cybersecurity" and didn't get in (much) trouble!!

[–] i_am_hiding@aussie.zone 1 points 1 month ago

Infinitely disappointed it's not this one

[–] i_am_hiding@aussie.zone 6 points 1 month ago (1 children)

Tell me you're too young to have used "Ask Jeeves" without telling me

[–] i_am_hiding@aussie.zone 4 points 1 month ago

At least in Russia if he sued he'd fall out a window.

so America are still the good guys, right?

43
submitted 1 year ago* (last edited 1 year ago) by i_am_hiding@aussie.zone to c/linux@lemmy.ml
 

Hi All,

I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it's Windows XP's fault.

On attempting to mount the drive with sudo mount /dev/sdc /mnt, I receive the following error:

mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.

The output of fdisk -l is as follows:

Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors
Disk model: Expansion Desk
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x00000000

Device     Boot Start        End    Sectors Size Id Type
/dev/sdc1           1 4294967295 4294967295  16T ee GPT

As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that's read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.

I tried overcoming this by mounting as follows:

$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt

however now I have a new error:

mount: /mnt: failed to setup loop device for /dev/sdc1.

Trying to mount with sudo mount /dev/sdc1 /mnt only yields

mount: /mnt: special device /dev/sdc1 does not exist.

I'm at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I've cracked the code, can I configure /etc/fstab to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that's only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.

Edit: Output of fdisk -l when connected via SATA. Note the sector size is now 512 and the drive mounts happily.

Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: HGST HDN724040AL
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: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54

Device     Start        End    Sectors  Size Type
/dev/sdb1   2048 7814035455 7814033408  3.7T Linux filesystem
 

Hopefully this is the right community to ask this question in.

I have been tasked with providing a way for a small team to send and receive text messages via a real mobile phone from their computers. Having daily driven Fedora since 2017, my first thought was KDE Connect SMS. Unfortunately, I have to be able to support Windows in this endeavour.

As such, I have three questions:

  • KDE connect is available for Windows, however as far as I can figure kpeoplevcard is not. Am I mistaken? Is there a way to get contact names syncing successfully in a Windows environment, even just one-way?
  • Despite the notification permission being granted on Android, incoming text messages produce no notification on Windows. I have read this may be a fault that occurs when the Android client was installed from F-Droid. Is this the case? I haven't made a Google account for this device, so perhaps I need to do that and install the Play Store version.
  • MMS images appear fine in the KDE Connect SMS application, however they are only thumbnail sized and can not be saved as a file or copied. Can they at least be made bigger, if not exported?

I'm worried that KDE Connect may not be the correct choice for this use-case if these issues don't have workarounds. I may have to use Google's Messages for Web, but that doesn't allow concurrent connections from multiple PCs like KDE Connect does - and it will mean I have to deal with Google.

view more: next ›