Skip to content

Instantly share code, notes, and snippets.

View rnek0's full-sized avatar
💭
=^.^= actually 'learning python' en hack4u.io

rnek0 rnek0

💭
=^.^= actually 'learning python' en hack4u.io
View GitHub Profile
# Changer la resolution avec xrand
> A mettre dans bspwnrc
```xrandr --output `xrandr | grep " connected"|cut -f1 -d" "` --mode 1920x1080```

aspe:keyoxide.org:EMT2SM72T35WUZQUZCWA73FKH4

❯ 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
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
# -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}"

Aperçu des raccourcis de nano

Les touches de l'éditeur et leurs fonctions. Documentation

La gestion des fichiers

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;}
#!/usr/bin/bash
# Convert IPv4 to bin
if [ $# != 1 ]; then
echo -e "\n [!] This script needs an IPv4 address";
echo
exit 0
fi
blue_color=$(printf '\033[34m')
//"Confirmer Y/y/Yes/yes ?"
package main
import(
"bufio"
"fmt"
"log"
"os"
"regexp"