Author: Lucas

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Fedora won’t suspend/hibernate when closing laptop

There is a configuration file in Fedora that, by default, prevents the Notebook from going into sleep mode or hibernating when you close the Notebook. To solve these problems: Edit the file “/etc/systemd/logind.conf“ Removes the comment from the line “#HandleLidSwitchDocked=suspend” Restart the service “systemctl restart systemd-logind“ That’s it! Now when you close your notebook, it

Standard

Windows Server 2008: Change password at next logon

For those who don’t use Active Directory, there is a simple way to force a user to change their password at the next login: Press Windows + R. Type“lusrmgr.msc“. Select the“users” folder and choose a user from the list. Check the box“User must change password at next logon“. That’s it!    

Standard

Disabling password complexity in Windows Server 2012 and 2016

Windows Server 2012 and 2016 have password security policies, which increases the complexity of their composition. To disable password complexity in Windows Server 2012 / 2016, follow the steps below: Go to Administrative Tools > Local Security Policies. Then click on Account Policies > Password Policies. Disable the option“Password must meet complexity requirements“, that’s it!

Standard

Internet speed test on Linux

There is a tool on the speedtest.net website that allows us to carry out speed tests on our connection via the browser.   But how do you perform this test on a Linux server via SSH?   We’re going to use a python script provided by speedtest.net. First, let’s install python: apt-get install python-minimal We

Latest news

Latest news directly from our blog.