¡Esta es una revisión vieja del documento!
Tabla de Contenidos
Linux
https://laboratoriolinux.es/index.php
https://ubunlog.com/
http://www.linuxadictos.com/
https://wiki.sparkylinux.org/doku.php/start
https://blog.usuariodebian.com/
Mis apps favoritas:
mc ~~ Midnight Commander
htop ~~ processes viewer
fastfetch ~~ system information
raspi-config ~~ Raspberry Pi configuration tools
tasksel ~~ installation tools (xfce, serv web, etc)
xfce ~~
synaptic ~~ package manager
7zip ~~ file archiver
apache2 ~~ web server
blueman ~~ bluetooth manager
cherrytree ~~ note taking
chromium ~~ web browser
doublecmd ~~ double commander
firefox ~~ web browser
geany ~~ lightweight IDE
hardinfo2 ~~ system information
libreoffice
piclone ~~ SD card backup
php ~~ scripting language
pkexec ~~ run as another user
python3 ~~ scripting language
rpi-connect ~~ remote access for Raspberry Pi
rpi-imager ~~ Raspberry Pi Imaging utility
rpi-imager-cli ~~ Raspberry Pi Imaging utility
rustdesk ~~ remote access
thonny ~~ python IDE
alarm-clock
flatpak
QMPlay2 ~~ radios de todo el mundo por internet
Conocimientos Linux Debian:
comandos y aplicaciones en terminal
servidor FTP vsftpd (protocolo de transferencia de archivos)
servidor NFS (sistema archivos en red)
Mi_Conky.config
conky.config = {
own_window = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_transparent = true,
own_window_type = 'normal',--# normal /override /desktop
own_window_transparent = true,
own_window_argb_visual = true,
own_window_argb_value = 0,
background = false,
draw_borders = false,
draw_outline = false,
draw_shades = false,
update_interval = 1.0,
double_buffer = true,
alignment = 'top_left',
gap_x = 100,
gap_y = 50,
maximum_width = 2000, minimum_width = 50, minimum_height = 30,
font = 'Freesans:pixelsize=9',
-- font = 'Freesans:pixelsize=20',
-- font = 'Noto Sans:size=20',
override_utf8_locale = true,
use_xft = true,
}
-- _________________________
-- ${alignr} alinear right
conky.text = [[
${color green}${font Noto Sans:size=64} ${time %A}\
${color white}${font Noto Sans:size=64} ${time %d}\
${color cyan red}${font Noto Sans Bold:size=64} ${time %B}
${color dark orange}${font Dejavu Sans Bold:size=360}${time %k}\
${color blue}${font Dejavu Sans Bold:size=360}:\
${color green yellow}${font Dejavu Sans Bold:size=360}${time %M}\
${color salmon}${font Dejavu Sans:size=48}${time %S}
]];
\\
