Onuh Chidera Theolashecode3.hashnode.dev·Dec 31, 2024Unlocking PostgreSQL: Connecting to FastAPI Server, Creating Tables On UbuntuPreviously… To deepen my understanding of PostgreSQL and Object-Relational Mappers (ORMs), I embarked on a project using PostgreSQL for manual database manipulation. This article builds on that journey by demonstrating how to connect a PostgreSQL dat...11 likes·50 readsUbuntu 24.04
Brian Kingsolodev.app·Dec 31, 2024Docker Desktop on Ubuntu 24.04.TL;DR. This post provides a comprehensive guide on installing and uninstalling Docker and Docker Desktop on Ubuntu 24.04. It covers the prerequisites, step-by-step installation process, and troubleshooting tips, ensuring a smooth setup for managing c...The Ops SeriesDocker Uninstallation
Onuh Chidera Theolashecode3.hashnode.dev·Dec 26, 2024Unlocking PostgreSQL: Running, Setting up Roles, and Databases On UbuntuIntroduction Recently, I began working on a transcription project using FastAPI and PostgreSQL. Initially, I intended to use an ORM and PgAdmin to manage my database. However, I later decided to take a different approach. Normally, I use Prisma as my...16 likes·81 readsPostgreSQL
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...The 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... 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...jenkins 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...Jenkins
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 ...1 like·552 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 ...UbuntuUbuntu
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...Linux