How to install free SSL certificate?

Securing your website with an SSL certificate is crucial for protecting sensitive information and building trust with your users. Docker, a popular containerization platform, offers a seamless way to install SSL certificates using Let’s Encrypt, a free and widely trusted certificate authority. In this blog post, we will walk through the process of installing an […]

How to create a desktop shortcut in Ubuntu 20.04

Sometimes in linux, we don’t get a proper installer for an application. To run such application, we typically have to execute a shell script in the application bundle. In this post, we will see how to create a desktop shortcut in Ubuntu 20.04 The need for a desktop shortcut. Navigating to applications’ binary everytime we […]

How to download a website in linux

To download a website in linux is quite easy process. The inbuilt wget tool can get the job done in a hassle free manner. Moreover, this tool comes with a number of optional parameters to configure the download process. How to download a website in linux To download a website using wget, open terminal and […]

403 error in opensuse while using htaccess files

Configuring url rewriting in apache 2.4 in opensuse might not be that easy after all. First you need to follow these set of instructions. This will work perfectly for older versions of apache. But getting them to work for apache 2.4 might require a bit of extra work. In this post we will discuss how […]

Install broadcom wireless drivers in Open Suse

Most of the new laptop hardware are supported by opensuse, thanks to increasing collaboration between developers. However, some of the older machines, particularly those having older broadcom chipset struggle to get there wireless device working under linux. This post contains basic instructions about how to Install broadcom wireless drivers in Open Suse 13.2, but should […]

Fixing Grub

Often there is need to repair the GRUB ( GRand Unified Boot ) loader after various operations in linux installations, particularly after installing windows for dual boot or re sizing the root partition of linux. For fixing grub, you need to have a bootable live cd or usb installation of your linux distro or (preferably) […]