Techstuff

  • Home
  • Blog
  • Github

Github RPC failed; curl 56 GnuTLS recv error A TLS fatal alert has been received

Published by Test_Docker on August 11, 2020

I am running Ubuntu 18.04 in HyperV and couldn’t push to Github. Pull was fine.

This was LEGIT the fix. A driver issue…. https://stackoverflow.com/questions/56946336/ubuntu-wsl2-git-getting-the-remote-end-hung-up-unexpectedly-on-large-repos/56946337#56946337

Go here to get the latest Intel WiFi driver: https://downloadcenter.intel.com/download/28876/Windows-10-Wi-Fi-Drivers-for-Intel-Wireless-Adapters?v=t

Categories: Uncategorized

Recent Posts
  • Symlink your Google Chrome cache to /tmp
  • Ubuntu performance and security of /tmp
  • Automate RKHunter, ClamAV and email reports
  • SSD performance tip 1
  • Ubuntu performance and Swappiness
  • Plex not seeing NTFS external hard drive
  • Plex not seeing external flash drive (ext4 formatted)
  • PS3MediaServer on Ubuntu
  • Get public IP and email it to yourself using Ubuntu
  • Some apache2 configs for owncloud
  • Schedule airodump via Cron to run every X minutes
  • Correct Kali repos and VirtualBox bidirectional clipboard
  • Kali on Hyper V
  • Prevent devices from bypassing pihole (mikrotik)
  • Squid transparent proxy on Mikrotik with single ETH interface
  • remote error: tls: bad record MAC
  • Github RPC failed; curl 56 GnuTLS recv error A TLS fatal alert has been received

Related Posts

Symlink your Google Chrome cache to /tmp

Refer two posts down on how to move your /tmp folder to memory (tempfs). Now symlink your Google Chrome (or Firefox) cache to /tmp (which resides in memory). rm -rf ~/.cache/google-chrome ln -s /tmp ~/.cache/google-chrome

Ubuntu performance and security of /tmp

Remember to set the sticky bit as well as nodev, noexec and nosuid for /tmp. Here is a line in fstab and the meaning of these 3 taken from the mount man page: nodev Do Read more…

Automate RKHunter, ClamAV and email reports

For a while now I wanted to post this. I am running this on my PC at home because I don’t feel like doing it manually every day/week/month etc, and also because I don’t use Read more…

  • Home
  • Blog
  • Github
Hestia | Developed by ThemeIsle