Uploaded August 2016 | Updated September 2026, 1 week ago
In this video I show you a few neat tips related to the XFCE Terminal.
Hope you enjoy!
If I've helped you in any way and you'd like to buy me a coffee, please click this link to do so:
paypal.me/dontcallmelenny
Many Thanks in advance!
Notes:
Install Screenfetch:
Arch: sudo pacman -S screenfetch
Debian/Ubuntu: sudo apt-get install screenfetch
Add 'screenfetch" to the bottom of your .bashrc file to autostart screenfetch.
Command to add F4 as your hotkey to activate the dropdown terminal:
xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/F4 -n -t string -s "xfce4-terminal --drop-down"
In this video I show you a few neat tips related to the XFCE Terminal.
Hope you enjoy!
If I've helped you in any way and you'd like to buy me a coffee, please click this link to do so:
paypal.me/dontcallmelenny
Many Thanks in advance!
Notes:
Install Screenfetch:
Arch: sudo pacman -S screenfetch
Debian/Ubuntu: sudo apt-get install screenfetch
Add 'screenfetch" to the bottom of your .bashrc file to autostart screenfetch.
Command to add F4 as your hotkey to activate the dropdown terminal:
xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/F4 -n -t string -s "xfce4-terminal --drop-down"



![How to Install Your Wifi Drivers in Debian 9 Stretch Stable
In this video I show you the process I use to install my wifi drivers in Debian 9 Stretch Stable. Hope you enjoy!
Show Notes:
Install WiFi Drivers in Debian 9 Stretch Stable:
Add contrib and non-free to sources via synaptic
sign in as root
In Terminal:
apt-get update
dpkg add-architecture i386
apt-get update
apt-get install linux-headers-$(uname -r|sed s,[^-]*-[^-]*-,,)
apt-get install libavcodec-extra
apt-get install firmware-linux-nonfree
sudo apt-get install wireless-tools
sudo apt-get install network-manager-gnome
For Broadcom:
apt-get install broadcom-sta-dkms
For Realtek rtl8812au:
sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/scrivy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe rtl8812au
Link: https://wiki.debian.org/WiFi
If Ive helped you in any way and youd like to buy me a coffee, please click this link to do so:
https://www.paypal.me/dontcallmelenny
Many Thanks in advance! How to Install Your Wifi Drivers in Debian 9 Stretch Stable](https://i.ytimg.com/vi/eUnfVG7Zst0/mqdefault.jpg)






