Posts

Showing posts from August, 2019

Docker Desktop WSL 2 Tech Preview

https://docs.docker.com/docker-for-windows/wsl-tech-preview/

Install Docker Toolbox on Windows

https://docs.docker.com/toolbox/toolbox_install_windows/

Turning hyper-v on and off

https://blogs.technet.microsoft.com/gmarchetti/2008/12/07/turning-hyper-v-on-and-off/

Stopwatch Class

https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.stopwatch?view=netcore-3.0

Overview Visual Studio App Center

https://docs.microsoft.com/en-us/appcenter/

install rtl8822be on fedora (30)

#You will need to install "make", "gcc", "kernel headers", "kernel build essentials", and "git". #blacklist default kernel drivers su - echo "blacklist rtw88" >> /etc/modprobe.d/blacklist.conf echo "blacklist rtwpci" >> /etc/modprobe.d/blacklist.conf exit #install new driver git clone -b extended https://github.com/lwfinger/rtlwifi_new cd rtlwifi_new make sudo make install sudo modprobe -r rtl8822be  sudo modprobe rtl8822be  #configure anthena if needed su - echo "options rtl8822be ant_sel=2" > /etc/modprobe.d/rtl8822be .conf exit

Dapper ORM

https://dapper-tutorial.net/

How to Install Latest Kernel 5.0 in Ubuntu

https://www.tecmint.com/upgrade-kernel-in-ubuntu/

TLP power management

https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html

How to Install RTL8723DE Wifi Driver in Ubuntu 19.04

http://ubuntuhandbook.org/index.php/2019/04/nstall-rtl8723de-wifi-driver-ubuntu-19-04/

Wi-Fi Not Working on Ubuntu? Here’s How to Fix it

https://www.maketecheasier.com/fix-wi-fi-not-working-ubuntu/

Windows Task Scheduler

https://docs.microsoft.com/en-us/windows/win32/taskschd/task-scheduler-start-page