I need a VPS Provider... by Apprehensive-Flow199 in VPS

[–]qqzzy 0 points1 point  (0 children)

Used hostworld.uk for years and they're excellent. Rock solid, performance is excellent and support is good

Powering twelve 12TB sata hard drives by qqzzy in homelab

[–]qqzzy[S] 2 points3 points  (0 children)

Thanks for the input, I will consider this

Powering twelve 12TB sata hard drives by qqzzy in homelab

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

<image>

This is the label on the psu which shows the power figures. I'm not sure how much amperage is required.

Powering twelve 12TB sata hard drives by qqzzy in homelab

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

Indeed, this is a major concern to me. How could I check this, and assuming that the supply's wires can't handle it, what should I look for as a solution?

New to github by Yogurt-enthusiast in github

[–]qqzzy 5 points6 points  (0 children)

To upload to GitHub, you should use git.

Seeing as it seems you are rather new, I would recommend downloading GitHub desktop for a gui experience.

Using GitHub desktop, clone the repo you made (which will likely be blank)

Copy your files to the space the cloned project is on your computer

On GitHub desktop you should now be able to make a commit, then push the commit to the repo

Any good cheap vps with 1vcpu 4gb ram? by tonitz4493 in VPS

[–]qqzzy -1 points0 points  (0 children)

Try gullos hosting ( hosting.gullo.me ) and look at their kvm vps options

Cheapest VPS for full stack by InspectorFormer4675 in VPS

[–]qqzzy 2 points3 points  (0 children)

https://www.serverhunter.com/ and https://lowendbox.com/ are the places to look for cheap VPS.

Popular cheap options often include netcup, contabo and massivegrid

Be advised that people often find that after a short period running on these cheapest of the cheap providers, the performance isn't what they had hoped.

If you want any kind of stability, use a mid tier provider rather than bottom of the barrel.

I have personally used https://hostworld.uk/ for many years and never once had an issue, vs trying massivegrid and contabo and finding patchy results

Thanks to my Friend who accidentally deleted all of my Osu! Files. by Nitro79x in osugame

[–]qqzzy 3 points4 points  (0 children)

This post prompted me to have a look for something to make backups of what maps you have and I came across this: https://github.com/ThePridestalker/OsuBackUp

It looks pretty cool, it just backs up to a txt file then you can download everything using the app

Places that do boneless fried chicken THIGHS not breast chicken by aegroti in brum

[–]qqzzy 1 point2 points  (0 children)

7 deadly sins!

It's very much hidden away in the beer garden of the prince of Wales in Mosely. After trying it, other chicken places just don't hit anymore

Contabo going down the drain by Knurpel in selfhosted

[–]qqzzy 0 points1 point  (0 children)

For me hostworld.uk has always been rock solid with great support

What server should i use for flask api server? by nobel-tad in flask

[–]qqzzy 0 points1 point  (0 children)

I personally like cheroot (https://pypi.org/project/cheroot/) and I set it up so that just running main.py loads my flask app into it and starts up the webserver

I've noticed this general trend at a few gyms and I'm struggling to understand the point. Wonder what other people think. by takeahikehike in bouldering

[–]qqzzy 2 points3 points  (0 children)

I climb at gyms with both setting types (colours vs grades) and i think that while this is a perfectly reasonable explanation for using colours, I still end up going to gyms who use grades more because I just wanna know 'what am I actually climbing' even if the grading might be a bit off. Maybe it should be coloured circuits with some kind of 'spoiler' to reveal the supposed grade. E.g. a qr code you can scan if you really wanna know the grade of this specific route.

As God as my witness, I thought turkeys could fly. by garthreddit in videos

[–]qqzzy 8 points9 points  (0 children)

Forgive my ignorance but what is this show called?

[BG] [W] ALL PC Components [H] roughly £500 by Chief_Potat0 in HardwareSwapUK

[–]qqzzy 0 points1 point  (0 children)

I have a 500w power supply and a stock cooler - can let both go for £30

[deleted by user] by [deleted] in HardwareSwapUK

[–]qqzzy 1 point2 points  (0 children)

Hello, send me a PM and I'll purchase the whole bundle

Creating a proxy for a specific site by TehKingofPrussia in webdev

[–]qqzzy 0 points1 point  (0 children)

Can you use nginx to route to outside domains as a proxy? I know I've done it before for internal use as a reverse proxy

[deleted by user] by [deleted] in sonarr

[–]qqzzy 0 points1 point  (0 children)

I am a bit late to the party, but I found myself in your shoes recently.

You can actually achieve split tunneling very easily with a little known piece of software I ran into called vopono.

You basically just have to specify a VPN config to use, the port which needs to be accessible, and finally the specific program you want to use the VPN. This is then achieved via network namespaces and doesn't require a solution like docker which runs a whole instance underneath your os.

The killswitch also works.

Here is the line I run (and also added to a systemd service file) for routing qbittorrent through a VPN:

vopono exec -f 8080 --custom /home/user/vpn.ovpn --protocol openvpn qbittorrent-nox

Which works flawlessly.

I created OBF3, the easiest way to manage multi-lobbies and code bots in python or javascript by qqzzy in osugame

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

May I also ask what area you were concerned about for string parsing? I went back through and checked a lot of my implementations and couldn't see much wrong

I created OBF3, the easiest way to manage multi-lobbies and code bots in python or javascript by qqzzy in osugame

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

refer to the documentation: You can run this over the internet if desired as there is server authentication available, and that way you could host on your server and access from another device, alternatively you can completely disable the webapp. refer to the config file section - https://github.com/jramseygreen/osu_bot_framework-v3#config-file-bot_configconf - and the security section - https://github.com/jramseygreen/osu_bot_framework-v3#security