2023 m. kovo 31 d., penktadienis

Interesting pip repositories

 https://pypi.org/project/dicebear/ - api for https://editor.dicebear.com/


https://github.com/ImNimboss/uberduck -voice cloning with  uberduck


https://pypi.org/project/tinytext/
https://pypi.org/project/p5/
https://pypi.org/project/nodezator/
https://pypi.org/project/pvcheetah/
https://pypi.org/project/beaupy/
https://pypi.org/project/FastDub/ - dubina kitos kalbos video automatiskai

https://pypi.org/project/torrentfile/

https://github.com/antiboredom/videogrep - iskarto klipu dalis
https://pypi.org/project/scenecut-extractor

https://pypi.org/project/cli2telegram/run messages to telegram
https://pypi.org/project/elementy/ - periodic table
https://pypi.org/project/streamlit-lightweight-charts/ - charts


https://pypi.org/project/cmdy/ - linux cmd commands simplified

2023 m. kovo 15 d., trečiadienis

Linux terminal for Android

termux


File locations:


$PREFIX
/data/data/com.termux/files/usr

$ pkg upgrade  #update packages

$HOME
/data/data/com.termux/files/usr


To mount file storage:

$ termux-setup-storage

./storage/shared


2023 m. kovo 13 d., pirmadienis

2023 m. kovo 10 d., penktadienis

Visual studio code plugins

Python addons:
 
 Error lens: - Gyvai rodo klaidingą kodą *
{
"python.analysis.typeCheckingMode": "basic"
}
 
 
 Addons:

  • Auto Rename Tag - Jei paeiti pradžią/pakeičia ir pabaigą
  • Better Comments
  • Live server
  • Turbo console log *
  • Indent rainbow
  • Bracket pair colorizer
    • Settings (Show Brakets in Gutter)
  • Intelij IDEA Keybindings
  • Javascript Snippet Pack
  • HTML boilerplate



Rooting Redmi Note 7

Thank you my sir, this tutorial is good for root. Yes my friend, please watch here.

Non ironically best tutorial, how to root with OrangeFox and magisk.

First you need to unlock phone:

Encountered error -- infinite flash-boot mode:

Problem:
Failed to load/authenticate boot image: Load Error') fastboot: error: Command failed

Fix:

$ fastboot erase misc
$ fastboot set_active a
$ fastboot reboot recovery

 

Then was <<waiting for device>> message in fastboom mode. I wiped system in recovery mode as it was restored. (hold power button + Volume up)


Flashing:

$ fastboot flash recovery recovery.img

$ fastboot reboot


Then hold (Power button + Volume up)

2023 m. kovo 8 d., trečiadienis

Connecting to Android

Connecting to physical Android device

 

$ scripts adb devices

$ scrcpy

To this to work, phone must enable  USB debugging

GOTO -> Phone - USB debugging (Security settings)



How to get mouse mouse?

$ xdotool getmouselocation --shell
 

Sending swipe commands

$ ads shell input touchscreen swiper 540 2200 300 1550 100 # 100 left *


Connecting to virtual Android device

Connecting to virtual Android device using anbox

2023 m. kovo 7 d., antradienis

2023 m. kovo 5 d., sekmadienis