Posted in Operating Systems
2092
3:14 am, June 16, 2022
 

Operating Systems and the Change to Linux

I have been a bit fixated on changing to linux lately, so i unstalled ubuntu on a partition on my main drive, it loaded ok, but wifi does not work as tp link stuff is not supported without drivers, i think i found a fix for it, but still have not tested it yet. 

I was going to try kali linux for the cool factor, but I dont really think thats what i am looking for. 

Also Pop Os was an option, maybe that would work better out of the box. I could always try that instead of ubuntu i guess. 

Fix Ubuntu

BASH

https://community.tp-link.com/en/home/forum/topic/208022

#tether to a phone or connect to ethernet

git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu
View Statistics
This Week
49
This Month
216
This Year
722

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Items in Operating Systems
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
The problem with hoarding is you end up living off your reserves. Eventually, you’ll become stale. If you give away everything you have, you are left with nothing. This forces you to look, to be aware, to replenish. . . . Somehow the more you give away, the more comes back to you.
Paul Arden
Random CSS Property

:checked

The :checked CSS pseudo-class selector represents any radio (<input type="radio">), checkbox (<input type="checkbox">), or option (<option> in a <select>) element that is checked or toggled to an on state.
:checked css reference