Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • Search
  • Display options
    • Links per page :
    • 20 links
    • 50 links
    • 100 links
  • RSS Feed
  • Login

J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.

5169 links 

page 13 / 17

Liste des liens

330 results tagged Linux x
INSIDE – Tuxicoman
2017-02-1 14:0 - permalink -

Il m'a l'air bien ce jeu.

jeux Linux steam
- https://tuxicoman.jesuislibre.net/2017/01/inside.html
Paperwork - La gestion de documents rendue rapide et facile - OpenPaper
2017-02-1 11:16 - permalink -

À tester...

documents Linux logiciel tri
- https://openpaper.work/fr/#/slide_intro
Linux, disques dur et économie d'énergie
2017-02-1 10:43 - permalink -

Version pourrave certes mais qui tourne depuis 2005 et qui lui a permis d'enregistrer au minimum 21876.
Pas trop mal pour une version pourrave.

hdd Linux systemes tips tuning
- http://sebsauvage.net/links/?_460QQ
RcloneBrowser (Rclone GUI) Lets You Manage Multiple Cloud Storage Services From A Single Desktop App ~ Web Upd8: Ubuntu / Linux blog
2017-01-31 10:44 - permalink -

Et vous pouvez l'utiliser pour récupérer toutes vos données et vous barrer de ces clouds moisis.

gui Linux logiciel-libre rclone windows
- http://www.webupd8.org/2017/01/rclonebrowser-rclone-gui-lets-you.html
Guide: Installing and Running a GNU/Linux Environment on Any Android Device
2017-01-30 15:4 - permalink -

Of course, since this isn’t a real Linux installation but rather a Linux environment running on top of, and within the constraints of, Android, there are a couple of limitations to be aware of. Some applications will refuse to run or will crash, usually due to the fact that some resources that are usually exposed on GNU/Linux systems are kept hidden by Android. Also, if a regular Android app can’t do something, then usually a Linux application running within Android can’t as well, so you won’t be able to perform tasks such as partitioning hard drives. Lastly, games requiring hardware acceleration will not work. Most standard everyday apps, however, will run just fine. Some examples include Firefox, LibreOffice, GIMP, Eclipse, and simple games like PySol.

android Linux
- https://www.xda-developers.com/guide-installing-and-running-a-gnulinux-environment-on-any-android-device/
`Dash To Panel` Is A Cool Icon Taskbar For GNOME Shell ~ Web Upd8: Ubuntu / Linux blog
2017-01-27 16:24 - permalink -

Le thème utilisé dans les images de démo : https://github.com/adapta-project/adapta-gtk-theme

Linux tools
- http://www.webupd8.org/2017/01/dash-to-panel-is-cool-icon-taskbar-for.html
Sécurisation du serveur (SSH, firewall iptables, fail2ban...) - Alsacreations
2017-01-27 15:52 - permalink -

Ensemble de recommandations pour sécuriser un serveur.

Linux sécurité tutoriels
- http://www.alsacreations.com/tuto/lire/622-Securite-firewall-iptables.html
GalliumOS – A fast and lightweight Linux distro for ChromeOS devices
2017-01-23 12:33 - permalink -

À voir si c'est un "vrai" linux dedans et ce qu'il advient des "fonctionnalités" liées à Google.

chrome Linux OS
- https://galliumos.org/
Download | Kdenlive
2017-01-16 12:12 - permalink -

Logiciel d'édition vidéo

application Libre Linux logiciel opensource vidéos
- https://kdenlive.org/download/
darktable | the photo workflow software
2017-01-16 12:6 - permalink -

Une alternative à Lightroom

application Libre Linux logiciel opensource photographie tools
- https://www.darktable.org/
Dark Aurora Theme Is Available For Ubuntu/Linux Mint (Gnome Shell, Unity and Cinnamon) - NoobsLab | Ubuntu/Linux News, Reviews, Tutorials, Apps
2017-01-13 17:17 - permalink -

Via Liandri

