Deprecated: Use of Please install wikidiff2 to retain inline diff functionality. was deprecated in MediaWiki 1.35.0. [Called from SpecialMobileDiff::executeWhenAvailable in /volume3/web/w/extensions/MobileFrontend/includes/specials/SpecialMobileDiff.php at line 146] in /volume3/web/w/includes/debug/MWDebug.php on line 376 Call Stack: 0.0001 361432 1. {main}() /volume3/web/w/index.php:0 0.0284 2621416 2. wfIndexMain() /volume3/web/w/index.php:46 0.0285 2623560 3. MediaWiki->run() /volume3/web/w/index.php:53 0.0288 2623816 4. MediaWiki->main() /volume3/web/w/includes/MediaWiki.php:546 0.0294 2637912 5. MediaWiki->performRequest() /volume3/web/w/includes/MediaWiki.php:913 0.0476 3459888 6. MediaWiki\SpecialPage\SpecialPageFactory->executePath($title = class Title { public $mTextform = 'MobileDiff/270'; public $mUrlform = 'MobileDiff/270'; public $mDbkeyform = 'MobileDiff/270'; public $mNamespace = -1; public $mInterwiki = ''; private $mLocalInterwiki = FALSE; public $mFragment = ''; public $mArticleID = 0; protected $mLatestID = FALSE; private $mContentModel = FALSE; private $mForcedContentModel = FALSE; private $mEstimateRevisions = NULL; public $mRestrictions = []; protected $mOldRestrictions = FALSE; public $mCascadeRestriction = NULL; public $mCascadingRestrictions = NULL; protected $mRestrictionsExpiry = []; protected $mHasCascadingRestrictions = NULL; public $mCascadeSources = NULL; public $mRestrictionsLoaded = FALSE; public $prefixedText = NULL; public $mTitleProtection = NULL; public $mDefaultNamespace = 0; protected $mLength = -1; public $mRedirect = NULL; private $mHasSubpages = NULL; private $mPageLanguage = NULL; private $mDbPageLanguage = FALSE; private $mTitleValue = NULL; private $mIsBigDeletion = NULL; private $mIsValid = TRUE }, $context = class RequestContext { private $request = class WebRequest { protected $data = [...]; protected $queryAndPathParams = [...]; protected $queryParams = [...]; protected $headers = [...]; private $response = class WebResponse { ... }; private $ip = '18.222.0.213'; protected $requestTime = 1716041293.5617; protected $protocol = 'https'; protected $sessionId = class MediaWiki\Session\SessionId { ... }; protected $markedAsSafe = FALSE }; private $title = class Title { public $mTextform = 'MobileDiff/270'; public $mUrlform = 'MobileDiff/270'; public $mDbkeyform = 'MobileDiff/270'; public $mNamespace = -1; public $mInterwiki = ''; private $mLocalInterwiki = FALSE; public $mFragment = ''; public $mArticleID = 0; protected $mLatestID = FALSE; private $mContentModel = FALSE; private $mForcedContentModel = FALSE; private $mEstimateRevisions = NULL; public $mRestrictions = [...]; protected $mOldRestrictions = FALSE; public $mCascadeRestriction = NULL; public $mCascadingRestrictions = NULL; protected $mRestrictionsExpiry = [...]; protected $mHasCascadingRestrictions = NULL; public $mCascadeSources = NULL; public $mRestrictionsLoaded = FALSE; public $prefixedText = NULL; public $mTitleProtection = NULL; public $mDefaultNamespace = 0; protected $mLength = -1; public $mRedirect = NULL; private $mHasSubpages = NULL; private $mPageLanguage = NULL; private $mDbPageLanguage = FALSE; private $mTitleValue = NULL; private $mIsBigDeletion = NULL; private $mIsValid = NULL }; private $wikipage = NULL; private $output = class OutputPage { protected $mMetatags = [...]; protected $mLinktags = [...]; protected $mCanonicalUrl = FALSE; private $mPageTitle = 'Changes'; private $displayTitle = NULL; private $cacheIsFinal = FALSE; public $mBodytext = '
\n\t\n\t\n\t Changes - Jesse's Wiki

Changes

265 bytes added ,  22:10, 16 August 2022
Created page with "Batch rename files in a directory, subtract text from the end of each file (e.g. replace N with number of characters to remove<syntaxhighlight lang="powershell"> ls | Rename-I..."
Batch rename files in a directory, subtract text from the end of each file (e.g. replace N with number of characters to remove<syntaxhighlight lang="powershell">
ls | Rename-Item -NewName {$_.name.substring(0,$_.BaseName.length-N) + $_.Extension}
</syntaxhighlight>
Warning: Cannot modify header information - headers already sent by (output started at /volume3/web/w/includes/debug/MWDebug.php:376) in /volume3/web/w/includes/WebResponse.php on line 74 Call Stack: 0.0001 361432 1. {main}() /volume3/web/w/index.php:0 0.0284 2621416 2. wfIndexMain() /volume3/web/w/index.php:46 0.0285 2623560 3. MediaWiki->run() /volume3/web/w/index.php:53 0.0288 2623816 4. MediaWiki->main() /volume3/web/w/includes/MediaWiki.php:546 0.1445 5123872 5. MediaWiki::{closure:/volume3/web/w/includes/MediaWiki.php:925-931}() /volume3/web/w/includes/MediaWiki.php:940 0.1445 5123872 6. OutputPage->output($return = TRUE) /volume3/web/w/includes/MediaWiki.php:927 0.2946 5854792 7. OutputPage->sendCacheControl() /volume3/web/w/includes/OutputPage.php:2649 0.2948 5856088 8. WebResponse->header($string = 'Vary: Accept-Encoding, Cookie', $replace = ???, $http_response_code = ???) /volume3/web/w/includes/OutputPage.php:2440 0.2948 5856088 9. header($header = 'Vary: Accept-Encoding, Cookie', $replace = TRUE) /volume3/web/w/includes/WebResponse.php:74 Warning: Cannot modify header information - headers already sent by (output started at /volume3/web/w/includes/debug/MWDebug.php:376) in /volume3/web/w/includes/WebResponse.php on line 74 Call Stack: 0.0001 361432 1. {main}() /volume3/web/w/index.php:0 0.0284 2621416 2. wfIndexMain() /volume3/web/w/index.php:46 0.0285 2623560 3. MediaWiki->run() /volume3/web/w/index.php:53 0.0288 2623816 4. MediaWiki->main() /volume3/web/w/includes/MediaWiki.php:546 0.1445 5123872 5. MediaWiki::{closure:/volume3/web/w/includes/MediaWiki.php:925-931}() /volume3/web/w/includes/MediaWiki.php:940 0.1445 5123872 6. OutputPage->output($return = TRUE) /volume3/web/w/includes/MediaWiki.php:927 0.2946 5854792 7. OutputPage->sendCacheControl() /volume3/web/w/includes/OutputPage.php:2649 0.2953 5856096 8. WebResponse->header($string = 'Expires: Thu, 01 Jan 1970 00:00:00 GMT', $replace = ???, $http_response_code = ???) /volume3/web/w/includes/OutputPage.php:2478 0.2953 5856096 9. header($header = 'Expires: Thu, 01 Jan 1970 00:00:00 GMT', $replace = TRUE) /volume3/web/w/includes/WebResponse.php:74 Warning: Cannot modify header information - headers already sent by (output started at /volume3/web/w/includes/debug/MWDebug.php:376) in /volume3/web/w/includes/WebResponse.php on line 74 Call Stack: 0.0001 361432 1. {main}() /volume3/web/w/index.php:0 0.0284 2621416 2. wfIndexMain() /volume3/web/w/index.php:46 0.0285 2623560 3. MediaWiki->run() /volume3/web/w/index.php:53 0.0288 2623816 4. MediaWiki->main() /volume3/web/w/includes/MediaWiki.php:546 0.1445 5123872 5. MediaWiki::{closure:/volume3/web/w/includes/MediaWiki.php:925-931}() /volume3/web/w/includes/MediaWiki.php:940 0.1445 5123872 6. OutputPage->output($return = TRUE) /volume3/web/w/includes/MediaWiki.php:927 0.2946 5854792 7. OutputPage->sendCacheControl() /volume3/web/w/includes/OutputPage.php:2649 0.2955 5872416 8. WebResponse->header($string = 'Cache-Control: private, must-revalidate, max-age=0', $replace = ???, $http_response_code = ???) /volume3/web/w/includes/OutputPage.php:2479 0.2955 5872416 9. header($header = 'Cache-Control: private, must-revalidate, max-age=0', $replace = TRUE) /volume3/web/w/includes/WebResponse.php:74