Amrit Giriblog.giriamrit.com.np·Oct 1, 2024Fixing Linux Crashes and GRUB Issues After UpdatesIf you're encountering system crashes after rebooting following an update or upgrade, this guide will help you troubleshoot and resolve the issue. The following steps outline the process I used to fix the problem on my system successfully. Let us loo...Discuss·49 readsLinux
Joshua Omobolakoha.hashnode.dev·Jul 6, 2024Fix: DrizzleORM could not resolve peer dependency error with NextJS 14My best guess is you're reading this because you saw it too: the peer dependency error in your terminal while installing drizzle-orm in your Next.js 14 application. Let's fix it. A Peek at the error Here's a clipped view of my setup package.json: "de...Discuss·27 readsDrizzleORM
Khamitkar Sai Chandanchandank.hashnode.dev·May 24, 2024Use Multiple GitHub accounts on one MachineThis Blog will contain Three main tools: Git Bash VS code Github Create ssh Folder Follow the below commands cd ~ # To ensure you are on home mkdir ~/.ssh # Create ssh folder Change Directory to ssh by cd ~/.ssh Check if is there any ssh keys ...Discuss·26 readsGitHub
Jessica Randallstarchild.hashnode.dev·Jan 7, 2024Android Beginner: Break, Fix, Learn, and TryAs a beginner in the world of Android development, I recently had an experience that transformed my perspective on learning and failure. While working on a project in Android Studio, I accidentally broke something. Initially, this sent me into a stat...Discussbreak
krishnapal rawatkrishkp.hashnode.dev·Dec 5, 2023Navigating Kubernetes: Common Problems and Troubleshooting ScenariosIntroduction Kubernetes, while a powerful container orchestration platform, is not immune to challenges. This blog post will explore some common problems encountered in Kubernetes deployments and offer practical troubleshooting scenarios with solutio...DiscussDevops
Akash Reddy Jammulaakashrj.hashnode.dev·Nov 25, 2023Troubleshooting Unity: Scene and Hierarchy Not Showing? Here's a Quick Fix!Are you a Unity developer encountering an issue where the Scene and Hierarchy panels mysteriously disappear from your screen? Don't worry; you're not alone. This common problem can be a tad perplexing for beginners and seasoned developers alike. Howe...Discuss·89 readsunity
Sneh Chauhansnehchauhan.hashnode.dev·Oct 19, 2023Cannot use a custom SSH port in Ubuntu 22.10 or above? Here's a fixIn recent versions of Ubuntu, specifically from version 22.10 onwards, Ubuntu has shifted from Traditional SSH to Socket-Based SSH activation. This adoption has brought several improvements in system resource utilization and service responsiveness. H...Discuss·3 likes·56 readsUbuntu
THE DIGITAL THOUGHTthedigitalthought.hashnode.dev·Aug 8, 2023Fix 'Instagram notes not showing' IssueInstagram notes not showing issue, since Instagram is a popular social media platform where users can share photos and videos with friends and followers. However, some users may notice that their notes do not appear on their Instagram. This can be ...Discussinstagram
Grumpy Platform Engineergrumpy.hashnode.dev·Nov 7, 2022Why You're Getting PWNED on AWSWhile AWS may be pretty decent at keeping their security together and not being in the limelight for security incidents, you dear AWS user might not be so lucky. Over at GitHub there's a great curated list of publicly disclosed security incidents of ...Discussbadpractices
Joshua Omobolakoha.hashnode.dev·Sep 5, 2022How to configure path aliases w/Vite + Vue/ReactWhile building Humanizer, I hit a snag while trying to import a component using the '@' path alias to src. That's when I realised that Vite does not provide path aliases(@/~) out of the box. If we want to use that, we would need to set it up oursel...Discuss·5 likes·2.7K readsvite