Add user to sudoers
This is just a note really to myself as I always have to look this command up because I do not use it often. To add a user to the sudoers: I’m actually embarrassed I am posting this here to remember.
This is just a note really to myself as I always have to look this command up because I do not use it often. To add a user to the sudoers: I’m actually embarrassed I am posting this here to remember.
Today I noticed an alert that WordPress version 7.0.3 was available. I decided to update, but got the annoying prompt to enter FTP credentials. Usually, just running chown -R wwwrun /srv/www/htdocs would usually fix the issue, but not today. After digging around, I found I needed to add three lines to my wpconfig.php config file… Read More: WordPress asking for FTP credentials again »
I came across an issue with trying to use the ping command after I installed the latest SparkyLinux (A Debian based distro). It would only work when run as sudo, but I got an error, “missing cap_net_raw+p” when run as a normal user. After some digging, I found the solution on a blog post at… Read More: Debian Ping not working »
I use Action1 to manage endpoints across many locations. The one thing Action1 is not excellent at and does not plan to be is a great remote access tool. Self-hosting RustDesk fits in perfectly for this need. I created a powershell script that can be run via Action1 to quickly install the RustDesk client onto… Read More: Install RustDesk via Action1 »