864 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 15 / 44
Newer►
  • 13 GitLab principles you can apply in your work too

    You are not your work

    Fri Sep 8 08:47:42 2017 - permalink -
    - - - https://gitlabfan.com/13-gitlab-principles-you-can-apply-in-your-work-too-61600a6e0f9c
    GitLab Management
  • 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
  • Mini Coach

    C'est le script que j'avais fait à partir des fitness sprites

    Sat Aug 19 19:50:51 2017 - permalink -
    - - - http://minicoach.la-bnbox.fr/
  • Release Qompoter v0.3 · Fylhan/qompoter · GitHub

    Et une nouvelle release pour Qompoter !

    Thu Aug 10 14:02:24 2017 - permalink -
    - - - https://github.com/Fylhan/qompoter/releases/tag/v0.3.6
    Qompoter
  • HD photo by WestBoundary Photography chris gill (@chris7520) on Unsplash
    Wed Aug 2 14:37:05 2017 - permalink -
    - - - https://unsplash.com/
  • Uppercase & lowercase – HTeuMeuLeu
    Fri Jul 7 13:35:12 2017 - permalink -
    - - - http://www.hteumeuleu.fr/uppercase-lowercase/
  • Calendrier perpétuel

    via http://orangina-rouge.org/shaarli/?FqXrMQ

    Thu Jun 29 15:14:59 2017 - permalink -
    - - - http://trk.free.fr/calendrier/download.html
    Calendrier LibreOffice
  • 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
  • Clang-Tidy, part 1: Modernize your source code using C++11/C++14 - KDAB
    Mon May 15 11:01:08 2017 - permalink -
    - - - https://www.kdab.com/clang-tidy-part-1-modernize-source-code-using-c11c14/
    C++ Clang CommandLine
  • Bash scripting quirks & safety tips - Julia Evans

    https://jvns.ca/blog/2017/03/26/bash-quirks/
    http://www.kfirlavi.com/blog/2012/11/14/defensive-bash-programming/
    http://mywiki.wooledge.org/BashGuide/Practices
    https://cmdchallenge.com/#/extract_ip_addresses

    Mon May 15 10:58:17 2017 - permalink -
    - - - https://jvns.ca/blog/2017/03/26/bash-quirks/
    Bash CommandLine Shell
  • C++ Policies/Binary Compatibility Examples - KDE Community Wiki
    Mon May 15 10:57:41 2017 - permalink -
    - - - https://community.kde.org/Policies/Binary_Compatibility_Examples
    C++ Library
  • Vendre ou donner son véhicule | service-public.fr
    Mon May 15 10:55:36 2017 - permalink -
    - - - https://www.service-public.fr/particuliers/vosdroits/F1707
    Admin
  • 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
  • Raspbian : Tout un Tas de Trucs... - Framboise 314, le Raspberry Pi à la sauce française....
    Thu May 4 09:36:10 2017 - permalink -
    - - - http://www.framboise314.fr/raspbian-tout-un-tas-de-trucs/
    RaspberryPi
  • Raspberry Pi • View topic - Howto: Disable Screen Saver In Raspbian

    J'ai acheté un super touchscreen Wawestone de 7' pour mon RaspberryPi et je découvre que par défaut sous Raspbian, l'écran s'éteint au bout de 10 minutes. Ah. Aucune configuration du bureau ne permet de changer cela...

    Cette discussion retrace différente solutions possibles. Voir aussi Effacement de l'écran chez framboise314.

    Je vais tenter d'installer "xscreensaver" voir si ça change la donne.

    Thu May 4 09:29:40 2017 - permalink -
    - - - https://www.raspberrypi.org/forums/viewtopic.php?t=57552
    RaspberryPi ScreenSaver
  • HubiC on Raspberry pi – something somewhere

    Je vais tester d'installer hubiC sur mon RaspberryPi 3 (je pense que le 2 souffrirait un peu trop).

    Thu May 4 09:28:38 2017 - permalink -
    - - - http://www.somethingsomewhere.net/hubic-on-raspberry-pi/
    hubiC RaspberryPi
  • 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
Links per page: 20 50 100
◄Older
page 15 / 44
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation