Run:
ffmpeg -hide_banner -h encoder=libfdk_aac
| adb shell pm disable-user com.miui.accessibility | |
| adb shell pm disable-user com.miui.daemon | |
| adb shell pm disable-user com.android.carrierdefaultapp | |
| adb shell pm disable-user com.android.traceur | |
| adb shell pm disable-user com.miui.miservice | |
| adb shell pm disable-user com.xiaomi.mi_connect_service | |
| adb shell pm disable-user com.xiaomi.mirror | |
| adb shell pm disable-user com.android.stk | |
| adb shell pm disable-user com.goodix.fingerprint.setting | |
| adb shell pm disable-user com.android.cellbroadcastservice |
| Meta (Instagram, Facebook) | |
| // Узлы | |
| 157.240.253.174, 157.240.253.172, 157.240.253.167, 157.240.253.63, 157.240.253.32 | |
| 157.240.252.174, 157.240.252.172, 157.240.252.167, 157.240.252.63, 157.240.252.38 | |
| 57.144.112.34, 57.144.110.1, 157.240.205.174, 87.245.223.97 | |
| // Подсети | |
| 213.102.128.0/24 | |
| 204.15.20.0/22 | |
| 199.201.0.0/16 |
| Note: I don't know where does this thread belongs. If I'm on the incorrect section, move it to the correct one. | |
| Many people are literally just selling this method and I feel like sharing this out so that you don't have to pay because the seller just don't do a minute of work to get you the drive. | |
| So moving straight towards the method: | |
| Step I: | |
| Go to this link: https://td.fastio.me/ (mirrors to be left at the last) | |
| Step II: | |
| Type your desired drive's name at the first field and your Gmail on the bottom field. |
To add an entry in the Windows Explorer context menu to open Cmder
in a specific directory, paste this into a OpenCmderHere.reg file
and double-click to install it.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
@="Open Cmder Here"
"Icon"="\"%CMDER_ROOT%\\icons\\cmder.ico\",0"
As of the lastest versions, just execute the following command .\cmder.exe /REGISTER ALL per Documentation.
To add an entry in the Windows Explorer context menu to open Cmder
in a specific directory, paste this into a OpenCmderHere.reg file
and double-click to install it.
This guide is unmaintained and was created for a specific workshop in 2017. It remains as a legacy reference. Use at your own risk.
Workshop Instructor:
This workshop is distributed under a CC BY-SA 4.0 license.
| ; Allow the linker to find the _start symbol. The linker will begin program execution | |
| ; there. | |
| global _start | |
| ; Start the .data section of the executable, which stores constants (read-only data) | |
| ; It doesn't matter which order your sections are in, I just like putting .data first | |
| section .rodata | |
| ; Declare some bytes at a symbol called error_msg. NASM's db pseudo-instruction | |
| ; allows either a single byte value, a constant string, or a combination of the two | |
| ; as seen here. 0xA = new line, and 0x0 = string-terminating null |
| https://dl.google.com/translate/offline/v3/r1/c.zip | |
| https://dl.google.com/translate/offline/v3/r1/profiles.txt |
| # This hosts file is brought to you by Dan Pollock and can be found at | |
| # http://someonewhocares.org/hosts/ | |
| # You are free to copy and distribute this file for non-commercial uses, | |
| # as long the original URL and attribution is included. | |
| #<localhost> | |
| 127.0.0.1 localhost | |
| 127.0.0.1 localhost.localdomain | |
| 255.255.255.255 broadcasthost | |
| ::1 localhost |