Linux thème
- http://www.noobslab.com/2017/01/dark-aurora-theme-is-available-for.html
RESEAU : Il ne faut plus utiliser ifconfig mais la commande ip - Documentation - Wiki - Linuxtricks
2017-01-4 12:16 - permalink -
configuration Linux réseau
- http://www.linuxtricks.fr/wiki/reseau-il-ne-faut-plus-utiliser-ifconfig-mais-la-commande-ip
htop expliqué, partie 1 : l’uptime | Le blog de Carl Chenet
2017-01-3 17:18 - permalink -

Série d'articles sur htop, dérivés de https://peteris.rocks/blog/htop/

htop Linux tools
- https://carlchenet.com/htop-explique-luptime/
Cron et crontab : le planificateur de tâches ! - Documentation - Wiki - Linuxtricks
2017-01-3 16:29 - permalink -

Pratique.

via SebSauvage

cron Linux tutoriels
- http://www.linuxtricks.fr/wiki/cron-et-crontab-le-planificateur-de-taches
MusicRepair pour corriger les titres, ajouter les métadonnées et les pochettes de vos musiques
2016-12-14 14:17 - permalink -

À télécharger d'urgence

Édit : après utilisation, il s'avère que je n'ai pu réparer aucun fichier...

Linux logiciel Musique python
- https://mavielinux.com/2016/12/11/musicrepair-pour-corriger-les-titresajouter-les-metadonnees-et-les-pochettes-de-vos-musiques/
Introduction to strace | The Road to Elysium
2016-12-5 10:52 - permalink -

Petite introduction à strace, l'outils Linux qui permet d'examiner en détails tous les appels système (fichiers, réseau, mémoire) d'un programme.

Via SebSauvage

Linux programme strace systemes
- https://jorge.fbarr.net/2014/01/19/introduction-to-strace/
Quand vous avez une connexion WiFi instable sous Linux... - Liens en vrac de sebsauvage
2016-11-17 10:39 - permalink -
#!/bin/bash
# Test régulièrement la connexion WiFi et la relance si elle est tombée (pour NetworkManager)
while true
do
   wget -q --tries=10 --timeout=20 -O - <a href="http://free.fr">http://free.fr</a> > /dev/null
   if [[ $? -eq 0 ]]; then
       echo "`date` Connexion ok. Attente 10 secondes."
   else
       echo "`date` Connexion tombée ; relance..." | tee -a force-net-up.log
       nmcli nm wifi off
       sleep 4
       nmcli nm wifi on
       echo "Attente 30 secondes."
       sleep 20
   fi
   sleep 10
done

Il y a 2 petits trucs à modifier dans ton script pour qu'il soit bien :

  • faire un wget ou ping sur une IP et non un nom de domaine. Car si le serveur DNS est HS, la connexion wifi sera tout le temps relancé.
  • ajouter un verrou. Le wget à un timeout de 20 seconde. Or le sleep final n'est que de 10 seconde. Donc il y a des risques de lancer plusieurs fois le wget et de relancer le wifi. Donc il faut ajouter ceci :
    while true
    do
    if [ ! -f /tmp/wifi_lock ]; then
     date > /tmp/wifi_lock
     wget ...
     ...
     rm -f /tmp/wifi_lock
    fi
    sleep 10
    done
Linux wifi
- http://sebsauvage.net/links/?Ud-qdw
Partager des fichiers entre deux ordinateurs sous Ubuntu - le hollandais volant
2016-11-8 12:22 - permalink -
fichiers Linux partage
- http://lehollandaisvolant.net/linux/eth-share/
liste des logiciels installés / Installation de logiciels et changements de version / Forum Ubuntu-fr.org
2016-08-29 1:16 - permalink -
sudo dpkg --get-selections >liste-des-paquets
Linux logiciel sauvegarde
- http://forum.ubuntu-fr.org/viewtopic.php?id=393988
Devices | Ubuntu for tablets | Ubuntu
2016-07-7 11:55 - permalink -
Linux tablette
- http://www.ubuntu.com/tablet/devices
page 13 / 17


Tags


  • shaarli
  • wikipedia

Tags cloud

Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
Affiches "loi aviva" créées par Geoffrey Dorne le 13 Mai, 2020 - Mastodon 1 - Mastodon 2