• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: May 31st, 2023

help-circle


  • hillbicks@feddit.detoLinux@lemmy.mlSell Me on Linux
    link
    fedilink
    arrow-up
    10
    ·
    11 months ago

    My advice is try using existing documents with Libre office. You can install it on windows as well.

    I use Linux for over twenty years now and installed windows on a vm last week to Wirte my resume. Libre office is fine, you run into problems when opening and editing existing ms office documents. At least that is my experience.

    But give Libre office on windows a shot, see if you like it.





  • I regularly comments from users who were not aware or the financial situation. Maybe “we” need to promote it a bit more. But it is 332 per week, not month. At the beginning of the last migration it stood at 40 something, so we at least got some traction.

    Thanks for the update and thanks for the work guys, I really appreciate it




  • I would start with the minimal setup. Connect one of the non working machines to just the the switch, just to rule out any other equipment. Test all ports with this PC. repeat with the other two. Where are the similarities? Is something different?

    Also, the TL-SG105E is a managed switch. Connect it to the working PC and open the web interface. Default IP of the switch is 192.168.0.1 if there is no DHCP lease. Make sure the IP is not used twice in your setup. Make a fimrware update, make a factory reset on the switch.


  • Actually, two things went badly wrong here. The first is that Azure accepted an expired signing key, implying a vulnerability in whatever is supposed to check key validity. The second is that this key was supposed to remain in the the system’s Hardware Security Module—and not be in software. This implies a really serious breach of good security practice. The fact that Microsoft has not been forthcoming about the details of what happened tell me that the details are really bad.

    Jesus fucking Christ… I really did not expect this from Microsoft I have to say. The first one is strange already but the second one? Really looking forward to their explanation of this cluster fuck…


  • hillbicks@feddit.detoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    1 year ago

    Reolink ist the way to go. I think only the battery powered ones don’t have onvif. Otherwise the poe cameras all support onvif and are generally of very good quality. Plug it in and of you go. EDIT: Forgot to mention: You can configure the camera via the web interface, so no need for an app. I’m using the 820 at the moment, but I’m planning to get the new trackmix camera, these look really good.


  • It is absolutely possible to dual boot from a single harddrive. Don’t know about fedora, but the Ubuntu installer has taken care of that for ages now. Yes, it can fuck your windows install initially, but that is normally reversible.

    If you don’t know, a computer uses so called partitions and not the hard drive directly. Think of them as folders. Normally you have one partition which holds the bootloader information (one or two OS, or more) and then a partition for each OS. A little Programm after Turning on the computer let’s you choose which OS you want to boot.

    A lone Linux installation often has three partitions on one harddrive. One boot Partition, one for the OS and one for the home directory of all users. This way you can reinstall the OS without loosing your home directory.