BLOG

Latest Articles

Install Specific Version with APT Package Manager

You can follow the below provided steps to install a specific version of package using APT package manager on Debian-based Linux distributions (like Ubuntu):

By omercakmak · 5 min read · Ubuntu

fatal: couldn't find remote ref main [SOLVED]

Let me guess, you are here because you are trying to figure out how to fix fatal: couldn't find remote ref main, well duh!, that's what the title says.

By admin · 5 min read · GIT

How to Create Dropdown List in SoftMaker PlanMaker

In this tutorial we will be covering different methods to create dropdown list in SoftMaker PlanMaker. Now this article assumes that you already have

By omercakmak · 3 min read · Tips and Tricks

5 ways to find and remove unused docker containers

To properly remove unused Docker containers, you must first identify them and then delete in order to release space safely. There are several ways you can do

By admin · 7 min read · Docker

Escape Single Quote in SQL Server [4 Methods]

Escaping single quotes in SQL is necessary once you want to include a literal single quote character (') in a string within your SQL queries. This is

By admin · 4 min read · SQL