Posts by Year

2024

Seamless PDF Generation with Puppeteer in C#

2 minute read

In the realm of web automation and document processing, generating PDFs directly from web forms can significantly streamline workflows. In this blog post, we...

Check if an Application is Installed on Windows

1 minute read

Learn how to check if an application is installed on a Windows system using C#. This blog post explores a simple method to query the Windows Registry for ins...

How to Host an HTML Page on GitLab Pages

2 minute read

Learn how to host an HTML page on GitLab Pages with this step-by-step guide, covering repository setup, HTML file addition, and CI/CD configuration.

How to Check Internet Connection in C#

2 minute read

Learn how to check for an internet connection in C# using methods like the Ping class, NetworkInterface class, and WebClient class to ensure reliable network...

Back to top ↑

2018

Back to top ↑

2017

Install Android Studio on Ubuntu

1 minute read

This guide provides step-by-step instructions for installing and configuring Android Studio on Ubuntu, ensuring you have all the necessary tools for a smooth...

Back to top ↑

2016

Download video from youtube in UBUNTU

less than 1 minute read

Download videos from YouTube in Ubuntu using command-line tools like youtube-dl, providing a straightforward method for fetching videos directly onto your sy...

Install Jekyll on Ubuntu (Linux)

2 minute read

Install Jekyll on Ubuntu (Linux) by updating package lists, installing Ruby and RubyGems, then using RubyGems to install Jekyll.

Back to top ↑