Posted in Operating Systems
1566
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
30
This Month
130
This Year
196

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
"Let us prepare our minds as if we'd come to the very end of life. Let us postpone nothing. Let us balance life's books each day ... The one who puts the finishing touches on their life each day is never short of time."
Seneca
Random CSS Property

text-underline-position

The text-underline-position CSS property specifies the position of the underline which is set using the text-decoration property's underline value.
text-underline-position css reference