by Michael Stolzer | Apr 29, 2024 | Linux
CUDA “Compute Unified Device Architecture” is a parallel computing platform and a programming model powered by Nvidia. CUDA toolkit contains everything you need to develop the GPU-accelerated application on Ubuntu. CUDA comes with an API “Application...
by Michael Stolzer | Apr 29, 2024 | Linux
Installing Ubuntu from a USB drive is the standard method for getting Ubuntu onto any computer, whether you are doing a fresh install or creating a dual boot. Before you start, back up your data. The installation process may erase existing files on the drive depending...
by Michael Stolzer | Apr 29, 2024 | Linux
SSH or Secure Shell is a network communication protocol used for remote login or controlling other remote computers. SSH is used to create a secure connection between the local computer and the remote server. In short, SSH protocol connects two computers securely over...
by Michael Stolzer | Apr 29, 2024 | Linux
Skype is one of the very first VoIP platforms owned by Microsoft to introduce free video and voice calls on the Internet. Skype allows its users to voice call, video call, send instant messages, and transfer files. Individuals and organizations use Skype to...
by Michael Stolzer | Apr 29, 2024 | Linux
PostgreSQL is an open-source relational database system with object-oriented features, widely used to store and manage data for web and enterprise apps. This guide covers installing PostgreSQL on Ubuntu 24.04, enabling the service, logging in with psql, creating users...
by Michael Stolzer | Apr 29, 2024 | Linux
Mono is an implementation for the Microsoft .NET framework that is designed to develop and manage applications written in c#. Developers can use Mono to develop cross-platform applications. Mono is an open-source application sponsored by Microsoft. Mono is based upon...