by Abhishek Thakur | Feb 7, 2023 | Blog, linux
Maven, the Yiddish word for knowledge accumulator. It started as an attempt to simplify the construction process for the Jakarta Turbine Project. The idea behind Maven was to structure ongoing projects, with a clear definition of what the project consisted of. And...
by Abhishek Thakur | Feb 6, 2023 | Blog, linux
Go is a statically typed, high-level programming language developed by Robert Griesemer, Rob Pike, and Ken Thompson at Google. In its syntax part it is similar to C language. It is often referred as GoLang because of its former domain golang.org, but it’s proper...
by Abhishek Thakur | Feb 5, 2023 | Blog, linux
PHP is a general-purpose scripting language for web development. Created in 1993 by Danish-Canadian programmer Rasmus Lerdorf and released in 1995. PHP code is generally processed on a web server by a PHP interpreter implemented as a module, daemon. On a web server,...
by Abhishek Thakur | Feb 3, 2023 | Blog, linux
Docker is a software framework for for building, running, and managing containers on servers and the cloud. It’ a freemium service based on other OCI projects. Unlike traditional virtualization method Docker virtualization happens on an OS level rather than...
by mr rockstar | Feb 2, 2023 | Blog, remote desktop, Windows FIX
Disable updates in Windows Server 2022 – how it works Microsoft Windows 10 automatically downloads and installs updates. Unfortunately, you have almost no influence on it. On the one hand, this makes sense, of course, security updates are important and the...
by Abhishek Thakur | Feb 2, 2023 | Blog
FFmpeg is a free open-source command line tool for processing various media files and streams. Basically, it is designed to handle audio and video files processing. But with subsequent releases, features like format transcoding, basic editing, and video effects for...