Shaare your links...
5128 links
yakmoijebrille Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 3
49 results for tags debian x
  • Note: dpkg -i vs apt install - Nono's Links
    Fri Oct 22 09:27:54 2021 - permalink -
    - https://shaarli.m0le.net/?rQliVQ
    debian
  • Cannot load library /home/fabien/pyenv/envp37/lib/python3.7/site-packages/PyQt5/Qt/plugins/platforms/libqxcb.so: (libxcb-util.so.1: cannot open shared object file: No such file or directory)
    Quand on veut lancer un utilitaire python3 lancé dans un virtual env sous debian 9 il y a un problème avec xcb.

    Il manque un liens symbolique dans le plugins Qt :
    ln -s /usr/lib/x86_64-linux-gnu/libxcb-util.so.0 /root/qb/.venv/lib/python3.7/site-packages/PyQt5/Qt/lib/libxcb-util.so.1
    Thu Jan 21 15:37:51 2021 - permalink -
    - https://github.com/qutebrowser/qutebrowser/issues/5905
    debian python qt virtualenv
  • How to set default Java version on Ubuntu / Debian | ComputingForGeeks
    Pour changer sa version de java dans sa debian
    Tue Oct 20 21:01:56 2020 - permalink -
    - https://computingforgeeks.com/how-to-set-default-java-version-on-ubuntu-debian/
    debian flf java scala
  • Installer scala 2.12 sur debian
    howto
    Sun Oct 18 06:56:00 2020 - permalink -
    - https://gist.github.com/gritzkoo/394f5ab44d9be560b51fe6d7bb494ffb
    debian howto scala
  • Vivado installation on Linux - ArmadeusWiki
    Un truc à la con sur debian-like, /usr/bin/sh ne pointe pas sur bash :

    ls -lha /bin/sh
    lrwxrwxrwx 1 root root 4 janv. 24  2017 /bin/sh -> dash

    Pour pointer sur bash il faut faire un :

    $ sudo dpkg-reconfigure dash

    Et répondre non.

    $ ls -lha /bin/sh
    lrwxrwxrwx 1 root root 4 juin  28 15:27 /bin/sh -> bash

    Cette commande est à relancer après un dist-upgrade, on n'y pense pas toujours.

    Certe, dash est plus petit (100k au lieu de 900k ...) et plus rapide. Mais il ne respecte pas les standard de bash, du coup ça génère tout un tas de bug pénibles dans les logiciels «third-party» non libre, notamment pour les FPGA.
    Fri Jun 28 15:26:51 2019 - permalink -
    - http://www.armadeus.org/wiki/index.php?title=Vivado_installation_on_Linux
    bash dash debian flf ubuntu
  • Why can I execute a statically linked riscv helloworld program on my Intel i5? I am running Debian testing - Stack Overflow
    Je découvre un truc : Linux (sous debian testing en tout cas) est capable d'exécuter un binaire compilé pour un autre proc que le sien !
    Tue Mar 12 11:35:51 2019 - permalink -
    - https://stackoverflow.com/questions/55115558/why-can-i-execute-a-statically-linked-riscv-helloworld-program-on-my-intel-i5-i
    debian intel isa linux proc riscv
  • How to install latest Firefox Browser on Debian 9 Stretch Linux - LinuxConfig.org
    Download latest Firefox tar-ball
    First, download a latest Firefox version. The below command will always fetch the latest binaries:

    $ wget -O FirefoxSetup.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US";

    Extract new Firefox tarball

    # mkdir /opt/firefox
    # tar xjf FirefoxSetup.tar.bz2 -C /opt/firefox/

    Replace existing binary
    Make a backup of the original Firefox binary shipped with Debian and create a new symbolic link pointing to downloaded Firefox executable:

    # mv /usr/lib/firefox-esr/firefox-esr /usr/lib/firefox-esr/firefox-esr_orig
    # ln -s /opt/firefox/firefox/firefox /usr/lib/firefox-esr/firefox-esr

    Update Firefox
    To update your Firefox execute:

    $ wget -O FirefoxSetup.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US";
    # tar xjf FirefoxSetup.tar.bz2 -C /opt/firefox/

    Restore Debian's Default
    To restore original Firefox execute:

    # unlink /usr/lib/firefox-esr/firefox-esr
    # mv /usr/lib/firefox-esr/firefox-esr_orig /usr/lib/firefox-esr/firefox-esr
    Sat Jun 2 09:49:48 2018 - permalink -
    - https://linuxconfig.org/how-to-install-latest-firefox-browser-on-debian-9-stretch-linux
    debian firefox stretch
  • PhpMyAdmin Résoudre l’erreur "La connexion au controluser tel que défini dans votre configuration a échoué." - toutcaen.com - tout Caen en parle
    Thu Apr 12 09:09:51 2018 - permalink -
    - http://www.toutcaen.com/index.php/2011/10/26/683-phpmyadmin-resoudre-lerreur-la-connexion-au-controluser-tel-que-defini-dans-votre-configuration-a-echoue
    debian mysql
  • How do I disable swap? - Ask Ubuntu - Librement Shaarli
    J'en ai fait l'amer expérience cet après midi au boulot -> mon pc c'est figé peu après un swapoff !
    Thu Apr 5 20:56:02 2018 - permalink -
    - http://www.librement-votre.fr/shaarli/?pibm0g
    debian linux swap
  • How do I disable swap? - Ask Ubuntu
    sudo swapoff -a

    On peut observer la swap se vider avec htop. Une fois qu'elle est vide on peut la remettre avec swap on :

    sudo swapon -a
    Thu Apr 5 09:46:00 2018 - permalink -
    - https://askubuntu.com/questions/214805/how-do-i-disable-swap
    debian linux swap
  • Comment virer le deamon stupide de vivado
    Bon en fait c'était extrêmement simple, je suis un peu vexé d'ailleurs de ne pas l'avoir vu avant :
    cd ~/.config/autostart
    rm Xilinx\ Information\ Center.desktop
    Wed Apr 4 20:32:26 2018 - permalink -
    - ?btPD7Q
    deamon debian flf gnome vivado xilinx
  • How to use 7zip on Linux command Line (Real world open source)
    Une bonne doc sur 7zip
    Wed Dec 20 10:02:42 2017 - permalink -
    - https://www.ibm.com/developerworks/community/blogs/6e6f6d1b-95c3-46df-8a26-b7efd8ee4b57/entry/how_to_use_7zip_on_linux_command_line144?lang=en
    7zip commandes compression debian linux
  • Comment s'installer un petit VPN maison quand on n'est pas un gros barbu - Korben
    Merci l'amis
    Mon Nov 20 15:23:06 2017 - permalink -
    - https://korben.info/installer-openvpn.html
    debian internet linux openvpn ssh ubuntu vpn
  • command line - How to add xterm to terminfo - Ask Ubuntu
    If you have the following warning launching tclsh in debian/ubuntu:
    rlwrap: warning: your $TERM is 'xterm' but rlwrap couldn't find it in the terminfo database. Expect some problems.

    Do the following :
    sudo cp /lib/terminfo/x/xterm /usr/share/terminfo/x

    Works for me ;)
    Thu Jul 20 10:43:53 2017 - permalink -
    - https://askubuntu.com/questions/576318/how-to-add-xterm-to-terminfo
    debian rlwrap tclsh warning
  • How To Install The Oracle Java 8 on Debian Wheezy And Debian Jessie, Via Repository | LinuxG.net
    Comment installer java 8 sur jessie
    Wed Jun 7 14:56:06 2017 - permalink -
    - http://linuxg.net/how-to-install-the-oracle-java-8-on-debian-wheezy-and-debian-jessie-via-repository/
    debian java jessie
  • Comment je suis passé d'Ubuntu à Debian Sid - LinuxFr.org
    Intéressant.
    Thu May 11 13:59:37 2017 - permalink -
    - https://linuxfr.org/users/cyprien1/journaux/comment-je-suis-passe-d-ubuntu-a-debian-sid
    debian linux sid
  • Installer Odoo 8 sur Debian 7 | Charlycoste's Blog
    coude
    Thu Mar 30 17:15:16 2017 - permalink -
    - https://charlycoste.wordpress.com/2015/02/04/installer-odoo-8-sur-debian-7/
    debian odoo openerp
  • ROS/Tutorials - ROS Wiki
    Robotic Operating System tutorial.
    Tue Oct 11 09:20:39 2016 - permalink -
    - http://wiki.ros.org/ROS/Tutorials
    debian robot simulation tutorial
  • Comment installer Vivado 2016.2 sur une Debian 64 bits | Mon petit coin de oueb
    Tue Jun 28 15:16:24 2016 - permalink -
    - http://www.fabienm.eu/wordpress/?p=896
    debian flf fpga vivado
  • upgrade avec debian testing
    sudo apt-get -o Dpkg::Options::="--force-overwrite" upgrade -f
    Tue May 24 21:33:06 2016 - permalink -
    - ?Uz01Sg
    apt-get debian upgrade
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.