107 shaares
34 private links
34 private links
Bugs in our Pockets:
The Risks of Client-Side Scanning
Delete youtube-dl and install yt-dlp
$sudo apt install yt-dlp/bullseye-backports
create a symbolic link called youtube-dl to your yt-dlp binary
$ sudo ln -sf /usr/bin/yt-dlp /usr/bin/youtube-dl
search to find the paths if not the same
$sudo find / -name youtube-dl
$sudo find / -name yt-dlp
sudo recoverjpeg /dev/sdb
Install abrowser (trisquel) in debian
Add this to ~/.config/openbox/lxde-rc.xml
<!-- Keybindings for window tiling -->
<keybind key="W-Left"> # HalfLeftScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x><y>0</y>
<height>97%</height>
<width>50%</width>
</action>
</keybind>
<keybind key="W-Right"> # HalfRightScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>-0</x><y>0</y>
<height>97%</height>
<width>50%</width>
</action>
</keybind>
<keybind key="W-Up"> # HalfUpperScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x><y>0</y>
<width>100%</width>
<height>50%</height>
</action>
</keybind>
<keybind key="W-Down"> # HalfLowerScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x><y>-0</y>
<width>100%</width>
<height>50%</height>
</action>
</keybind></code></pre>
find: https://www.ertecho.gr/radio/trito/ <- View Page Source
stream: https://radiostreaming.ert.gr/ert-trito
play:
mpv https://radiostreaming.ert.gr/ert-trito
alias:
touch trito
echo '!#/bin/bash' >> trito
echo 'kdocker mpv --player-operation-mode=pseudo-gui https://radiostreaming.ert.gr/ert-trito' >> trito
sudo chmod +x trito
sudo mv trito /usr/bin
TBlock is a system-wide, platform independent ad-blocker written in Python and released under GPLv3.