[1] https://sawers.com.pe/modulo-lector-micro-sd-para-arduino-?
[2] https://www.electromania.pe/productos/raspberry/placas/page/3
Software Developer, Programming, Web resources and entertaiment. Desarrollo de software, programación, recursos web y entretenimiento.
[1] https://sawers.com.pe/modulo-lector-micro-sd-para-arduino-?
[2] https://www.electromania.pe/productos/raspberry/placas/page/3
[1] Introduction to Algorithms 3rd Edition Cormen https://fun4yo.xyz/book/introduction-to-algorithms-3rd-edition/
[2]
[1] 250Mb https://virusscan.jotti.org/en-US/scan-file
[3] 50Mb https://nordvpn.com/file-checker/
[4] https://internxt.com/virus-scanner
[5] 100Mb https://www.joesandbox.com/
gsettings set org.gnome.gedit.preferences.ui show-tabs-mode 'always'
gsettings get org.gnome.gedit.preferences.ui show-tabs-mode
gsettings list-recursively org.gnome.gedit.preferences.ui
org.gnome.gedit.preferences.ui bottom-panel-visible false
org.gnome.gedit.preferences.ui max-recents uint32 5
org.gnome.gedit.preferences.ui statusbar-visible true
org.gnome.gedit.preferences.ui show-tabs-mode 'always'
org.gnome.gedit.preferences.ui side-panel-visible false
org.gnome.gedit.preferences.ui toolbar-visible true
No Login
[1] https://www.freeconvert.com/png-to-svg
[2] https://svg-converter.com/potrace
Loging required
[2] https://www.recraft.ai
[3] https://iconscout.com/ai/vectorizer
Solving multiple python installation:
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.5 1
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 2
sudo update-alternatives --install /usr/bin/python3 python3 /usr/local/bin/python3.10 3
sudo update-alternatives --config python3
Solving:
Error: Command '['/home/DRIVE/Temp/aa/bin/python3.9', '-Im', 'ensurepip', '--upg
rade', '--default-pip']' returned non-zero exit status 1.
apt-get install python3.6-dev python3.6-venv
python3.6 -m venv myVenv
Upgrade pip
pip3 install --upgrade pip
Menu settings/keyboard
gnome-screenshot #default print screen
xfce4-screenshooter #dialog to choose complete/area screen to capture
[1] https://ensedeciencia.com/2023/10/14/la-potente-vitamina-que-protege-frente-al-cancer-de-prostata-y-otros-tipos-de-cancer/
Ubuntu 18.04.5 LTS (Bionic Beaver)
pgadmin4-desktop pgadmin4-server pgadmin4-web
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /usr/pgadmin4/venv/lib/python3.8/site-packages/cryptography/hazmat/bindings/_rust.abi3.so)
fincahuanaco ~ ldd --version
ldd (Ubuntu GLIBC 2.27-3ubuntu1.4) 2.27
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
fincahuanaco ~ sudo /usr/pgadmin4/bin/setup-web.sh
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by
/usr/pgadmin4/venv/lib/python3.8/site-packages/cryptography/hazmat/bindings/_rust.abi3.so)
Error setting up server mode. Please examine the output above.
Docker Alternative
fincahuanaco ~ docker pull dpage/pgadmin4
sudo docker run -p 5050:5050 -e 'PGADMIN_DEFAULT_EMAIL=email@gmail.com' -e 'PGADMIN_DEFAULT_PASSWORD=password' -e 'PGADMIN_LISTEN_PORT=5050' -d dpage/pgadmin4
sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2b0f1c329504 dpage/pgadmin4 "/entrypoint.sh" 25 minutes ago Up 25 minutes awesome_darwin
sudo docker stop 2b0f1c329504
sudo docker inspect 2b0f1c329504 | grep IPAddress #discovery ip
#force use local network
sudo docker run -p 5050:5050 --network host -e 'PGADMIN_DEFAULT_EMAIL=email@gmail.com' -e 'PGADMIN_DEFAULT_PASSWORD=password' -e 'PGADMIN_LISTEN_PORT=5050' -d dpage/pgadmin4
Resume docker containers
$ sudo docker start $(sudo docker ps -q -l)
Docker References:
[1] https://hub.docker.com/r/dpage/pgadmin4/
[2] Deploy https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html
[3] https://stackoverflow.com/questions/53610385/docker-postgres-and-pgadmin-4-connection-refused
[4] Resume docker container https://stackoverflow.com/questions/21928691/how-to-continue-a-docker-container-which-has-exited
Resources:
[1] AI Animation https://vivago.ai/video-generation
[2] Remove BG https://www.remove.bg/upload
Code
import requests
proxies = {
'http': 'http://72.10.160.172:9739',
}
url = 'https://httpbin.io/ip'
response = requests.get(url, proxies=proxies)
print(response.json())
References:
[1] https://www.zenrows.com/blog/python-requests-proxy#perform-requests
[2] https://free-proxy-list.net/
[3] https://stackoverflow.com/questions/57579359/use-python-sshtunnel-for-port-forwarding-rest-request
#!/bin/bash
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 8070
iptables-save
Permanent in system by:
$sudo vi /etc/rc.local
References:
https://www.odoo.com/forum/help-1/change-to-port-80-instead-of-8069-23031
select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%'
References:
[1] https://popsql.com/learn-sql/postgresql/how-to-query-a-json-column-in-postgresql
References:
[1] https://pendrivelinux.com/vga-boot-modes-to-set-screen-resolution/
[1] Verifica https://checatuslineas.osiptel.gob.pe/