▒▓█ FAQ

ACTUAL SERVICES TO BYPASS ISP RESTRICTIONS [2024]

ACTUAL SERVICES TO BYPASS ISP RESTRICTIONS [2024]

UPDATED ON: 2024-03-08 !!!!Post will be updated in the future, so be on the edge!!!! Here is a comprehensive list of the most trusted ban-overriding solutions to date to circumvent pathetic actions of obsolete dictators and freedom violators. All mentioned software are compatible with Windows 7 and Android 8. Linux users will surely find what they are looking for without my help. ►NETWORKS/PROXY [TOR BROWSER] PLATFORM OFFICIAL SITE GITHUB
HOW TO SETUP CUSTOM FONTS IN WINDOWS 7 CONSOLE

HOW TO SETUP CUSTOM FONTS IN WINDOWS 7 CONSOLE

As a hardcore user of [dual-panel orthodox file manager] i always suffered because of sucky look of default console fonts. Native preloaded font list has quite scarce selection, if you ask me. To fix such disappointment you’ll need: install desired fonts by means of windows control panel copy EXACT FONT NAME fonts section in control panel paste it into registry key into following branch HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Console\TrueTypeFont note that every new subsequent font should be added by a key with added one zero to registry key name reboot computer to apply & enjoy!
MOVE SWAP FILE AND TEMPORARY FOLDER INTO RAMDISK TO IMPROVE PERFORMANCE

MOVE SWAP FILE AND TEMPORARY FOLDER INTO RAMDISK TO IMPROVE PERFORMANCE

So you have tweaked every possible thing and want to squeeze more performance from your workstation? I’ll tell you how to do this if you have plenty of spare RAM and don’t know what to do with all those memory chips. Placing swap file and temporary folder into RAM is a quite good decision after all. Ram disk is already old idea to improve speed of disk input/output operations. Some time ago even [GPURamDrive] was introduced to masses, although it doesn’t receive popularity because of slow speed in comparison to generic DDR3/4 memory.
HOW TO FIX "UNABLE TO RENDER ERROR" 0x80131501 IN VEGAS PRO 21

HOW TO FIX "UNABLE TO RENDER ERROR" 0x80131501 IN VEGAS PRO 21

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’ve decided to render video clip. Upon export attempt application showed me error: 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.
HOW TO TRANSCRIBE AUDIO SPEECH INTO TEXT USING PYTHON

HOW TO TRANSCRIBE AUDIO SPEECH INTO TEXT USING PYTHON

Recently i was asked for a simple & free way of transcribing audio speech into plain text. Problem was solved via Python library called [Vosk] . It is a speech recognition toolkit working in offline environment. To make things happen do the following: [Install vosk] pip install vosk [Download speech model] of required language, larger libraries bring just marginal improvement over the smaller ones despite the fact that they are over 40 times bigger in a size.
PYTHON CERTIFICATE VERIFY FAILED, SELF-SIGNED CERTIFICATE IN CERTIFICATE CHAIN

PYTHON CERTIFICATE VERIFY FAILED, SELF-SIGNED CERTIFICATE IN CERTIFICATE CHAIN

