- An old PC
- DVD-R or CD-R
- Recommended hardware
- Wired Network Connection
- CPU with high clock speed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This file echoes a bunch of 24-bit color codes | |
# to the terminal to demonstrate its functionality. | |
# The foreground escape sequence is ^[38;2;<r>;<g>;<b>m | |
# The background escape sequence is ^[48;2;<r>;<g>;<b>m | |
# <r> <g> <b> range from 0 to 255 inclusive. | |
# The escape sequence ^[0m returns output to default | |
setBackgroundColor() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mkdir -p ~/.local/share/applications | |
cat << END > ~/.local/share/applications/vivaldi-private.desktop | |
[Desktop Entry] | |
Version=1.0 | |
Name=Vivaldi (Private) | |
Exec=vivaldi-stable --incognito | |
StartupNotify=true | |
Terminal=false | |
Icon=vivaldi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#licencia GPL v3 | |
T1=$(sed '/^state: */!d; s///;q' /proc/acpi/button/lid/LID/state) | |
T2="closed" | |
#valores que se podrian obtener de la tapa //fichero: state// | |
# son : open o closed | |
# inicia loop / ciclico |
File/Directory Management
touch
ls
ln
cp
mkdir
mv
rm
rmdir
which
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
- A Russian translation of this article can be found here, contributed by Timur Demin.
- A Turkish translation can be found here, contributed by agyild.
- There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
This page is no longer maintained, go to https://help.vivaldi.com/article/html5-proprietary-media-on-linux/ for help
WeeChat terminal IRC client
- acccess to "OAuth Password Generator"; semi-official service
- push "Connect to Twitch"
by xero updated 10.29.24