How to enable wifi when 'Enable Wifi' is disabled in linux GUI
how to enable wifi when 'Enable Wifi' is disabled in linux GUI

Ubuntu loves messing up!
This evening, when I reached my home and booted up my laptop I could not simply enable wifi! The option was disabled.

Last time I faced same problem, I had switched to windows 7 to search for solutions, but this time I had no other operating system installed in my machine. Also last time, I had to do nothing to solve this problem, just switching OS had automatically solved the problem. But this time, I really had to find solution. With a bit of searching, here is how my problem was solved.
Solution
# step 1: run rfkill list all
$ rfkill list all
0: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
# step 2: ublock the wireless LAN
$ rfkill unblock 0Just running 2 commands solved the problem. Hope this will be helpful to you too.
Keep reading

Fix mise GitHub Rate Limit with a Token
mise makes unauthenticated GitHub API calls by default. When you hit the rate limit installing tools, a personal access token (no scopes required) fixes it permanently.

How to solve Deployment Failure-`assets:precompile`
I was trying to deploy rails 6 app on ec2 server using capistrano when precompile failure lead to whole deploymentt failure. I had to uninstall cmdtest and install yarn

How to Sort an Array of Objects in JavaScript
How to Sort an Array of Objects in JavaScript

What did you take away?
Thoughts, pushback, or a story of your own? Drop a reply below — I read every one.
Comments are powered by Disqus. By posting you agree to theirterms.