715 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 4
Newer►
71 results tagged Linux x
  • rclone

    A regarder.

    via SebSauvage.

    Wed 04 Oct 2017 01:50:53 PM CEST - permalink -
    - - - https://rclone.org
    CommandLine hubiC Linux rclone
  • Bash scripting cheatsheet
    Wed 04 Oct 2017 01:29:12 PM CEST - permalink -
    - - - https://devhints.io/bash
    Bash CheatSheet CommandLine Linux Shell
  • sed and Multi-Line Search and Replace – Austin Matzko's Blog
    1h;1!H;${;g;s/<h2.*</h2>/No title here/g;p;}
    Wed 04 Oct 2017 01:28:48 PM CEST - permalink -
    - - - http://austinmatzko.com/2008/04/26/sed-multi-line-search-and-replace/
    bash CommandLine Linux Qompoter sed
  • regular expression - How can I use sed to replace a multi-line string? - Unix & Linux Stack Exchange

    Sed sur plusieurs lignes ? Galère.

    Sat 30 Sep 2017 11:40:40 AM CEST - permalink -
    - - - https://unix.stackexchange.com/questions/26284/how-can-i-use-sed-to-replace-a-multi-line-string#26290
    CommandLine Linux Regex sed
  • Docker et la tendance de la conteneurisation : a-t-elle vraiment été en production ?
    Fri 22 Sep 2017 05:02:40 PM CEST - permalink -
    - - - https://blog.imirhil.fr/2016/10/09/docker-container-hell.html
    Ansible Docker Linux
  • Ansible : mes premiers pas | memo-linux.com
    Tue 29 Aug 2017 12:53:15 PM CEST - permalink -
    - - - https://memo-linux.com/ansible-mes-premiers-pas/
    Ansible CommandLine Linux Server
  • KDE Slimbook

    PC sous Linux :D

    Mon 21 Aug 2017 03:22:59 PM CEST - permalink -
    - - - http://kde.slimbook.es/
    Linux
  • copy paste in tmux | Awhan Patnaik

    1) enter copy mode using Control+b [
    2) navigate to beginning of text, you want to select and hit Space
    3) move around using arrow keys to select region
    4) when you reach end of region simply hit Enter to copy the region
    5) now Control+b ] will paste the selection

    Thu 15 Jun 2017 09:47:51 AM CEST - permalink -
    - - - https://awhan.wordpress.com/2010/06/20/copy-paste-in-tmux/
    CommandLine Linux tmux
  • Qt Lite – basysKom Blog
    Mon 29 May 2017 01:50:40 PM CEST - permalink -
    - - - http://blog.basyskom.com/2017/qt-lite/
    Linux Qt QtLite
  • ELF Hello World Tutorial - Ciro Santilli

    Ouah...

    Thu 18 May 2017 01:31:29 PM CEST - permalink -
    - - - http://www.cirosantilli.com/elf-hello-world/
    ELF Linux
  • Note: Configuration Raspbian

    Configuration carte SD

    • Configuration du fichier "/boot/config.txt" pour que l'écran s'affiche sur le touchscreen Waveshare. Cela peut aussi se faire plus tard mais uniquement via un écran plus standard ou via SSH, puisque rien ne s'affiche sur l'écran Waveshare sans cette modification.

      ## Parameters for Waveshare touchscreen
      max_usb_current=1
      hdmi_group=2
      hdmi_mode=1
      hdmi_mode=87
      hdmi_cvt=1024 600 60 6 0 0 0
    • Configuration du fichier "/boot/config.txt" pour activer une sonde température DS18B20 (il y aura d'autres commandes à activer par la suite)

      ## Parameters for temperature sensor DS18B20
      dtoverlay=w1-gpio
    • Activation du serveur SSH : créer un fichier vide nommé "/boot/ssh" pour activer le serveur SSH de Raspbian. Cela peut se faire plus tard via l'IHM ou en ligne de commande.
    • Configuration du WiFi : modifier le fichier "/etc/wpa_supplicant/wpa_supplicant.conf" pour configurer un (ou plusieurs) point d'accès WiFi par défaut. Cela peut aussi se faire plus tard via l'IHM ou en ligne de commande.
      network={
      ssid="Access Point SSID"
      psk="Your_wifi_password"
      }

      A installer / désinstaller

    apt install vim tmux
    apt install xscreensaver
    
    # Virtual keyboard, azerty, http://www.framboise314.fr/florence-un-autre-clavier-virtuel-pour-le-raspberry-pi/
    apt install florence at-spi2-core && setxkbmap fr
    
    # Install hubiC and configure DBus
    wget http://mir7.ovh.net/ovh-applications/hubic/hubiC-Linux/2.1.0/hubiC-Linux-2.1.0.53-linux.deb -O hubic.deb
    sudo dpkg -i hubic.deb
    sudo apt install -f
    dbus-launch --sh-syntax
    export DBUS_SESSION_BUS_ADDRESS='unix:abstract=/tmp/dbus-xxxx,guid=xxxx' # Copy/paste the bus data address and export the settings (change ‘xxxx’ with your own data from the previous command output)
    # Configuration hubiC and connect the account
    mkdir /home/pi/hubic
    hubic login login@domain.tld /home/pi/hubic
    Fri 12 May 2017 09:02:43 AM CEST - permalink -
    - - - http://links.la-bnbox.fr/?nqPxxg
    Linux RaspberryPi Raspbian
  • hubiC OVH - Linux

    hubiC (le "Dropbox" d'OVH) fonctionne bien sous Windows et Linux, ce n'est pas aussi finalisé que Dropbox, mais ça fait le job.

    Sous Linux, je trouve qu'il consomme souvent trop de CPU, donc je fais ceci pour le limiter à 10% :

    ps aux | grep hubic
    cpulimit -p <PID hubiC> -l 10 &

    Au passage, mon code parainnage hubiC est "TJHNOY". ça fait 5go de stockage en plus pour vous (soit 30go au lieu de 25go) et 5go de stockage en plus pour moi. Enjoy!

    Thu 04 May 2017 09:23:57 AM CEST - permalink -
    - - - http://mir7.ovh.net/ovh-applications/hubic/hubiC-Linux/2.1.0/
    hubiC Linux
  • Slow down your internet with tc - Julia Evans
    Tue 04 Apr 2017 01:07:11 PM CEST - permalink -
    - - - https://jvns.ca/blog/2017/04/01/slow-down-your-internet-with-tc/
    CommandLine Linux Network Réseau tc
  • Commandes utiles en vrac - Documentation - Wiki - Linuxtricks · Seb Sauvage Link

    sleep 1; xset dpms force off

    Wed 04 Jan 2017 09:15:04 AM CET - permalink -
    - - - http://www.linuxtricks.fr/wiki/commandes-utiles-en-vrac
    CommandLine Linux
  • Using Linux to manage my keyboard and mouse with Logitech's Unifying receiver | ZDNet

    Yes !

    Wed 14 Dec 2016 11:07:22 AM CET - permalink -
    - - - http://www.zdnet.com/article/using-linux-to-manage-my-keyboard-and-mouse-with-logitechs-unifying-receiver/
    Linux Logitech
  • [CentOS] CentOS 7: firewalld.service operation time out - systemctl firewalld issues

    Gah ! Dire que je cherche depuis hier...

    systemctl stop firewalld ; pkill -f firewalld ; systemctl start firewalld
    Tue 22 Nov 2016 10:03:36 AM CET - permalink -
    - - - https://lists.centos.org/pipermail/centos/2014-September/145809.html
    firewalld Linux
  • Terminal (Bash) arguments tricks - Jordi Boggiano

    Gah !

    # !$ references the last argument of the previous command.
    mate _posts/2011/2011-04-12-terminal-strings.mdown
    git add !$
    tumblr !$
    
    # Now more complex, let's copy the second argument
    # !! references the last command, and :2 the second arg. 
    echo foo bar baz
    echo !!:2 # outputs "bar"
    
    # Batshit crazy
    # !?baz? references the last command containing baz, :0-1 grabs the two first args
    echo !?baz?:0-1 # should output "echo foo"
    Tue 09 Aug 2016 09:22:22 AM CEST - permalink -
    - - - https://seld.be/notes/terminal-arguments-tricks
    CommandLine Linux Shell
  • Guide d'utilisation du Shell pour débutant

    cd : revenir dans le répertoire personnel
    cd - : revenir dans le répertoire précédent (uniquement si vous avez exécuter un cd)

    Ctrl+l : effacer l'écran
    Ctrl+c : arrêt d'une commande
    Ctrl+z : suspendre(mettre en pause) une commande
    CTRL+t : corréction d'une erreur de frappe en inversant 2 lettres
    Ctrl+a : aller au début de ligne
    Ctrl+e : aller à la fin de ligne
    Ctrl+s : interruption de la sortie de terminal (masquer la saisie)
    Ctrl+q : annuler l'interruption de la sortie (afficher la saisie)
    Ctrl+u : efface tout à gauche du curseur
    Ctrl+w : efface le mot à gauche du curseur
    Ctrl+k : efface le mot à droite du curseur
    Ctrl+y : coller la saisie précédente
    Ctrl+d : efface le caractère courant, si la ligne est vide deconnexion

    Alt+b : se déplacer en avant, mot par mot dans la ligne de commande
    Alt+f : se déplacer en arrière mot par mot dans la ligne de commande
    Alt+d : efface le mot suivant
    Alt+t : échange le mot courant avec le mot précédent
    Alt+c : met en majuscule la lettre courante, tout le reste dut mot courant en minuscules, puis se deplace au mot suivant
    Alt+l : met en majuscules à partir de la lettre courante jusqu'à la fin de mot, puis se deplace au mot suivant
    Alt+u : met en minuscules à partir de la lettre courante jusqu'à la fin de mot, puis se deplace au mot suivant

    Alt+Backspace : effacer le mot précédent (équivalent Ctrl+w)

    Fri 20 May 2016 10:26:19 AM CEST - permalink -
    - - - http://www.commentcamarche.net/faq/4801-guide-d-utilisation-du-shell-pour-debutant
    CommandLine Linux Shell
  • ssh forwarding

    Tunnel SSH pour rediriger des ports, tout en passant par un proxy ><

    Tue 17 May 2016 10:49:25 AM CEST - permalink -
    - - - http://aplawrence.com/Security/ssh_forwarding.html
    CommandLine Linux SSH
  • Defensive BASH programming - Say what?

    De bons conseils pour les scripts bash.

    Wed 11 May 2016 04:04:15 PM CEST - permalink -
    - - - http://www.kfirlavi.com/blog/2012/11/14/defensive-bash-programming/
    Bash Linux Shell
Links per page: 20 50 100
◄Older
page 2 / 4
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation