RPRahul Phoolbhatiinrahuljustwriteit.hashnode.dev·May 10 · 5 min readYour Laptop Is Too Weak : Run Coding model on Colab with Claude Code (Free GPU)Tried Ollama models ? Struggling with bigger models on your machine ? or Don't have enough powerful machine to run basic models ? and Don't have GPU No problem — Google Colab gives a free T4 GPU and s00
RPRahul Phoolbhatiinrahuljustwriteit.hashnode.dev·Jan 3 · 2 min readRunning Tiny Core Linux on QemuDownload the iso image of the tiny core linux http://www.tinycorelinux.net/downloads.html Create a virtual hard disk with Qemu qemu-img create -f qcow2 corelinux.img 20G 💡 Wondering! what this command do ? check my this blog - Qemu Disk Image ...00
RPRahul Phoolbhatiinheaders-in-c.hashnode.dev·Jan 19, 2025 · 2 min readBrief about C Headers and LinkingHeaders define the prototypes of the functions , datatypes , Macros and Includes guards = ( To prevent multiple inclusions of the same header file). // myheader.h #ifndef MYHEADER_H // Include guard #define MYHEADER_H // Function prototypes void...00
RPRahul Phoolbhatiinrahuljustwriteit.hashnode.dev·Apr 9, 2023 · 5 min readStarting the Shell ScriptingWhat is Shell Scripting? Do you like to do some tasks repeatedly? No, right! What if that work is done automatically or with less time? That's where shell scripting comes ahead in our daily computer work. Shell scripting is a way of running multiple ...01V