Aside from [Github certificate issue] , Python also showed me some teeth regarding certificate stuff. How quaint! I think that such things comes from the fact that i’m using “obsolete” Windows 7. But we don’t choose the easy way out, don’t we? I’m using [hacked Python 3.11.1] . After trying to install Python external module: pip install vosk system showed me this: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationErro r(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.
COMPREHENSIVE GUIDE ON HOW TO REMOVE TELEMETRY FROM NVIDIA DRIVERS

COMPREHENSIVE GUIDE ON HOW TO REMOVE TELEMETRY FROM NVIDIA DRIVERS

Following instructions successfully tested with [Geforce RTX 3090Ti] on recent [474.66 driver] [October 2023]. In newer operating systems things could be entirely different. It’s been a fair amount of time since I’ve written about privacy related stuff. In early days ~2017 nvidia was not so obsessed with telemetry. Everything you should do to block their efforts is to run [Disable Nvidia Telemetry] . As time goes on things changed dramatically.
MDGX ▀ ENORMOUS TWEAKING SITE SINCE 1993

MDGX ▀ ENORMOUS TWEAKING SITE SINCE 1993

Surfing web regarding Windows 7 news i’ve stumbled upon [MDGX] site. This chaotic gold mine of various knowledge, especially regarding vintage operating systems! Immediately bookmarked it and will surely study in a closer inspection later on. Huge section [dedicated to Windows 7 tweaks] and [plain text file] is also available. Hope that you’ll find something previously unknown. Imagery by spacedrone808
HOW TO IMPROVE PERFORMANCE OF WEBSITE

HOW TO IMPROVE PERFORMANCE OF WEBSITE

UPDATED ON: 2023-11-04 Nothing complex here, at least at this time. Here i’ll accumulate performance related information. ░▒▓ LAZY LOADING OF IMAGES ▓▒░ Just implemented lazy loading at my main index page. Concept is pretty simple you are loading images only when they appearing in the viewport of the browser. All you need to do is just to apply loading=“lazy” to the classes of loaded images. <img loading="lazy" src="/img/demo./png" alt="Picture"> In my case it was like this:
HOW TO ENABLE SVG PREVIEW IN WINDOWS EXPLORER ON WINDOWS 7

HOW TO ENABLE SVG PREVIEW IN WINDOWS EXPLORER ON WINDOWS 7

So, you want to be a hip and would like to have the feature of SVG preview in file explorer like in fancy windows 11 of friend of yours? It is surely possible, even on such old crone like Windows 7! [SVG See] is an excellent application, which bring such functionality to our crony operating system. If you are for some reason don’t observe SVG previews in explorer there are a couple of things that you could try to fix things up:
SOLVING CREDENTIALS AND CERTIFICATE ISSUES WHILE UPLOADING TO GITHUB

SOLVING CREDENTIALS AND CERTIFICATE ISSUES WHILE UPLOADING TO GITHUB

For me things never work as they should. Github is not an exception. After my first try to submit things to repo i run into: ... Author identity unknown. *** Please tell me who you are. PROBLEM CAN BE SOLVED BY THESE COMMANDS: git config --global user.email "YOUR_EMAIL" git config --global user.name "YOUR_LOGIN" After that certificate issue occurred: ... self-signed certificate in certificate chain and another error right after the previous one:
VS CODE KEYBOARD HACKS WILL BE POSTED HERE

VS CODE KEYBOARD HACKS WILL BE POSTED HERE

UPDATED ON: 2024-04-05 All keyboard hacks and tweaks will be posted here. Stay tuned for more goodies! THE MAIN PURPOSE OF THIS LITTLE ACCUMULATION IS TO REMOVE MOUSE FROM CODING WORKFLOW. Remember to separate rules with comas. Like this: [ { "key": "alt+numpad_subtract", "command": "workbench.action.decreaseViewSize" }, { "key": "alt+numpad_add", "command": "workbench.action.increaseViewSize" }, { "key": "ctrl+shift+b", "command": "workbench.action.toggleActivityBarVisibility" } ] Last rule-set do not contain coma symbol in the end.
TROUBLESHOOTING LATEST VIRTUALBOX 6.X UNDER WINDOWS 7 ENVIRONMENT

TROUBLESHOOTING LATEST VIRTUALBOX 6.X UNDER WINDOWS 7 ENVIRONMENT

UPDATED ON: 2024-01-18 For virtual emulation in most cases i use VMWare Workstation 15.5.7 dated back to 2020, which works awesomely fine. Recently i run into VirtualBox on my primary job and have to run Linux Debian on Windows 7 Enterprise. As per official Oracle documentation all [6.x VirtualBox releases] are compatible with Windows 7. Unfortunately it is not so true. Most of people can’t ran following versions: VirtualBox 6.
HOW TO FIX OUT OF SYNC TIME ON OLD WINDOWS 7 INSTALLATIONS

HOW TO FIX OUT OF SYNC TIME ON OLD WINDOWS 7 INSTALLATIONS

A couple of weeks ago i run into problem related to out-of sync time clock. Tried almost all imaginable solutions, like time service restarting, checking that internet time-sync option is turned on and so on and so forth. Of course to no avail at all. How typical! My Windows 7 installation dates back to early 2019 and i’ve plethora of software installed, and more over system is heavily customized so plain reinstall of operating system is not an option in my case.
HOW TO EASILY FIX GPS ISSUES ON SONY XZ1 COMPACT SMARTPHONE

HOW TO EASILY FIX GPS ISSUES ON SONY XZ1 COMPACT SMARTPHONE

As you may know [Sony Xperia XZ1 Compact] is my main web surfing phone on the go. I’m fully satisfied with it’s capabilities even in 2023. Except one little problem, related to GPS and speed of satellites detection. Issue showed up couple of months ago and it seems that i finally found an easy way to fix it. After some investigations i conclude that device has a hardware based problem, and to eliminate it completely you need to open phone casing and pull up antenna so it will have tighter surface touching with in-case metallic plate.
HOW TO POWER OFF OR RESTART ANDROID PHONE WITHOUT TOUCHING HARDWARE BUTTONS

HOW TO POWER OFF OR RESTART ANDROID PHONE WITHOUT TOUCHING HARDWARE BUTTONS

Say you would like to extend life cycle of your hardware power button and want to turn off/restart your device without touching mechanics. Unfortunately most of smartphones don’t offer such functionality out of the box. However there is an easy way to make things rollin'. Problem can be solved by installing [Power Menu] , very small application. It is a simple tool which just works, do expected thing and moreover contains no bloat at all.
FIXING SLOW STARTUP OF APPLICATIONS IN MANJARO XFCE

FIXING SLOW STARTUP OF APPLICATIONS IN MANJARO XFCE

Right after installing [Manjaro Linux] i run into weird issue. Most of needed applications like Firefox and Thunderbird take around 10 seconds or so just to startup. Such behavior on NVME drive is unacceptable at all. Problem was in a serious [bug in gnome desktop] , despite the fact that i’m running XFCE desk. Workaround for GTK-based desktops is to run following commmands in terminal: sudo pacman -Rdd xdg-desktop-portal-gnome sudo pacman -S xdg-desktop-portal-gtk Imagery by spacedrone808
ESSENTIAL VSCODE SHORTCUTS TO SPEED UP YOUR WORKFLOW DRAMATICALLY

ESSENTIAL VSCODE SHORTCUTS TO SPEED UP YOUR WORKFLOW DRAMATICALLY

UPDATED ON: 2024-04-05 Here is a small list of mandatory keystrokes, which significantly speed up working process! NOTE! ++[KEY] ► means that you must release previously pressed keys upon pressing it NAVIGATION [CTRL]+[SHIFT]+[N] ► new editor instance [CTRL]+[K]+[CTRL]+[O] ► open folder [CTRL]+[K]++[F] ► close folder [ALT]+[L]+[ALT]+[O] ► open in browser [CTRL]+[W] ► close current tab [CTRL]+[K]++[W] ► close all tabs [ALT]+[1]/[2]/[3] ► fast-switch to diffrenet tabs [CTRL]+[1]/[2] ► fast-switch between panels
RENOISE EFFECTS LIST AND VARIOUS TRACKER TIPS

RENOISE EFFECTS LIST AND VARIOUS TRACKER TIPS

UPDATED ON: 2023-09-20 Version: 0.5 Considered Renoise version is 3.4.x. Just a small collection of important things to remember. Will be nice if stash come in handy to someone. ▒ GENERAL SETTINGS [-] GUI effects and animation [+] More compatible GFX updates [48] Limit frame rate [-] View multiple patterns continuously [+] Single click to create new points [hold Shift to select] [-8dB] Track headroom ▲ BACK TO TOP
COMPREHENSIVE LIST OF THE MOST IMPORTANT RENOISE SHORTCUTS

COMPREHENSIVE LIST OF THE MOST IMPORTANT RENOISE SHORTCUTS

UPDATED ON: 2023-09-20 List of shortcuts, which i frequently use in my work-flow. Text version for offline surfing can be grabbed [here] . Official list of shortcuts can be found [on Renoise site] . ▒ MODIFICATORS [SHIFT] ► track [ALT] ► block [selection] [CTRL]+[SHIFT] ► column [ALT]+[SHIFT] ► group [CTRL] ► pattern ▒ GENERAL [ALT]+[ENTER] ► toggle real fullscreen [CTRL]+[N] ► new song [CTRL]+[S] ► save song [CTRL]+[SHIFT]+[S] ► save track as [CTRL]+[O] ► open song [CTRL]+[,] ► open preferences
SECURE YOURSELF FROM AUTORUN VIRUSES

SECURE YOURSELF FROM AUTORUN VIRUSES

UPDATED ON: 2023-08-24 This is a short clipping from [Complete tweaking guide for Windows 7] article. First of all you need to terminate autorun feature for housewives to limit auto-start of unwanted applications and viruses. I prefer fully manual control what’s starting and what is not. To complete this tuning like a boss do the following on all external flash devices you have. Format your Flash/HDD storage using NTFS file system Take a note that modern smartphones can’t read such storage devices.
HOW TO COMPLETELY DISABLE TELEMETRY SERVICES WHICH DIAL BACK TO THIRD-PARTIES IN FIREFOX

HOW TO COMPLETELY DISABLE TELEMETRY SERVICES WHICH DIAL BACK TO THIRD-PARTIES IN FIREFOX

UPDATED ON: 2023-09-06 Some new parameters were added. 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: about:preferences#privacy You’ll need to use good old: about:config To change to: FALSE …or create following parameters in software registry: toolkit.telemetry.archive.enabled toolkit.telemetry.enabled toolkit.telemetry.unified toolkit.telemetry.unifiedIsOptIn toolkit.telemetry.bhrPing.enabled toolkit.telemetry.firstShutdownPing.enabled toolkit.telemetry.hybridContent.enabled toolkit.telemetry.newProfilePing.enabled toolkit.telemetry.reportingpolicy.firstRun toolkit.
HOW TO STAY SAFE WHEN USING OB-SOUL-EEE-TEE WINDOWS 7 IN 2023?

HOW TO STAY SAFE WHEN USING OB-SOUL-EEE-TEE WINDOWS 7 IN 2023?

I often get asked regarding Windows 7 safety especially in 2023. "Is it safe to use such old operating system?" "What about security?" "How about modern viruses?" .... …. and many other similar questions. Funny thing that people who are asking about security don’t give a damn about privacy. Yeah, that’s quite different definitions for sure, but from my point of view they always come together hand in hand. The main and the most important security police officer is your head.
HOW TO CHANGE GUI LANGUAGE IN PHOTOSHOP TO ENGLISH

HOW TO CHANGE GUI LANGUAGE IN PHOTOSHOP TO ENGLISH

This can be done by changing application’s language locale to English. But what if you have only one non-English language in GUI preferences? The solution is surprisingly simple. Close Photoshop if it is already running Find following file: tw10428.dat Standard location: C:\Program Files\Adobe\Adobe Photoshop YOUR-VERSION\Locales\YOUR-LANGUAGE\Support Files\ In case of Photoshop 2020 file is named: tw10428_Photoshop_ru_RU.dat Rename it into something like: tw10428.dat.bak Ta-da! Start software and enjoy! Imagery by spacedrone808
BRING BACK NORMAL HEIGHT TO TABS IN FIREFOX 115

BRING BACK NORMAL HEIGHT TO TABS IN FIREFOX 115

I bet most of Firefox oldschool users hated the recent “changes” in terms of overall browser design. Rounded childish like-chrome corners, foolish restriction on what can be configured and so on. And now they crippled the look of browser tabs: to waste your workspace and spoil the design, just take a look at this: MODERN “NORMAL” STYLE LEGACY NORMAL STYLE SIDE-BY-SIDE COMPARISON I suppose that such “changes” were made in favor to touchscreen devices.
HOW TO MINIMIZE LAPTOP POWER CONSUMPTION

HOW TO MINIMIZE LAPTOP POWER CONSUMPTION

Say you need to run on a laptop battery vintage or simply non-demanding applications for an extremely long time. Here is a little breakdown of mandatory things to do: turn off in BIOS unneeded devices like camera, sd-card reader, fingerprint scanner, gsm-modem, wifi, bt or whatever you are not using turn on power saving features like various C-power states turn off hyper-threading and hi-core count [if you have such ability] lower screen brightness to acceptable level check my [quick] and [comprehensive] optimization FAQs get rid of [unneeded services and bloat applications] Also you can use core parking utility [Park Control] , but in this mini-guide i’ll show you how to set power related things up via internal Windows 7 tools.
HOW TO SET PROPER COLOR FOR CURSOR AND COMMENTS IN VSCODE EDITOR

HOW TO SET PROPER COLOR FOR CURSOR AND COMMENTS IN VSCODE EDITOR

UPDATED ON: 2023-12-02 The main reason i’ve decided to write this note is indistinct default color mappings and inability to solve issue simply using GUI of software. In main configuration file: settings.json add following lines: "workbench.colorCustomizations": { "editorCursor.foreground": "#ff0000", "terminalCursor.foreground": "#02ED3D", "editorLineNumber.activeForeground": "#ff0000", "editor.lineHighlightBackground": "#016119", "editor.lineHighlightBorder": "#02ED3D", "terminal.foreground": "#02ed3d" }, To set custom color for GREY comments drop in these lines: "editor.tokenColorCustomizations": { "conmments": "#ff006f" } To fast access configuration file press:
HOW TO RUN LATEST VS CODE IN WINDOWS 7 X64

HOW TO RUN LATEST VS CODE IN WINDOWS 7 X64

UPDATED ON: 2024-04-06 v1.81.1 is a more recent version, which can be executed without any efforts v1.88 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. Usually i’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 “obsolete” Windows 7.
ELIMINATE SCREEN TEARING ON INTEL HD GRAPHICS IN WINDOWS 7 ENVIRONMENT

ELIMINATE SCREEN TEARING ON INTEL HD GRAPHICS IN WINDOWS 7 ENVIRONMENT

In my newly purchased [Lenovo X1 Carbon] i run into screen tearing issues during web or local video playback with classic windows theme turned on. GOOD EXAMPLE OF SCREEN TEARING PHENOMENON I messed around with different video driver settings, under the hood browser parameters, fine-tuning other various tweaks without any changes for good. To my surprise solution was pretty straightforward. JUST TURN ON AERO THEME TO SAVE YOUR EV▓NING! Aero interface is rendered by Desktop Windows Manager [DWM].

▀ BACK TO HOME PAGE ▀