Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
19 results for tags shell x
  • .bashrc generator: create your .bashrc PS1 with a drag and drop interface
    permalink -
    - http://bashrcgenerator.com/
    bashrc linux shell
  • man find - Rechercher des fichiers dans une hiérarchie de répertoires. / Commandes / linux
    permalink -
    - http://pwet.fr/man/linux/commandes/find
    linux shell
  • Les fichiers de démarrage du shell Bash
    bashrc
    permalink -
    - http://www.fr.linuxfromscratch.org/view/blfs-1.0-fr/postlfs/profile.html
    linux shell
  • Linux - Ordonnancement des taches (cron)
    permalink -
    - http://www.commentcamarche.net/contents/1134-linux-ordonnancement-des-taches
    linux shell
  • Le B.A BA de Bash : le code de retour
    et (http://stackoverflow.com/questions/90418/exit-shell-script-based-on-process-exit-code) :
    "" After each command, the exit code can be found in the $? variable so you would have something like:

    ls -al file.ext
    rc=$?
    if [[ $rc != 0 ]] ; then
       exit $rc
    fi

    You need to be careful of piped commands since the $? only gives you the return code of the last element in the pipe so, in the code:

    ls -al file.ext | sed 's/^/xx: /"

    will not return an error code if the file doesn't exist (since the sed part of the pipeline actually works, returning 0).""
    permalink -
    - http://okki666.free.fr/docmaster/articles/linux131.html
    bash linux shell
  • rdiff-backup: Main
    permalink -
    - http://rdiff-backup.nongnu.org/
    art_backup backup linux shell
  • From the Toolkit: prettyping.sh
    permalink -
    - http://it.toolbox.com/blogs/securitymonkey/from-the-toolkit-prettypingsh-57679?utm_content=buffer7a4d4
    shell
  • Sending a file over icmp with hping | commandlinefu.com
    hping3 10.0.2.254 --icmp --sign MSGID1 -d 50 -c 1 --file a_file
    Sending a file over icmp with hping

    you need to start a listening hping on the reciever:

    hping3 --listen 10.0.2.254 -I eth0 --sign MSGID1

    then you can send your file:

    hping3 10.0.2.254 --icmp --sign MSGID1 -d 50 -c 1 --file a_file
    permalink -
    - http://www.commandlinefu.com/commands/view/12851/sending-a-file-over-icmp-with-hping
    shell
  • Get file from remote system | commandlinefu.com
    scp dhinesh@192.168.1.22:/home/dhinesh/sample.rb .
    permalink -
    - http://www.commandlinefu.com/commands/view/12850/get-file-from-remote-system
    shell
  • au login, .bashrc n'est pas exécuté :-( [bash] - Logiciels - OS Alternatifs - FORUM HardWare.fr
    Le .profile est le fichier sourcé par sh.
    Le .bash_profile est le fichier sourcé par bash pour un shell de login. Il doit normallement comporter tout l'environnement exporté (PATH...).
    Le .bashrc est utilisé dans l'autre cas (pas un shell de login). Il contient tous les alias/fonctions et tout ce qui n'est pas exporté.

    Il convient donc de mettre ". .bashrc" dans le .bash_profile et non l'inverse.
    Ou même mieux de mettre :
    Code :

       case "$-" in
         *i*) . .bashrc ;;
       esac


    Afin de ne charger le .bashrc que si le shell est interactif.
    permalink -
    - http://forum.hardware.fr/hfr/OSAlternatifs/Logiciels-2/login-bashrc-execute-sujet_25733_1.htm
    shell
  • Linux Commands - A practical reference
    permalink -
    - http://www.pixelbeat.org/cmdline.html
    linux shell
  • création d'alias dans cmd - Forum du club des développeurs et IT Pro
    permalink -
    - http://www.developpez.net/forums/d876376/windows-xp/creation-alias-dans-cmd/
    shell windows
  • Bash Shell PS1: 10 Examples to Make Your Linux Prompt like Angelina Jolie
    permalink -
    - http://www.thegeekstuff.com/2008/09/bash-shell-ps1-10-examples-to-make-your-linux-prompt-like-angelina-jolie/
    linux shell
  • Cheat – Pour vous souvenir de la bonne syntaxe | Korben
    Ouais !!!
    permalink -
    - http://korben.info/cheat-pour-vous-souvenir-de-la-bonne-syntaxe.html
    linux shell
  • ShellCheck – Online shell script analyzer
    via Korben
    permalink -
    - http://www.shellcheck.net/
    bash linux online script shell
  • Color Bash Prompt - ArchWiki
    des promps hallucinants !
    ┌─[andy@alba]─[~]
    └──╼ ls
    Desktop Documents Music public.desktop
    permalink -
    - https://wiki.archlinux.org/index.php/Color_Bash_Prompt
    bash color linux shell
  • setuid on shell scripts
    Solutions pour exécuter un script avec les droits root (sans passer par un sudo)
    permalink -
    - http://www.tuxation.com/setuid-on-shell-scripts.html
    linux script shell
  • Les perles de @climagic (et co)
    via @climagic--via bajazet
    permalink -
    - http://quack1.no-ip.org/les-perles-de-climagic-et-co.html
    bash linux shell
  • Reverse shells one-liners
    à voir aussi : http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet
    et : http://lanmaster53.com/2011/05/7-linux-shells-using-built-in-tools/
    permalink -
    - http://bernardodamele.blogspot.fr/2011/09/reverse-shells-one-liners.html
    hacking shell sécurité
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.