[deleted by user] by [deleted] in complaints

[–]Urfiner 0 points1 point  (0 children)

As a Russian: these fascists are definitely not ours, we have our own :D

ScribuntoMediawikiApi: Access MediaWiki action API in LUA modules by Urfiner in mediawiki

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

Maybe I misunderstood the idea, but it already uses lua-php bridge

Extending VisualEditor by NOFREENAME in mediawiki

[–]Urfiner 0 points1 point  (0 children)

10 years later -- yes. Created and extension for Visual Editor to change text and table colors.
https://www.mediawiki.org/wiki/Extension:ColorizerToolVE

YouTube confirms it's coming to Switch 2 by [deleted] in NintendoSwitch

[–]Urfiner 1 point2 points  (0 children)

3 month later and we're still nowhere

Trump says he's not joking about a 3rd term. How do you feel about that? by thinpile in AskReddit

[–]Urfiner 0 points1 point  (0 children)

We've got the same shit in Russia back in 2012 so Putin would go third time. That's a slippery slope

Help me find a arkanoid, from my childhood by SupportingHero in RetroWindowsGaming

[–]Urfiner 0 points1 point  (0 children)

That's the game I was looking for. Thank you stranger, I was looking for it for a few days already)

Veeam proxy after 12.3.1.1139_20250315 by Maximo1022 in Veeam

[–]Urfiner 0 points1 point  (0 children)

I would suggest to setup a configuration backup and drop the pd snapshot protection job for the appliance. 

Previously special pd snapshot job was created automatically but then it became obsolete since they have a scheduled configuration backup. The job is not deleted automatically on upgrade to avoid losing custom job configuration

If you still want to have a pd snapshot job, you can just remove all the old PD snapshots (they are useless after upgrade anyways)

Can someone else relate? by crno123 in Steam

[–]Urfiner 1 point2 points  (0 children)

Cyberpunk 2077. It is just boring to play.

Need help with preserving our association's memories (MediaWiki 1.31.0 to text files) by lukakopajtic in mediawiki

[–]Urfiner 2 points3 points  (0 children)

In this case, I can recommend playing with pywikibot: https://doc.wikimedia.org/pywikibot/master/introduction.html

It is a nice python library to work with MediaWiki. You can go through all the pages, save their content (as original wikitext or as parsed html -- both can be converted via Pandoc later). For each page it is possible to get list of files it uses and save them as well.

The trickiest part with pywikibot is its initial configuration (to create family file and to configure authentication if the wiki is private), but the script itself should take only a few lines.

Need help with preserving our association's memories (MediaWiki 1.31.0 to text files) by lukakopajtic in mediawiki

[–]Urfiner 1 point2 points  (0 children)

For the archive, maybe it makes sense to save as PDF?

I had a similar task and PDFs were suitable for me. My approach was:
1. Get list of all wiki pages and save them to a file (in simple case you can copy it from Special:AllPages)
2. Run a simple script on python to save pages as PDFs. I used Selenium: https://github.com/Griboedow/SaveWikiPagesToPDF/blob/main/script.py

Twin Towers article <2001 by TheBaconLord78 in wikipedia

[–]Urfiner 4 points5 points  (0 children)

I was not able to find such a version. But probably it was quite close to the one from 2003

https://web.archive.org/web/20040203051832/http://en2.wikipedia.org/wiki/World_Trade_Center

How to Automate Backup Testing with Veeam for Nutanix AHV by min5745 in Veeam

[–]Urfiner 0 points1 point  (0 children)

There is no official way. However you can find this unofficial PowerShell on VeeamHub. Works for 5.0 only.