- Write the dim file to the bin (you will need super user permissions)
sudo nano /usr/bin/dim
- Copy and paste the following code into the file
TEMP=1900
redshift -P -O $TEMP
sudo nano /usr/bin/dim
TEMP=1900
redshift -P -O $TEMP
airmon-ng
airmon-ng stop wlp1s0
Pre-requisites: PIP, Python
sudo apt install thefuck
thefuck -a >> ~/.bashrc
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
The following command fixes the error
export TERM=xterm
This can be used to test if it worked.
echo $TERM
Using cmd type the following:
diskpart
Diskpart will open, in this terminal type:
# This will show all the drives on the computer
list disk
# Select the disk with the same storage capacity as the usb
# Make sure the "cowsay" and "fortune" packages | |
# are installed on your machine | |
# -o => Makes it adult humour | |
# -f => Modifier for the cowsay animal | |
# tux => Linux Logo | |
fortune -o | cowsay -f tux |
# Force the synaptics driver | |
# Run the following code as root | |
ln -s /usr/share/X11/xorg.conf.d/70-synaptics.conf /etc/X11/xorg.conf.d/ |
# Paste the following into: | |
# /etc/NetworkManager/NetworkManager.conf | |
# To fix the wifi on Arch Linux | |
[connection] | |
wifi.powersave=2 # 2=disable | |
wifi.mac-address-randomization=1 # 1=disable | |
wifi.cloned-mac-address=permanent | |
[device] |