<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hacks on Hugo Testbed Theme</title>
    <link>https://teachedu.name/categories/hacks/</link>
    <description>Recent content in Hacks on Hugo Testbed Theme</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 27 Nov 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://teachedu.name/categories/hacks/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>HOW TO FIX &#34;UNABLE TO RENDER ERROR&#34; 0x80131501 IN VEGAS PRO 21</title>
      <link>https://teachedu.name/news/how-to-fix-unable-to-render-error-0x80131501-in-vegas-21/</link>
      <pubDate>Mon, 27 Nov 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-fix-unable-to-render-error-0x80131501-in-vegas-21/</guid>
      <description>Vegas video montage software is widely known as pretty glitchy application especially if we are speaking about latest versions. Newest Vegas 21 Pro is no exception. I run into problems almost instantly. Right after i&amp;rsquo;ve decided to render video clip. Upon export attempt application showed me error:&#xA;0x80131501 How typical! To fix things up i just took DLL library [RenderAsDialog.dll, which is responsible for export dialog] from previous Vegas Pro 18 [sub-version 284 to be precise] and substituted original file with above mentioned.</description>
    </item>
    <item>
      <title>HOW TO COMPLETELY DISABLE TELEMETRY SERVICES WHICH DIAL BACK TO THIRD-PARTIES IN FIREFOX</title>
      <link>https://teachedu.name/news/how-to-completely-disable-telemetry-services-which-dial-back-to-third-parties-in-firefox/</link>
      <pubDate>Fri, 04 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-completely-disable-telemetry-services-which-dial-back-to-third-parties-in-firefox/</guid>
      <description>UPDATED ON: 2023-09-06 Some new parameters were added.&#xA;Note that by default all [Nightly versions] of Firefox are sending back telemetry to third-parties in extensive manner. So, to disable such malicious actions besides turning off telemetry settings via standard GUI options:&#xA;about:preferences#privacy You&amp;rsquo;ll need to use good old:&#xA;about:config To change to:&#xA;FALSE &amp;hellip;or create following parameters in software registry:&#xA;toolkit.telemetry.archive.enabled&#xD;toolkit.telemetry.enabled&#xD;toolkit.telemetry.unified&#xD;toolkit.telemetry.unifiedIsOptIn&#xD;toolkit.telemetry.bhrPing.enabled&#xD;toolkit.telemetry.firstShutdownPing.enabled&#xD;toolkit.telemetry.hybridContent.enabled&#xD;toolkit.telemetry.newProfilePing.enabled&#xD;toolkit.telemetry.reportingpolicy.firstRun toolkit.</description>
    </item>
    <item>
      <title>HOW TO CHANGE GUI LANGUAGE IN PHOTOSHOP TO ENGLISH</title>
      <link>https://teachedu.name/news/how-to-change-gui-language-in-photoshop-to-english/</link>
      <pubDate>Thu, 06 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-change-gui-language-in-photoshop-to-english/</guid>
      <description>&#xA;This can be done by changing application&amp;rsquo;s language locale to English. But what if you have only one non-English language in GUI preferences?&#xA;The solution is surprisingly simple.&#xA;Close Photoshop if it is already running&#xA;Find following file:&#xA;tw10428.dat Standard location:&#xA;C:\Program Files\Adobe\Adobe Photoshop YOUR-VERSION\Locales\YOUR-LANGUAGE\Support Files\ In case of Photoshop 2020 file is named:&#xA;tw10428_Photoshop_ru_RU.dat Rename it into something like: tw10428.dat.bak Ta-da! Start software and enjoy! Imagery by spacedrone808 @Adobe Imagery by spacedrone808 @Freepik </description>
    </item>
    <item>
      <title>HOW TO SET PROPER COLOR FOR CURSOR AND COMMENTS IN VSCODE EDITOR</title>
      <link>https://teachedu.name/news/how-to-set-proper-cursor-color-in-vscode/</link>
      <pubDate>Wed, 28 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-set-proper-cursor-color-in-vscode/</guid>
      <description>UPDATED ON: 2023-12-02&#xA;The main reason i&amp;rsquo;ve decided to write this note is indistinct default color mappings and inability to solve issue simply using GUI of software.&#xA;In main configuration file:&#xA;settings.json add following lines:&#xA;&amp;#34;workbench.colorCustomizations&amp;#34;: {&#xD;&amp;#34;editorCursor.foreground&amp;#34;: &amp;#34;#ff0000&amp;#34;,&#xD;&amp;#34;terminalCursor.foreground&amp;#34;: &amp;#34;#02ED3D&amp;#34;,&#xD;&amp;#34;editorLineNumber.activeForeground&amp;#34;: &amp;#34;#ff0000&amp;#34;,&#xD;&amp;#34;editor.lineHighlightBackground&amp;#34;: &amp;#34;#016119&amp;#34;,&#xD;&amp;#34;editor.lineHighlightBorder&amp;#34;: &amp;#34;#02ED3D&amp;#34;,&#xD;&amp;#34;terminal.foreground&amp;#34;: &amp;#34;#02ed3d&amp;#34; }, To set custom color for GREY comments drop in these lines:&#xA;&amp;#34;editor.tokenColorCustomizations&amp;#34;: {&#xD;&amp;#34;conmments&amp;#34;: &amp;#34;#ff006f&amp;#34;&#xD;} To fast access configuration file press:</description>
    </item>
    <item>
      <title>HOW TO RUN LATEST VS CODE IN WINDOWS 7 X64</title>
      <link>https://teachedu.name/news/how-to-run-latest-vs-code-in-windows-7-x64/</link>
      <pubDate>Sat, 24 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-run-latest-vs-code-in-windows-7-x64/</guid>
      <description>UPDATED ON: 2024-07-05 v1.81.1 is a more recent version, which can be executed without any efforts v1.89 is a hacked [FINAL version] for Windows 7 x64 So, Windows 7 users are pretty safe at this point despite artificial restrictions of big corps.&#xA;Usually i&amp;rsquo;m not feeling so delightful regarding microsoft modern programs, but this one is pretty good. And of course they tried to artificially cripple it under &amp;ldquo;obsolete&amp;rdquo; Windows 7.</description>
    </item>
    <item>
      <title>HOW TO EXPAND LIST OF SUPPORTED ADDONS IN ANDROID FIREFOX</title>
      <link>https://teachedu.name/news/how-to-expand-list-of-supported-addons-in-android-firefox/</link>
      <pubDate>Thu, 16 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-expand-list-of-supported-addons-in-android-firefox/</guid>
      <description>UPDATED ON: 2023-08-31&#xA;Not long ago i&amp;rsquo;ve already mentioned about privacy-hardened [Mull browser]. Very nice Android browser, but have one serious downside: limited amount of supported addons. Yes, i like desktop convenience on the go!&#xA;To enable additional addons in mobile Firefox browser you&amp;rsquo;ll need to sideload custom addon collection tied to mozilla account. It&amp;rsquo;s astonishing fact how they like to implement overcomplicated stuff!&#xA;To create your own collection you&amp;rsquo;ll need Firefox account, but i&amp;rsquo;ll not bother to spent time on such dumb efforts.</description>
    </item>
    <item>
      <title>HOW TO RUN OBS STUDIO V29 IN WINDOWS 7</title>
      <link>https://teachedu.name/news/how-to-run-obs-studio-29-in-windows-7/</link>
      <pubDate>Fri, 17 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-run-obs-studio-29-in-windows-7/</guid>
      <description>I&amp;rsquo;ll keep post updated if any changes happen.&#xA;Recently last officially supported version was [27.4.2]. But from now on we can use actual version of software.&#xA;Here is small instruction list on how to make things rollin&amp;rsquo; under mighty Windows 7:&#xA;Obtain hacked [QT 6.3.1 DLLs for Windows 7] ||| [Mirror] [QT6 is not officially supported] Download [CFF Explorer][direct link] for basic resource hackery Obviously grab latest zipped archive [OBS Studio 29.</description>
    </item>
    <item>
      <title>HOW TO BRING BACK CLASSIC SQUARE TABS IN RECENT FIREFOX</title>
      <link>https://teachedu.name/news/how-to-bring-back-square-tabs-in-firefox/</link>
      <pubDate>Mon, 26 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-bring-back-square-tabs-in-firefox/</guid>
      <description>Tired of round shaped chrome-like tabs?&#xA;These tweaks attempt to recreate the feel of Quantum with its squared tabs and menus, but in the Proton UI. As of FF91, the about:config option to disable proton has been deprecated, leaving CSS as the main way to revert the UI.&#xA;Want to bring back minimalistic strict lines and make things more serious?&#xA;[Firefox-Proton-Square] tweak will help ya.&#xA;INSTALLATION PROCESS&#xA;Enable userChrome.css support Go to about:config toolkit.</description>
    </item>
    <item>
      <title>HOW TO REMOVE ANNOYING CONFIRMATION WINDOW WHEN COPYING FILES FROM PUTER TO CELLPHONE OVER DUMB MTP PROTOCOL</title>
      <link>https://teachedu.name/news/how-to-remove-annoying-confirmation-window-when-copying-files-from-puter-to-cellphone-via-mtp/</link>
      <pubDate>Thu, 23 Sep 2021 00:00:00 +0000</pubDate>
      <guid>https://teachedu.name/news/how-to-remove-annoying-confirmation-window-when-copying-files-from-puter-to-cellphone-via-mtp/</guid>
      <description>Of course you run into situations when you would like to copy &amp;ldquo;non-standard&amp;rdquo; files to your Android smartphone and dumb MTP protocol showed up window like this one:&#xA;And this torture repeated after every new file type copied. Such imbecility can be removed by following command in admin console:&#xA;regsvr32 /u wpdshext.dll That&amp;rsquo;s all, limitation is gone.&#xA;Another hint, which potentially can help to overcome weird design of MTP protocol.</description>
    </item>
  </channel>
</rss>
