NOTE 1: This procedure is for those who are using .run Nvidia driver installer on Ubuntu 22.04
NOTE 2: This process was tested by me on my own desktop computer, but I do not guarantee that it will work for you.
WARNING: Use at your own risk!
NOTE 1: This procedure is for those who are using .run Nvidia driver installer on Ubuntu 22.04
NOTE 2: This process was tested by me on my own desktop computer, but I do not guarantee that it will work for you.
WARNING: Use at your own risk!
Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. Let’s Encrypt is a service provided by the Internet Security Research Group (ISRG). The key principles behind Let’s Encrypt are:
After this tutorial, we will have our websites served via encrypted connection with Let’s Encrypt SSL on a server running varnish. Because varnish can’t handle SSL requests, we need pound. Continue reading
Current stable kernel version: 5.19.1
Current development kernel version: None right now
You are wondering why would you compile Linux kernel, when you already have generic one installed. Some of the reasons are: Ubuntu is not really famous for updating kernel to the newest version in 6 months cycle. New kernel brings new hardware support. And you can tweak the kernel as you like, so it can run faster and be slimmer. This HowTo will show you how to do exactly that. A lot of people thinks that compiling kernel is something that a ordinary PC user can’t do, but by following this tutorial, everyone can do it.
So, let’s start.
To compile Pulseaudio from git, you need to follow this few steps.
1) First we will need to install some dependencies (deps in the rest of the text). So, open terminal and paste this:
sudo apt-get build-dep pulseaudio && sudo apt-get install checkinstall git libpulse-dev