Posted in Operating Systems
1608
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
17
This Month
71
This Year
238

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
For a long time it had seemed to me that life was about to begin - real life. But there was always some obstacle in the way, something to be gotten through first, some unfinished business, time still to be served, or a debt to be paid. Then life would begin. At last it dawned on me that these obstacles were my life.
Alfred D. Souza
Random CSS Property

@font-feature-values

The @font-feature-values CSS at-rule lets you use a common name in the font-variant-alternates property for features activated differently in OpenType. This can help simplify your CSS when using multiple fonts.
@ornaments css reference