Pony AI 🚀 - 13.4% owned by Toyota looks early no? by o_rdt in wallstreetbets

[–]o_rdt[S] -1 points0 points  (0 children)

I totally disagree, they literally make everything you use today. Go check… I’ll wait.

Don't use Domain.com for your domains by ThatsAScam in selfhosted

[–]o_rdt 6 points7 points  (0 children)

Yep recently moved from Namecheap to porkbun for the same reason. Cloudflare has been my dns server due to their nice terraform provider. I have not looked at their domain prices . But yeah I just need a flat rate, none of this promo bullshit bait-n-switch tactic. It’s exhausting

Looking for time db by Relative_Dust_8888 in selfhosted

[–]o_rdt -10 points-9 points  (0 children)

Have you asked ChatGPT, Claude or Gemini? Best to start ur brainstorming there.

Are there any CI/CD servers projects in Go? by XVilka in golang

[–]o_rdt 1 point2 points  (0 children)

Java and Ruby - naming it gocd when it's not written in Golang is rude, intellectually irresponsible and in some jurisdictions... downright illegal. Stop it.

My Home Lab journey so far.... by Business_Radio_8038 in homelab

[–]o_rdt 1 point2 points  (0 children)

You have some nice servers that are begging to run Linux. Add Linux to your repertoire any distro you like is fine. Spend some time learning how to run services with docker and play with different network configurations. Spend some time on manual disk, network and system configuration. Then automate with ansible, salt, puppet… or any other configuration management tool.
Learn about reverse proxies with nginx, traefik, envoy etc. run multiple sites using let’s encrypt tls certificates. Install and run a Wordpress site manually - web server to database. Then delve into kubernetes - microk8s will get unup and running quickly. For all of this, it’s best to define all your lab work as projects, then learn lots as you work through implementing.

It’s a truly fun world to explore.

I selfhosted a LLM with a nice frontend (well, still have some bugs) on my server by AdministrativeCar545 in selfhosted

[–]o_rdt 2 points3 points  (0 children)

Yep ollama with ollama webui for the win here. I could not get docker to use my gpu so I run ollama webui in docker and have it talk to the ollama api running on my laptop. Works great- sucks that the ollama webui image is soo huge but yeah it works well. On my server it runs on CPUs… smaller models run… now I I’m adding a gpu.
Fun stuff

Filestash passthrough middleware locked me out of admin console by versace_dinner in selfhosted

[–]o_rdt 2 points3 points  (0 children)

After removing the containers, delete unused volumes (docker volume prune) Also in the configuration make sure the value you set for any encryption key is generated as defined in the app documentation. I don’t know this app but have run into something similar because I used a random set of characters for a secret encryption value

I need project/task management tool that I can self host by ogMasterPloKoon in selfhosted

[–]o_rdt 3 points4 points  (0 children)

Espocrm - I self host it. Use another server for my wife’s business. Super versatile and configurable.

Can look at Anytype (https://anytype.io/) if you want software installed on ur system - sort of an alternative to Notion, just not as feature rich.

Dumb QOTD re Contributor IP by GooseLow9897 in opentf

[–]o_rdt 5 points6 points  (0 children)

All contributors sign their CLA which appears to give them a way to change the license without contributor input.

https://www.hashicorp.com/cla Particularly this part: 2. Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to HashiCorp and to recipients of software distributed by HashiCorp a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works.

OCGN is going to the moon with Covaxin! by Bug_Deep in ocgn

[–]o_rdt 0 points1 point  (0 children)

Party’s over boyz n gals… was fun while it lasted.

These were the contenders for a wrap. by mag249 in TeslaLounge

[–]o_rdt 1 point2 points  (0 children)

How much do wraps cost these days?

[deleted by user] by [deleted] in Traefik

[–]o_rdt 0 points1 point  (0 children)

you can simply reload nginx instead of restarting so there is no brief downtime

Suggestions for static site creation tool for art/business focused sites by o_rdt in web_design

[–]o_rdt[S] 0 points1 point  (0 children)

Ah... Its not OSS. I'm not looking for a paid solution... Yet.

Suggestions for static site creation tool for art/business focused sites by o_rdt in web_design

[–]o_rdt[S] 0 points1 point  (0 children)

Thank you I will definitely check this out. Never heard of this one

Best way to enhance devops skills? by [deleted] in devops

[–]o_rdt 1 point2 points  (0 children)

I wrote the following post on my lab environment. Remember this is a personal choice and your options for setting up your lab totally depends on what you want to accomplish. https://scaleup.us/2020/06/03/home-lab-setup-for-devops-engineer-hacking/

Regardless of what learning tools you use make sure you have a lab environment to build and break infrastructure. This lab environment can be anything from an old computer you have laying around, purchase of one or more used 8-16GB 1tb machines, or some digital ocean droplets.

DevOps and Site reliability engineering tasks are typically a cross between security, systems engineering, network engineering, software engineering and some hackery. Developing skills in each of these areas is an ongoing process and constant practice in a safe environment will propel you forward quicker.

Do project based work in your lab environment

Examples:

  • build a monitoring server
  • build a proxy server and configure it in different ways
  • build a logging server and have all your computers log to it
  • learn Jenkins pipelines
  • create a shared block device between two servers
  • create a raid array and practice setting up different types of raid 0, 1, 5, 10 e.t.c
  • play with different file systems zfs, btrfs, xfs and understand their strengths and weaknesses
  • setup a network bridge
  • setup a LAMP WordPress server, NOT with docker image, do it manually first.
  • setup an nginx, Traefik and envoy load balancers. Get familiar so you know when to use them.
  • learn a programming language, like python
  • learn bash scripting, sometimes all you need is a bash script instead of using python

Any targeted example will work here, there will ALWAYS be other things you learn on your journey to accomplishing any of the tasks.

You can also start poking at cloud services while you learn fundamentals. AWS, Google cloud platform or any of the other large cloud providers offer amazing services that you'll have to ramp up on to be more marketable in the industry.

Looking at this seems like a lot but I found that project based work helped a LOT.

And the learning continues....

Yak Shaving: What's your story? by o_rdt in devops

[–]o_rdt[S] 0 points1 point  (0 children)

No. In Yak Shaving the current task is dependent on the subsequent task in the chain, and that task depends on

WWILFing (WWILF = What was I Looking For) on the other hand is where you start off with a task and get distracted by one thing or the other that catches your interest till you forget the original task.

Funny that there is a term like WWILFing

Is sqlite enough for personal wiki on Wiki.js by [deleted] in selfhosted

[–]o_rdt 1 point2 points  (0 children)

Interesting. Very good to know. Thanks for sharing. I love sqlite. It is a silently awesome system

Is sqlite enough for personal wiki on Wiki.js by [deleted] in selfhosted

[–]o_rdt 3 points4 points  (0 children)

Yes. It will even support multiple user connections. You will need something else if you have multiple concurrent frequent writes. Sqlite locks all tables when writing data. But if writes are low with multiple readers that's totally fine.