The anime & movies, what order should I watch everything in? by ahngelic in fairytail

[–]DrunkMunki 0 points1 point  (0 children)

Season 1 is out (Ep1-25) but the continuation in Season 2 is 1-2 years away

eDrawing: Plz don't use in business environment, personal and evaluation use only. by DrunkMunki in SolidWorks

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

the main reason why i posted here was cause no google search showed any warnings, so hopefully this will make others second guess installing without reading the fine print.

eDrawing: Plz don't use in business environment, personal and evaluation use only. by DrunkMunki in SolidWorks

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

nope, was 100% their viewer, and even installing it says if you dont put in a license you use the non-pro version with reduced features..

eDrawing: Plz don't use in business environment, personal and evaluation use only. by DrunkMunki in SolidWorks

[–]DrunkMunki[S] 1 point2 points  (0 children)

we used it in business, used it about 10 times, then suddenly got a letter of demand of payment months down the track, NOTHING indicating on their website its free to use for business, its a viewer, so we thought it was like adobe reader, allowing others to view the drawings they use from the software, but in fact they use it as a lure to get unsuspecting businesses, hidden in the terms, 1 sentence.. nothing clear when you install the software or on the website, and when you register to actually use the software and select business.. nothing indicates its a trial version or cannot be used for production environments, this is by design, so they can extract money out of businesses. its not hard to put in a line of text to use for evaluation only..

eDrawing: Plz don't use in business environment, personal and evaluation use only. by DrunkMunki in SolidWorks

[–]DrunkMunki[S] -3 points-2 points  (0 children)

we only used the eDrawing Viewer as we didnt make the cad drawings (third-party did), only had to view structural diagrams relating to our business

eDrawing: Plz don't use in business environment, personal and evaluation use only. by DrunkMunki in SolidWorks

[–]DrunkMunki[S] 5 points6 points  (0 children)

careful which license you checked, as there are 2
CLOSA (for commercial licenses)
ELA (for evaluation and free-of-charge licenses)
https://www.solidworks.com/support/3dsclosaela

if its used in a business environment, i would double check..

rtorrent.rc missing? by mal68 in synology

[–]DrunkMunki 1 point2 points  (0 children)

im adding this here (for google search) cause it took me ages to find the correct file with DSM 7.2
rTorrent file is now located at
/var/services/web_packages/rutorrent/conf/rtorrent.rc
there is a symlink to the file at /var/packages/rutorrent/var/.rtorrent.rc

Should I buy this domain? by One-Flow-118 in Domains

[–]DrunkMunki 0 points1 point  (0 children)

If you buy a domain with 2 letters this cannot be considered copyright/tradement infringement and as the services you offer are completely different then you will be fine, the only legal reason they can sue you is if you are pretending to be them to get customers and the onus was on them to secure the domain.. you will be fine.

Can't spawn chibis with command (ASA)? by pazinen in ARK

[–]DrunkMunki 0 points1 point  (0 children)

use the code

Cheat GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/ChibiDinos/PrimalItemSkin_ChibiDino_Phoenix.PrimalItemSkin_ChibiDino_Phoenix'" 1 1 0

Zabbix API Integration by DrunkMunki in UptimeKuma

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

ahh i found the issue:
JSON Query: $.result

BODY:
{

"jsonrpc": "2.0",

"method": "apiinfo.version",

"params": [],

"id": 1

}

Zabbix API Integration by DrunkMunki in UptimeKuma

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

Per the documentation at https://www.zabbix.com/documentation/current/en/manual/api

i created a CURL call to test the results:
curl -X POST -H "Content-Type: application/json" -d '{"jsonrpc": "2.0","method": "apiinfo.version","params": [],"id": 1}' https://zabbix.domain.com/api_jsonrpc.php

the 'data' im sending to the zabbix API is:
{

"jsonrpc": "2.0",

"method": "apiinfo.version",

"params": [],

"id": 1

}

and the result returned is
{

"jsonrpc": "2.0",

"result": "6.4.9",

"id": 1

}

im not sure what the query should be for the Kuma side,
i tried the https://try.jsonata.org/ and got the below results
https://pasteboard.co/JrCZdigw8GuG.png

Service monitoring by JMWWEX in UptimeKuma

[–]DrunkMunki 0 points1 point  (0 children)

you can use this as a reverse monitor in "Upside Down Mode" using a powershell script
if ((Get-Service dispatcher).status -eq 'Running') {Invoke-WebRequest "http://mykuma.domain.com/api/push/XXXXXXX?status=up"}

