• 0 Posts
  • 45 Comments
Joined 11 months ago
cake
Cake day: August 24th, 2023

help-circle
  • Acters@lemmy.worldtoKDE@lemmy.kde.socialPlasma 6.1 is here!
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    16 days ago

    Well I think it was pretty toxic how people hit you with downvotes but reflecting on it, your comment was not meant for this thread.

    I do believe with a bit more info and some images, your post can be a completely new thread. I don’t know what fill tiling is or whatever that scripted WM could mean. I like your counterargument against DEs that focus on the dual interaction of mouse and keyboard that emphasizes the cursor control(inclusive of tablets and touchscreens)

    I firmly believe Linux currently is much more powerful than the other major OSes is due to the fact that it can be heavily automated. So if you do end up making a thread on your DE, let me know






  • Yes, but I usually add my public key to the authorized_keys file and turn off password authentication once i do login with a password. On top of that, I have a sshpass one line command that takes care of this for me. It’s much easier than trying to manually type a password for the next time. I save it and just run it every time I think about using password login. Next time I need to ssh, I know the password login is not necessary.

    sshpass -p ‘PASSWORD’ ssh USER@IP.ADDRESS “echo ‘`cat ~/.ssh/id_rsa.pub`’ > ~/.ssh/authorized_keys && echo ‘Match User !root
    PasswordAuthentication no
    Match all’ > /etc/ssh/sshd_config’ && exit” && ssh USER@IP.ADDRESS

    At the next reboot, your system will now only accept key logins, except for root. I hope the root user password is secure. I don’t require it for root because if a hacker does gain shell access, a password(or priv esc exploit) is all they need to gain root shell. It is also a safety net in case you need to login and lost your private key.








  • You are on Linux, obviously that fixed your problem. But yeah, the setting for faster wakeup from sleep is hidden somewhere, and Microsoft does not want that to be toggled off and may even ignore it, lol

    Windows keeps the computer awake and does not do sleep like it used to anymore. S3 sleep, that is. Keeps wifi connected and all that jazz. Battery drain is significantly worse now.




  • Acters@lemmy.worldtoLinux@lemmy.mlBased KDE 🗿
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    7 months ago

    KDE’s plasma centered Linux Operating system. So to not be overly pedantic, I stuck with what this lemmy post was about. I didn’t say the plasma desktop environment was an OS.

    I said “a linux operating system made by the KDE team” in which the KDE team referenced their OS as Plasma in the Mastodon post, or “toot,” shown in this lemmy post.


  • Acters@lemmy.worldtoLinux@lemmy.mlBased KDE 🗿
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    I said its a linux operating system, and the whole installation from Desktop environment to the compiled kernel and preinstalled executables was carefully made by the KDE team. They literally said Operating system on their mastodon post, “toot,” this lemmy post shows. So its correct what I said



  • Yeah, this is the way, doing it manually is fun and all but its highly unnecessary extra effort as there are very little reasons as all of it is just configuration of the system. Archinstall is just the Text-GUI version that still offers the customize ability of the install. Heck you can load a configuration file that you can make before hand so that you don’t need to babysit the installation and can reproduce it in other systems/PCs.