==== Linux ==== https://laboratoriolinux.es/index.php \\ https://ubunlog.com/ \\ http://www.linuxadictos.com/ \\ http://blog.desdelinux.net/ \\ http://www.muylinux.com/ \\ https://www.linuxeros.org/\\ https://pimylifeup.com/ http://www.hwlibre.com/ \\ https://wiki.sparkylinux.org/doku.php/start \\ https://www.atareao.es/ \\ http://distrowatch.com/ \\ https://kde.org/applications/ \\ https://masgnulinux.es/ https://blog.usuariodebian.com/ \\ https://linux-hardware.org/ \\ ---- ====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 \\ FeatherPad ~~ 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 \\ [[https://github.com/zaps166/QMPlay2|QMPlay2]] ~~ radios de todo el mundo por internet \\ \\ ==== Conocimientos Linux Debian: ==== [[linux:comandos|comandos y aplicaciones en terminal]]\\ \\ [[linux:servidor_ftp_vsftpd|servidor FTP vsftpd]] (protocolo de transferencia de archivos)\\ [[linux:servidor_nfs|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} ]]; \\