Matebook Pro Debian Linux Guide
I just got a new Matebook X Pro i7/512GB SSD version from Amazon (which was the best UK price I could find). The hardware is … Continued
I just got a new Matebook X Pro i7/512GB SSD version from Amazon (which was the best UK price I could find). The hardware is … Continued
I had the following issue when running sudo apt update to update my repositories in Debian Stretch
1 2 3 |
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repository.spotify.com testing InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A87FF9DF48BF1C90 W: Failed to fetch http://repository.spotify.com/dists/testing/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A87FF9DF48BF1C90 W: Some index files failed to download. They have been ignored, or old ones used instead. |
This is due to the fact that … Continued
Debian 9 introduces support for hybrid graphics, where an intel gpu is used for day to day desktop operation, and then more intensive operations like video … Continued
On your linux machine run the following command
1 |
techbear@techbear-desktop:~$ ssh-keygen |
You will be asked the below now. Save the key to the default path and then … Continued
This is a guide showing how to install Sublime Text from the Sublime debian repo and then what to do to ensure you can pin … Continued
1 |
for user in $(getent passwd | cut -f1 -d: ); do echo $user; crontab -u $user -l; done |
To manipulate the crons from shell (using user from the list)
1 |
crontab [-u user] [-l | -r | -e] [-i] |
1 |
netstat -tn 2>/dev/null | grep :80 | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr | head |
If like me you don’t want/need 3D graphics for gaming when using Debian Linux on your Ativ Book 8 you can turn off the AMD … Continued
I had a fairly subtle glitching issue on my Samsung Ativ Book 8 running Openbox on Debian Jessie. Basically icons in Docky/Plank had a orange … Continued
Plank is the dock which features in the very nicely presented Ubuntu distro Elementary linux. I recently switched from Docky as I like Planks simplicity. … Continued