Setting Up Ollama With Docker
docker ps Method 2: Running Ollama with Docker compose Ollama exposes an API on http://localhost:11434, allowing other tools to connect and interact with it. That was when I got hooked…
docker ps Method 2: Running Ollama with Docker compose Ollama exposes an API on http://localhost:11434, allowing other tools to connect and interact with it. That was when I got hooked…
After deploying the application you will need to download the NextCloud installation file to your server. There are two ways to do this.You can configure these parameters to add or…
I feel that this should be enough to get you started with Ollama, it’s not rocket science. My advice? Just fiddle around with it. ollama run llava:7b “Describe the content…
After doing some digging, I found out that the CLI tool for Cloudflare Tunnels had recently been updated, so that might’ve been the root of the issue. So while Jellyfin…
If you are building a website, good website performance isn’t just about using the right analysis tools – it begins with a solid foundation, and having a well-configured and responsive…
Several plugins, like “ThumbPress” or “Disable Generate Thumbnails”, offer user-friendly interfaces for managing and disabling default WordPress image sizes.We handle the server-side optimizations so you can focus on what matters…
In this guide, we’ll walk you through setting up DeepSeek R1 on your Linux machine using Ollama as the backend and Open WebUI as the frontend. Source: The Hacker News…
fail2ban-client status wordpress-auths If you are using RunCloud Docker servers, then you should note that the log processing for RunCloud Docker server is slightly different, even though it uses the…
DeepSeek’s raw performance on the Raspberry Pi 5 showcases the growing potential of SBCs for AI workloads. DeepSeek v/s OpenAI benchmark | Source: Brian Roemmele Here’s how the performance data…
composer create-project roots/bedrock my-wordpress-site cd my-wordpress-site git branch -M main git remote add origin [email protected]:tatticoder/wordpress-composer.git git push -u origin main Finally, you can configure your Bedrock environment variables to meet your requirements. Here, you must add the database credentials you created earlier and configure the…
Recently, I took on a home lab project to create my own home grown docker dashboard to have a very simple and lightweight way to see all containers across all…
I’m going all in on containerization in 2025. What is the state of container vs VM in 2025? Take a look at a few of the advantages of containers vs…
Smashing is a dashboard like no other. Formerly known as Dashing, it’s designed for those who want a widget-based experience with real-time updates. I host nearly all the services I…
It is that time again! My home lab tour 2024 takes a look at the journey my home lab has taken in 2024. I have fully migrated workloads to mini…
Full support in major distros (Ubuntu, RHEL, etc.)Software compatibility between ARM and x86 architectures has significantly improved, with most modern programming languages and frameworks offering native support for both platforms…
We have a couple of guides on home lab setups and docker on Linux to help you kickstart your journey.Of course, regardless of what I say, it is up to…
Fail2Ban traditionally uses iptables or similar firewall backends to implement its banning actions. RunCloud handles all the firewall configurations automatically, ensuring Fail2Ban works perfectly with your server’s firewall setup.sudo systemctl reload fail2ban Final…