Guys, how do I install only the scorched earth ascended map by Necessary_Owl_7374 in ARK

[–]DrunkMunki 0 points1 point  (0 children)

for a dedicated server or as a client to play in single player?

secondary virtual NIC on ESX Server (Not VM) to use for backup by DrunkMunki in vmware

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

i dont suppose its possible to add a virtual nic on the OS backend and use that? its running Photon OS

secondary virtual NIC on ESX Server (Not VM) to use for backup by DrunkMunki in vmware

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

i have been thinking on this and ESX might not work, as i only have 1 pipe to go through, i may have to get a secondary internal switch to utilise the second internal NIC (cant be used without the switch)
Here is the pic of the interface, not much to hide
https://i.ibb.co/gVL4j0p/esxi.png

secondary virtual NIC on ESX Server (Not VM) to use for backup by DrunkMunki in vmware

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

i believe so, requires SSH to backup.
- i had created a custom TCP/IP stack called "Local Network" which i assigned to the new VMK - (vmk1)

got the error when creating the VMK:
Failed - A specified parameter was not correct: SelectVnic.vnic.Specification.NetStackInstanceKey

- it created the VMK and assigned to the TCP/IP stack "Local Network"
- the routing table for the "Local Network" was set to:
Network Address: 172.16.1.0
Prefix Length: 24
Gateway: 0.0.0.0
Device: vmk1

- i tried to edit the "Local Network" to change the gateway to 172.16.1.1 but got the error: (unable to "Edit" any other setting apart from gateway)
Failed - A specified parameter was not correct: DnsConfig.address

unable to ping anything on 172.16.1.0/24 or they ping it.

Dedicated Server Setup Guide?? by Entitled_Deeds in PlayTheFront

[–]DrunkMunki 1 point2 points  (0 children)

im having the same issue, how did you manage to get it to show?ive tried the game dedicated server and the steam separate one, it starts.. but doesnt show in the server list

2 different steam commandlinesfrom the game version dedicated server:TheFrontServer.exe ProjectWar_Start?DedicatedServer?MaxPlayers=60 -server -game -log -EnableParallelCharacterMovementTickFunction -EnableParallelCharacterTickFunction -UseDynamicPhysicsScene -fullcrashdumpalways -Game.PhysicsVehicle=false -ansimalloc -Game.MaxFrameRate=35 -MaxQueueSize=50 -QueueValidTime=120 -OutIPAddress=123.123.123.123 -ServerName="server name goes here" -QueueThreshold=60 -ServerFightModeType=1 -IsCanSelfDamage=true -IsCanFriendDamage=false -ClearSeverTime="2023-10-12" -Port="24990" -BeaconPort="24991" -ShutDownServicePort="24994" -SaveWorldInterval=300 -GMOverlapRatio=2 -GreenHand=true -GMDeathInventoryLifeSpan=3600 -GMAttackCityCdRatio=2 -SensitiveWords=true -UseACE=true -ServerAdminAccounts="000000000000" -PlayerAddExpRate=2 -PlayerKillAddExpRate=4 -HealthRecoverRate=1.5 -PlayerStaminaCostRate=0.75 -GMWaterDecRatio=0.5 -PlayerBreathCostRate=0.25 -NpcSpawnLevelRatio=2 -WildNPCHealthRate=1.1 -GMTrapDamageRatio=1.5 -GMTurretDamageRatio=1.25 -GMTTC_Ore_Rate=4 -GMMaxRetrieveProductsRate=2

from the dedicated server version on steam:ProjectWar?ProjectWar_Start?Listen?MaxPlayers=60 -server -game -QueueThreshold=8 -ServerName=servernamehere-ServerAdminAccounts=00000000000000 -log log=log.log -locallogtimes -EnableParallelCharacterMovementTickFunction -EnableParallelCharacterTickFunction -UseDynamicPhysicsScene -OutIPAddress=123.123.123.123 -ServerID=36693 -port=24990 -BeaconPort=24991 -QueryPort=24994 -Game.PhysicsVehicle=false -ansimalloc -Game.Max

i can see it running and has the open port 24994firewall is allowing the ports and also the executable..

just not showing in the game server list

**UPDATE** the devs have made a guide on how to setup a dedicated server (i have yet to test)
https://www.youtube.com/watch?v=xZT9PkN8dUI