867 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 4
Newer►
76 results tagged Linux x
  • Windows entry missing from grub menu after kernel update with MSM - Technical Issues and Assistance / Updating - Manjaro Linux Forum
    grub-mkconfig -o /boot/grub/grub.cfg
    Thu Mar 1 14:27:07 2018 - permalink -
    - - - https://forum.manjaro.org/t/windows-entry-missing-from-grub-menu-after-kernel-update-with-msm/24075
    Grub Linux Windows
  • Linux Serial Ports Using C/C++ | mbedded.ninja
    Thu Jan 4 17:19:55 2018 - permalink -
    - - - http://blog.mbedded.ninja/programming/operating-systems/linux/linux-serial-ports-using-c-cpp
    Linux SerialPort
  • linux - Insert multiple lines into a file after specified pattern using shell script - Stack Overflow

    Insert in place with regex:

    sed -e -i '/pattern/r file.txt' input.txt
    Thu Dec 14 13:40:52 2017 - permalink -
    - - - https://stackoverflow.com/questions/22497246/insert-multiple-lines-into-a-file-after-specified-pattern-using-shell-script
    bash CommandLine Linux Qompoter sed
  • Variety | News about Variety Wallpaper Changer
    Wed Nov 22 14:08:33 2017 - permalink -
    - - - http://peterlevi.com/variety/
    Linux RaspberryPi Wallpaper
  • Note : Capteur de température DS18B20 RaspberryPi

    Ou comment lire un capteur de température DS18B20 sur un RaspberryPi 3.

    Voir aussi :

    • Mesure de température 1-wire DS18B20 avec le Raspberry Pi
    • Construire une sonde de température radio
    Sun Oct 22 13:52:52 2017 - permalink -
    - - - https://www.modmypi.com/blog/ds18b20-one-wire-digital-temperature-sensor-and-the-raspberry-pi
    Linux RaspberryPi Raspbian
  • rclone

    A regarder.

    via SebSauvage.

    Wed Oct 4 13:50:53 2017 - permalink -
    - - - https://rclone.org
    CommandLine hubiC Linux rclone
  • Bash scripting cheatsheet
    Wed Oct 4 13:29:12 2017 - 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 Oct 4 13:28:48 2017 - 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 Sep 30 11:40:40 2017 - 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 Sep 22 17:02:40 2017 - permalink -
    - - - https://blog.imirhil.fr/2016/10/09/docker-container-hell.html
    Ansible Docker Linux
  • Ansible : mes premiers pas | memo-linux.com
    Tue Aug 29 12:53:15 2017 - permalink -
    - - - https://memo-linux.com/ansible-mes-premiers-pas/
    Ansible CommandLine Linux Server
  • KDE Slimbook

    PC sous Linux :D

    Mon Aug 21 15:22:59 2017 - 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 Jun 15 09:47:51 2017 - permalink -
    - - - https://awhan.wordpress.com/2010/06/20/copy-paste-in-tmux/
    CommandLine Linux tmux
  • Qt Lite – basysKom Blog
    Mon May 29 13:50:40 2017 - permalink -
    - - - http://blog.basyskom.com/2017/qt-lite/
    Linux Qt QtLite
  • ELF Hello World Tutorial - Ciro Santilli

    Ouah...

    Thu May 18 13:31:29 2017 - 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 May 12 09:02:43 2017 - 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 May 4 09:23:57 2017 - permalink -
    - - - http://mir7.ovh.net/ovh-applications/hubic/hubiC-Linux/2.1.0/
    hubiC Linux
  • Slow down your internet with tc - Julia Evans
    Tue Apr 4 13:07:11 2017 - 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 Jan 4 09:15:04 2017 - 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 Dec 14 11:07:22 2016 - permalink -
    - - - http://www.zdnet.com/article/using-linux-to-manage-my-keyboard-and-mouse-with-logitechs-unifying-receiver/
    Linux Logitech
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