Satyajeet Sahutech.satyajeetsahu.com·Dec 2, 2023VirtualBox stopped working after a linux update? Here's how to solve it.Before starting out, I'd like to mention that this is a very specific scenario that occurred with me where my VirtualBox stopped working after a system packages upgrade. If you face the same problem in a different scenario, please prefer other source...Discuss·1 like·68 readsLinux
Alexandre Calaçablog.alexandrecalaca.com·Nov 10, 2023How to generate an SSH key on Fedora 38SSH SSH, which stands for Secure Shell, is a cryptographic network protocol used for secure communication over an unsecured network. It is commonly used to access and manage remote systems securely. SSH provides a secure channel over an insecure netw...Discussalexandrecalaca
Alexandre Calaçablog.alexandrecalaca.com·Nov 6, 2023How to install Discord manually on Fedora 38 with good Linux practicesDiscord Discord is a popular communication platform that primarily focuses on enabling text, voice, and video communication. It was initially created for gamers to communicate with each other while playing online games, but it has since grown to beco...Discuss·1 likealexandrecalaca
Alexandre Calaçablog.alexandrecalaca.com·Nov 6, 2023Resolving Docker Desktop 'Unable to log in' warning on Fedora 38 due to Pass initializationUnable to log in Docker Desktop relies on passto store credentials in gpg2-encrypted files. Before signing in to Docker Hub from the Docker Dashboard or the Docker menu, you must initialize pass. Docker Desktop displays a warning if you've not initi...Discuss·1 likealexandrecalaca
Alexandre Calaçablog.alexandrecalaca.com·Nov 6, 2023How to set up Docker Desktop on Fedora 38Docker Docker is a platform for developing, shipping, and running applications in containers. Containers are lightweight, portable, and self-sufficient units that can package an application and its dependencies, including libraries and configuration ...Discuss·1 likealexandrecalaca
Alexandre Calaçablog.alexandrecalaca.com·Nov 6, 2023How to set up Docker on Fedora 38 via the terminal emulator?Docker Docker is a platform for developing, shipping, and running applications in containers. Containers are lightweight, portable, and self-sufficient units that can package an application and its dependencies, including libraries and configuration ...Discuss·1 likealexandrecalaca
Alexandre Calaçablog.alexandrecalaca.com·Nov 6, 2023Installing the best screenshot tool on Fedora 38: FlameshotFlameshot Flameshot is an open-source screenshot tool for Linux-based operating systems and Windows. It allows you to capture screenshots of your desktop, specific windows, or custom regions, and it provides various annotation and editing features to...Discuss·2 likesLinuxFedora
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Oct 31, 2023Downloading and Installing TeamViewer on Linux: Step-by-Step GuideRemote access tools like TeamViewer are essential for managing computers and servers remotely. TeamViewer is popular on Linux for its cross-platform support and intuitive interface. In this guide, we will cover how to download and install TeamViewer ...DiscussLinuxdebian
Alexandre Calaçablog.alexandrecalaca.com·Oct 22, 2023Installing Git on Fedora 38 with screenshotsGit Git is a distributed version control system (DVCS) that is widely used in software development and other fields where version management is essential. It was created by Linus Torvalds in 2005 and is open source, which means it's freely available ...Discuss·2 likesGit
Alexandre Calaçablog.alexandrecalaca.com·Oct 22, 2023Step-by-step guide on installing Node.js with NVM on Fedora 38Node JS Node.js is an open-source, cross-platform JavaScript runtime environment that allows developers to execute JavaScript code outside of a web browser. It is designed for building scalable and high-performance network applications, making it pa...Discuss·2 likesLinuxNode.js