VNC stands for “Virtual Network Computing” is a sharing system or set of protocols for sharing desktops. There is much software available to access Linux-based desktop remotely including, TigerVNC, TightVNC, Vino, vnc4server, and more. TigerVNC is a free, open-source, and high-performance VNC server used to control or access Linux-based desktop remotely. It is a client/server application that allows you to interact with graphical applications on remote machines. Read: How to Install Remote Desktop (XRDP) on Ubuntu 20.04 In this tutorial, we will show you how to install and configure a VNC server on Ubuntu 20.04. Step 1 – Install Desktop…
Author: Rahul
AnyDesk is a popular remote desktop software that provides a fast and reliable connection between computers. Whether you’re providing remote support, working from home, or just need access to files from another computer, AnyDesk can be a useful tool. Here’s how you can install AnyDesk on Debian 12/11: Personally, I also prefer to use Anydesk as an alternative for your remote desktop application. But, if you still love TeamViewer, You can also install TeamViewer using these instructions. Step 1: Install Anydesk on Debian You can download Anydesk Debian packages from its official website. Anydesk also provides apt repository for the…
A JavaScript method is a property containing a function definition. A Console method is an object used to access the browser debugging console. With the help of console methods, we can print messages, warnings, and errors to the browser console, which is helpful for debugging purposes. The developer console in a web browser is a tool that logs the information associated with a web page, such as JavaScript, network requests, and security errors, etc. To open the developer console window on Google Chrome, use the keyboard shortcut Ctrl + Shift + J (on Windows) or Ctrl + Option + J…
Wine 8.0 Stable Released. The wine team has announced the latest stable release 8.0. Its source code, as well as the Debian packages for Linux Mint, is available on its official site. You may also use the package manager to install wine. Wine is an Open Source implementation of the Windows API and will always be free software. Approximately half of the source code is written by its volunteers, and the remaining effort is sponsored by commercial interests, especially CodeWeavers. This article will help you to install Wine 8.0 Stable Release on LinuxMint systems using the PPA. Step 1: Configure…
The apt-add-repository command is a symlink of the add-apt-repository command. Which is used to add third party PPA to our Ubuntu or Debian systems. This command comes under software-properties-common debian package. Which is not available under the minimal Ubuntu installation, but this package can be installed from default system repositories. If you found apt-add-repository command not found error on your system, Follow this article to add this command to your system. On Latest Ubuntu & Debian Version’s The latest version of Ubuntu 20.10, 20.04, 18.04, 16.04 and Debian 10/9/8, apt-add-repository command utility is available under the software-properties-common package. Open a…
The .NET Core is a free and open-source software framework designed with keeping Linux and macOS in mind. It is a cross-platform successor to .NET Framework available for Linux, macOS and Windows systems. .NET Core framework already provides scaffolding tools for bootstrapping projects. This tutorial explained how to install .net core on Debian 10 Linux system. Prerequsities Login to your debain system with sudo privileged account. Open a terminal, update the apt cache and install below required packages sudo apt update sudo apt install apt-transport-https Step 1 – Enable Microsoft PPA First of all, you need to enable Microsoft packages…
NVM is a command-line version manager for the Node.js programming language. With the help of nvm utility, you can install multiple node.js versions on a single machine. You can also choose specific Node version for applications. You can also create an .nvmrc configuration file to auto select Node version. This tutorial help you to install NVM on your system and managing multiple Node.js version. Prerequisites A running Debian 9 Linux system with shell access. Login with a user account to which you need to install Node.js. Installing NVM on Debian Use a shell script to install and configure NVM on…
Git is a popular version control system that is widely used for tracking file changes and coordinating work among multiple people. In this tutorial, we will show you how to install Git on Ubuntu 22.04 / 20.04 from a PPA (Personal Package Archive) and provide some after-installation steps to set up your Git environment. Installing Git from PPA Use the following steps to install Git on the Ubuntu Linux system. Install the software-properties-common package on your system, which contains add-apt-repository command sudo apt install software-properties-common -y Add the PPA (Personal Package Archive) to your system by running the following command:…
Notepad++ is an popular text editor between Windows users. It comes with the large number of useful options than regular Notepad provided by Microsoft Windows. A Snap package is containerised software packages build by Canonical team for the Linux based systems. Nodepad++ is also available as Snap package for the installation. This tutorial will help you to install Nodepad++ on Ubuntu 18.04 LTS Linux system. Prerequisites You must have Desktop installed on your Ubuntu system. Login to your system on desktop using sudo privileged account. Step 1 – Install Nodepad++ on Ubuntu 18.04 You system must have installed and running…
NetBeans is a popular IDE for the Java application development. Which allows applications to be developed from a set of modular software components called modules. NetBeans is available to run on popular operating systems like Windows, macOS, Linux and Solaris systems. A snap package is available for the NetBeans installation on Ubuntu 18.04 Linux system. This tutorial will help you to install NetBeans IDE on your Ubuntu 18.04 Desktop system using snap package. Prerequisites Login to your Ubuntu 18.04 Desktop system with sudo privileged account. Then launch a terminal on your system. Step 1 – Installing Java You must have…