➜ nmap -sn 192.168.1.1-254/24 | egrep "scan report" | awk '{print $5}'
OpenWrt.lan
vernee_m6.lan
greenway.lan
192.168.1.147
➜
Open FB video (for example walking on the water), then:
-
open
DevTools
(F12
), thenNetwork
tab, watch for calling two GET URLs one-by-one, each with.mp4
inside: first is video without audio, second is just audio (both you canOpen in New Tab
) - so doCopy As cURL
for both, and execute them as below (assuming1.mp4
and1.mp3
for both video and audio correspondently):IMPORTANT: it's required to remove 2 HTML params from the end of URLs:
&bytestart=XXX&byteend=YYY
!curl --output 1.mp4 https://scontent.xx.fbcdn.net/o1/v/t2/f2/m69/AQO...Kq9.mp4\?strext\=1\&_nc_cat\=108\&_nc_sid\=...&oe\=679C6293 curl --output 1.mp3 https://scontent.xx.fbcdn.net/o1/v/t2/f2/m69/AQP...HqV.mp4\?strext\=1\&_nc_cat\=1\&_nc_sid\=&oe\=679C8E9F
-
merging downloaded
1.mp4
video and1.mp3
audio into the finaloutput.mp4
as below:
mpv https://online.nasheradio.ua/NasheRadio # Наше Радио
mpv https://online.hitfm.ua/HitFM # Хіт FM
mpv https://radio.ukr.radio/ur1-mp3 # UA: Українське радіо
mpv https://online.kissfm.ua/KissFM # Kiss FM
mpv https://icecastdc.luxnet.ua/lux # Lux FM
mpv http://91.218.212.84:8000/radionv.mp3 # Radio NV
mpv https://cast.mediaonline.net.ua/radiopyatnica320 # Радио Пятница
mpv https://online.melodiafm.ua/MelodiaFM # Мелодия FM
mpv https://online.radiorelax.ua/RadioRelax # Радио Relax
javascript:(function(){try{navigator.clipboard.readText().then(function(clipboardText){if(clipboardText){var newWindow=window.open("","_blank","width=800,height=600");newWindow.document.open();newWindow.document.write(clipboardText);newWindow.document.close();}else{alert('Clipboard is empty. Please copy some text to the clipboard first.');}}).catch(function(err){console.error('Failed to read clipboard contents: ',err);alert('An error occurred while trying to access the clipboard. Please ensure your browser allows clipboard access.');});}catch(e){console.error('An error occurred:',e);alert('An error occurred while trying to open the new window with the clipboard content.');}})(); |
- Menu -> Display app -> Settings tab -> Enable Fractional Scaling Controls -> Layout tab -> User Interface Scale %%
- Menu -> Accessibility app -> Visual tab -> Large Text (be aware, it resets option below)
- Menu -> Font Selection app -> Font Settings -> Text Scaling Factor -> 1,2
➜ shrinker git:(main) ✗ tmux new-session -s shrinker
[detached (from session shrinker)] <- C-b d
➜ shrinker git:(main) ✗ tmux list-sessions
shrinker: 1 windows (created Mon Jul 31 00:03:22 2023)
➜ shrinker git:(main) ✗ tmux attach -t shrinker
[detached (from session shrinker)]
➜ shrinker git:(main) ✗
Q: Have a Linux on device in appartment A, which can go outside of local router to Internet. Have a Linux on device in appartment B located in another place on the globe. How it's possible to reach Linux A from Linux B via ssh when access to router A is prohibited?
- https://askubuntu.com/questions/716184/how-to-ssh-into-a-server-running-on-a-home-network-behind-a-router
- https://superuser.com/questions/595989/ssh-through-a-router-without-port-forwarding
- https://ubuntuforums.org/showthread.php?t=1913720
- https://community.spiceworks.com/t/ssh-from-wired-machine-to-machine-on-wifi/206099
- https://ngrok.com/docs/agent/ssh-reverse-tunnel-agent/
- https://www.endtoend.ai/tutorial/ngrok-ssh-forwarding/
Jomaa ZX-K26 backlight wireless keyboard and mouse combo's logs during connecting to Linux Mint 21.2:
==> /var/log/kern.log <==
Apr 8 22:24:13 greenway kernel: [ 6719.709951] usb 3-2: new full-speed USB device number 4 using xhci_hcd
Apr 8 22:24:13 greenway kernel: [ 6719.865444] usb 3-2: New USB device found, idVendor=3554, idProduct=fc03, bcdDevice= 7.90
Apr 8 22:24:13 greenway kernel: [ 6719.865457] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 8 22:24:13 greenway kernel: [ 6719.865462] usb 3-2: Product: 2.4G Receiver
Apr 8 22:24:13 greenway kernel: [ 6719.865466] usb 3-2: Manufacturer: CX
Apr 8 22:24:13 greenway kernel: [ 6719.869885] input: CX 2.4G Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:3554:FC03.0003/input/input25
Apr 8 22:24:13 greenway kernel: [ 6719.930896] hid-generic 0003:3554:FC03.0003: input,hidraw0: USB HID v1.10 Keyboard [CX 2.4G Receiver] on usb-0000:00:14.0-2/input0
➜ cd ~/Downloads && wget https://github.com/betaflight/betaflight-configurator/releases/download/10.10.0-RC3/betaflight-configurator_10.10.0-RC3_amd64.deb && sudo dpkg -i betaflight-configurator_10.10.0-RC3_amd64.deb
~...~
Unpacking betaflight-configurator (10.10.0-RC3) ...
dpkg: dependency problems prevent configuration of betaflight-configurator:
betaflight-configurator depends on libgconf-2-4; however:
Package libgconf-2-4 is not installed.
dpkg: error processing package betaflight-configurator (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing: