• 2 Posts
  • 102 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle

  • In 1999 when the entire town was on dialup, I set up this relatively small PC with FreeBSD 3.3 and eggdrop, and hid it in the school library. That way I had an IRC bot that worked while I was offline. After a while I also set it up to automatically grab files from FTP servers for me, but getting these out from the “server” offline was tricky due to 1.44MB floppies being the only removable storage I had available.

    Back then internet carried dialup charges per minute for me, so this was a huge time and money saver.











  • Norway - Similar to many European countries, owning a gun requires a certifiable reason to do so, which basically means hunting or target shooting. Loads of guns here, as there’s a lot of moose and deer. Obtaining and owning a hunting rifle requires skill tests and a theoretical exam, and you need to be part of a hunting group.

    ARs are banned for obvious reasons. The only exception is for people who are army reservists who are (were?) allowed to store their service weapon at home, if they have proper secure storage options available. This may have changed since I was a reservist myself, but those were the rules in 2007 at least.

    Pistols are legal for target shooting, but with strict background checks and so forth. Plus you have to be part of a target shooting club. Getting a pistol is generally harder than a rifle, as a means of preventing pistols from ending up on the streets. Gun voilence happens, but it is extremely rare, and mostly tied to gangs and/or organized crime. Except from this asshole in 2011.

    Carrying permit for guns is pretty much none existent. To/from hunting or shooting range.

    Self defense is not a valid reason for obtaining and carrying a gun. You don’t really need it either. The only exception is Svalbard where is is possible due to polar bears. And even then, you can’t be an idiot about it; a few years ago this dumbass got permanently banned from the Svalbard territory after intentionally provoking a polar bear, then shooting it, claiming self defense.


  • Install steam and test which of your games will run in mint. Some might require proton, but I’m sure you’ll find that you don’t need that many reboots.

    In my opinion, the full potential of linux is gained via the command line. The GUI is just an abstraction layer, and various distros have various approaches to this abstraction. Comman line familiarity is far from a necessary step, but it sure is a useful one.


  • vettnerk@lemmy.mltoLinux@lemmy.mlSell Me on Linux
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    8 months ago

    I have exactly zero experience in what work a law office does, but I would think it’s mostly paperwork and email? If so you can do that at no startup costs.

    Pick a distro (pop, mint, whatever), and install libreoffice or one of its many variants for offfice integration.

    A common misconception is that linux involves a lot of coding. Sure, it can if you want to - all the hooks for programatical access are there, for example if you want to build shell scripts for automation. But you don’t need to. It’s just an option many linux users, myself included, like to take advantage of.

    When it comes to convincing you, all I can say is this: It costs you nothing to try.




  • vettnerk@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    25
    arrow-down
    1
    ·
    edit-2
    8 months ago

    Awesome! I’m one of the guys peer pressuring you in the other thread, and I’m glad to see it worked.

    It also just so happened that you went for the same distro that I use on my desktop.

    What’s going to be the primary use of this laptop other than having linux installed? Any projects or use cases in mind? I’m asking because I found out some time around the turn of the century hat the best way to learn linux is to use it for something one would otherwise do in Windows.


  • Linux is very picky when it comes to attached storage. Seeing as it’s an external drive, especially when it comes to ntfs, something linux will usually refuse to automount if the filesystem is detected as not being clean. Clean in this context means that it was unmounted properly last time it was use.

    When a filesystem is mounted, a flag is set. This flag is then unset upon a proper unmount. When you yank the drive without unmounting first, this flag will remain, and the filesystem will therefore be considered as unclean, and will require manual intervention. This is a feature that has the potential to prevent dataloss if there are worse things at play.

    Try to plug in the drive and run dmesg - It might tell you if an unclean filesystem was detected, or any other issues.

    An unclean filesystem is usually fixed by running fsck.