Prabhat Chouhanprabhatchouhan.hashnode.dev·Jan 30, 2025Running Deepseek LLM with 1.5 Billion parameters on 2 core CPU and 4gb RAM Thinkpad....XDJanuary 30, 2025 What is DeepSeek R1 LLM? DeepSeek R1 is a cutting-edge open-weight AI model designed to rival top-tier language models. Built with 671 billion parameters, it utilizes 37 billion active parameters per token, ensuring high efficiency ...1 like·100 readsllm
Mahad Ahmedblog.mahad.dev·Jan 23, 2025How to deploy Next.js to EC2 Ubuntu LinuxHow to Setup EC2 for Dockerized Next.js Deployment Introduction Next.js is great serve-side oriented frontend framework that makes building SEO-friendly websites easier. Deploying it is trickier than it needs to be, I understand Vercel needs to make ...Next.js
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·54 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·982 readscursor IDE