I post content. You view content. I moderate content. You no like, you no pay

  • 6 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle
  • Red@reddthat.comtoLinux@lemmy.mlKDE often not sleeping when idle
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    2 months ago

    Close, that is because of the wakeup. (I think)

    See all of your devices that make your computer: cat /proc/acpi/wakeup

    Toggle all of them one by one:

    echo GPP0 | sudo tee /proc/acpi/wakeup (where GPP0 is the item in the left hand column)

    Cat again if you want to see if it’s disabled

    Keep going until you find the one that is ‘waking’ your computer back up after a sleep.

    When you find the right one, add it to your crontab so it turns it off on every boot:

    sudo crontab -e
    @reboot echo "GPP0" > /proc/acpi/wakeup
    







  • When I interview people, I don’t care how they get an answer, I want to see that they can get to the answer, ideally the correct one, but it doesn’t matter if it’s wrong. I want them to show me their problem solving skills and that they understand their own solution.

    If you can read existing code and understand complexities you are already better than 80% of these hires.










  • Yep. Keep the WAN port dhcp Client enabled if you can, just one less thing to worry about.

    Also take note that when you change the static IP of the new router it would conflict with the old one (and dhcp might fail). So you might need to set your local clients IP. Take note of the configuration it has and the steps to set it manually.

    The rest all sounds right.


  • Your router’s IP can be anything. Choose any internal IP address on your subnet.

    You can have 2 routers on the same subnet just make sure you disable DHCP on the new one while you perform the setup of everything else.
    Then when you want to switch over, toggle on dhcp on the new router and replace the cables and you should be fine. You’ll know it’s working when you plug into it and get a default route of the new router.




  • Red@reddthat.comtoMemes@lemmy.mlGoth
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I agree. It’s just I forget that people use IMAP and choose to not download their data to their devices and leave it on servers that they don’t control. 🤷

    Also at 150mb, and maybe a 10gb storage allowance it doesn’t leave much room for the actual text content 😂


  • Red@reddthat.comtoMemes@lemmy.mlGoth
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Ah! How interesting… work$ has been a Google shop for a while thus the 25m limit. Good work for o365 to enable the increase.

    Email is such a fickle system. I couldn’t imagine mobiles downloading 150m attachments when they only have a few GB of space…

    Maybe im just too old…