Les touches de l'éditeur et leurs fonctions. Documentation
Raccourci | Utilité |
---|---|
Ctrl+S | Enregistrer le fichier actuel |
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="generator" content="pandoc" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | |
<title>2_Seccion_Conceptos_Basicos</title> | |
<style> | |
code{white-space: pre-wrap;} | |
span.smallcaps{font-variant: small-caps;} |
Les touches de l'éditeur et leurs fonctions. Documentation
Raccourci | Utilité |
---|---|
Ctrl+S | Enregistrer le fichier actuel |
# -u Comprueba, descarga actualizaciones. | |
function updateFiles(){ | |
tput civis | |
if [ ! -f bundle.js ]; then | |
echo -e "\n${yellowColour}[+]${endColour}${grayColour} Descargando archivos necesarios...${endColour}" | |
curl -s $main_url > bundle.js | |
js-beautify bundle.js | sponge bundle.js | |
echo -e "\n${yellowColour}[+]${endColour}${grayColour} Todos los archivos han sido descargados.${endColour}\n" | |
else | |
echo -e "\n${yellowColour}[+]${endColour}${grayColour} Comprobando si hay actualizaciones.${endColour}" |
mindmap
root(HOST)
::icon(fa fa-desktop)
(**Direccion MAC**)
::icon(fa fa-tag)
Identifican cada tarjeta o dispositivo de Red con un número único.
::icon(fa fa-book)
Media Access Control
❯ git pull | |
remote: Enumerating objects: 488, done. | |
remote: Counting objects: 100% (237/237), done. | |
remote: Compressing objects: 100% (72/72), done. | |
remote: Total 488 (delta 189), reused 188 (delta 163), pack-reused 251 | |
Réception d'objets: 100% (488/488), 361.74 Kio | 3.81 Mio/s, fait. | |
Résolution des deltas: 100% (297/297), complété avec 40 objets locaux. | |
Depuis https://github.com/junegunn/fzf | |
3364d4d..01302d0 master -> origin/master | |
* [nouvelle branche] dependabot/github_actions/crate-ci/typos-1.15.9 -> origin/dependabot/github_actions/crate-ci/typos-1.15.9 |
aspe:keyoxide.org:EMT2SM72T35WUZQUZCWA73FKH4
# Changer la resolution avec xrand | |
> A mettre dans bspwnrc | |
```xrandr --output `xrandr | grep " connected"|cut -f1 -d" "` --mode 1920x1080``` |