Brian Kingsolodev.app·Dec 11, 2024SSH Setup for Ubuntu 24.04 LTS.TL;DR. SSH Setup for Ubuntu 24.04 LTS involves installing and configuring OpenSSH Server on the remote server, generating an RSA key pair on the local system, and uploading the local, public key to the remote system for secure, password-less authenti...DiscussThe Ops SeriesUbuntu 24.04
Php_Guiderphptechguide.hashnode.dev·Nov 29, 2024Experience to Installing MySQL on Ubuntu 20.04: A Comprehensive GuideAs a developer or business owner, you're trying to set up a MySQL database to handle all the data for your web applications or business systems. However, things don't always go as planned. Maybe you tried installing MySQL on Ubuntu 20.04 and ran into...Discuss Install MySQL on Ubuntu 20.04
Santosh Ncsantoshnc.hashnode.dev·Nov 28, 2024How to Install Jenkins on Ubuntu 24.04 and Troubleshoot Common IssuesJenkins is one of the most popular open-source automation servers used for continuous integration and continuous delivery (CI/CD). Installing Jenkins on Ubuntu 24.04 is relatively straightforward, but you may encounter some common issues along the wa...Discussjenkins articles
Santosh Ncsantoshnc.hashnode.dev·Nov 28, 2024Common Problems During Jenkins Installation and How to Resolve Them1. Jenkins Fails to Start Symptom: Running sudo systemctl status jenkins shows: jenkins.service: Failed with result 'exit-code'. Cause: This often happens when the port Jenkins is configured to use (default: 8080) is already in use. Solution: Check...DiscussJenkins
Prasad Sawantprasadsawant7.hashnode.dev·Oct 20, 2024How to Install and Setup Cursor AI Code Editor on UbuntuGo to https://www.cursor.com/ Click “Download for Free“ Save the AppImage file in Downloads which could be named as “cursor-0.42.3x86_64.AppImage“ Open terminal in Downloads Make the AppImage executable $ chmod +x cursor-0.42.3x86_64.AppImage ...Discuss·1 like·211 readscursor IDE
Sina Mokhtaribysina.hashnode.dev·Oct 5, 2024How to Automatically Run a Command on Ubuntu StartupVarious Linux distributions, unlike other available operating systems, offer numerous attractive features and capabilities for their users. One of these features is the ability to configure your operating system in any desired manner and automate it ...DiscussUbuntuUbuntu
LakshmanaRaolakshmanrao.hashnode.dev·Aug 22, 2024Setting Up an SMB Server on Ubuntu 24.04 Using GCPWhy this Article? In today's world of cloud computing and distributed teams, file sharing is an essential aspect of collaboration. While cloud-based file-sharing services are popular, sometimes it's necessary to set up a local file-sharing system for...DiscussLinux
Devapraveendevpishon.hashnode.dev·Jul 21, 2024Easy OS Booting Through the Linux TerminalCreating a bootable USB drive is a crucial step for installing or running a Linux operating system. This guide will walk you through the process using the Linux terminal. Step 1: Format Your USB Drive Before you begin, ensure your USB drive is proper...DiscussLinux
Siddharthazm0.hashnode.dev·Jul 5, 2024FFmpeg 6.0 Released! How to Install in Ubuntu 22.04There are also QSV and NVenc AV1 encoding, VAAPI and QSV decoding and encoding for 10/12bit 422, 10/12bit 444 HEVC and VP9. Other changes FFmpeg 6.0 include: New audio and video filters, such as adrc, afdelaysrc, corr, showcwt, backgroundkey, a3dsco...Discuss·44 readsFFmpeg
Anjanesh Lekshminarayananubuntu.co.in·Jun 13, 2024Upgrading from Ubuntu 22.04 to Ubuntu 24.04 before August 2024If you want to upgrade from Ubuntu 22.04 to Ubuntu 24.04 now, then, sudo apt-get upgrade or sudo apt-get dist-upgrade won't work since upgrading is possible only after Ubuntu 24.04_01 is released in August 2024. To force upgrade to 24.04 execute sudo...Discuss·39 readsupgrade