Vagrant is an open source software product for creating and managing portable virtual software development environments. For example: VirtualBox, KVM, Hyper-V, Docker Containers, VMware, Parallels, and AWS. In addition, it attempts to simplify software configuration...
Blog Posts
How To Install XAMPP Stack On Ubuntu 20.04
XAMPP is a free, and open-sourced cross-platform web server solution developed by Apache. It mainly consists of an Apache HTTP server, a MariaDB database, and an interpreter for scripts written in the PHP and Perl programming languages. Most real-world web server...
How To Install React.js On Ubuntu 20.04
React.js is a free and open source front-end JavaScript library. Which is used used for building user interfaces based on UI components. Currently it is maintained by Meta(Facebook) and a community of individual developers. React.js flexibility and simplicity, makes...
How To Install Apache Maven On Ubuntu 20.04
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...
How To Install GoLang On Ubuntu 20.04
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 name...
How To Install PHP on Ubuntu 20.04
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,...
How To Install Docker On Ubuntu 20.04
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 depending...
Disable updates in Windows Server 2022 – how it works
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 Windows...
How To Install FFmpeg And Convert Files On Ubuntu 20.04
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...
How To Open A Port In Ubuntu 20.04
In Ubuntu or any OS applications which implement common services often use port numbers to define it. The process applied is called listening . Which involves receiving and transferring requests for the communication of services. Ports allows a computer to easily...
How To Add Users To Sudo Group On Ubuntu 18.04
Sudo is a command line tool that allows a specific user (or group of users) to run some (or all) commands as root while keeping all commands and arguments logs. It operates on a per command basis. Using timestamp files it implements a “ticketing” system". For example...
How to buy Admin RDP And Get Free Control Panel
Below you will learn How to buy Admin RDP And Get Free Control Panel. What is RDP? The abbreviation for Remote Desktop Protocol is RDP. It is a Microsoft-developed, originally manufacturer-specific protocol that allows remote access to a computer running the Windows...
How To Change Hostname On Ubuntu 18.04
A hostname is a label assigned to a device (host) on a network. It distinguishes one device from another on a particular network or the Internet. The computer's hostname on the home network can be something like New Notebook or FamilyPC. DNS servers also use the...
How To Install Python On Ubuntu 18.04
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. It can be used to create a wide variety of programs and is not specific to any particular problem. This versatility...
How To Install Apache Web Server On Ubuntu 18.04
Apache HTTP is free, open-source, cross-platform web server software released in 1995. It was quickly overtaking NCSA HTTPd as the dominant web server. In 2009 it was the first web server software to serve over 100 million websites. In addition, Apache played a vital...
Recent Comments