Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 2 / 6
103 results tagged Linux  ✕
Proton 3.16-8 beta is out for Steam Play with DXVK 1.0 and game fixes | GamingOnLinux https://www.gamingonlinux.com/articles/proton-316-8-beta-is-out-for-steam-play-with-dxvk-10-and-game-fixes.13725
Sat Mar 9 17:08:04 2019 archive.org
QRCode
thumbnail

Just before the weekend appears, we have the brand new Proton 3.16-8 beta available for Valve's Steam Play. This release includes some mighty fine fixes and updates.

steam game linux
BATTLETECH is having a free weekend on Steam, plus a look at other good Linux game deals | GamingOnLinux https://www.gamingonlinux.com/articles/battletech-is-having-a-free-weekend-on-steam-plus-a-look-at-other-good-linux-game-deals.13623
Sat Feb 23 16:18:58 2019 archive.org
QRCode
thumbnail

The weekend is about to crash into our lives once again, you're sat staring at your screen wondering what to play and we're here to help.

linux game
Installer Archlinux pour ne pas rater sa vie – La vache libre http://la-vache-libre.org/installer-archlinux-pour-ne-pas-rater-sa-vie/
Sat Jan 19 20:38:16 2019 archive.org
QRCode
thumbnail

A lire plus tard... Dans le RER...

linux arch moment vie
How To Enable Steam Play On Linux To Run Windows Games | FOSS Post https://fosspost.org/tutorials/enable-steam-play-on-linux-to-run-windows-games
Tue Dec 25 16:42:17 2018 archive.org
QRCode
thumbnail

debug steam play game

steam linux
How to move EFI and boot partitions? - Unix & Linux Stack Exchange https://unix.stackexchange.com/questions/111845/how-to-move-efi-and-boot-partitions
Tue Dec 18 02:25:58 2018 archive.org
QRCode
thumbnail

Changement de disque uefi

uefi disk linux move
How to Create a Bootable Windows 10 USB in Linux - It's FOSS https://itsfoss.com/bootable-windows-usb-linux/
Tue Dec 18 00:41:31 2018 archive.org
QRCode
thumbnail

Creating a bootable Windows 10 USB in Linux is no rocket science. Here's how to do that easily.

windows key linux tutorial
All commands https://www.commandlinefu.com/commands/browse
Tue Dec 4 18:47:27 2018 archive.org
QRCode
thumbnail

un site de snippets cli, merci Seb :)

command cli linux snippet
NixOS on ARM - NixOS Wiki https://nixos.wiki/wiki/NixOS_on_ARM
Sat Nov 3 01:13:45 2018 archive.org
QRCode
nix os linux ARM
Gérez vos tâches cron dans une interface graphique avec crontab-ui - Informatique générale - ShevArezo`Blog https://blog.shevarezo.fr/post/2018/08/28/gerer-taches-cron-interface-graphique-crontab-ui
Tue Aug 28 18:37:05 2018 archive.org
QRCode
thumbnail

Avec crontab-ui, vous n'avez plus besoin de modifier vos tâches avec crontab. Toutes les manipulations peuvent être faites directement depuis un navigateur Web en quelques clics. L'interface de crontab-ui vous permet de créer, modifier, suspendre, supprimer, sauvegarder des tâches cron. L'outil permet même d'importer, d'exporter et de déployer des tâches sur d'autres machines. Les logs d'erreurs, le mailing et le support des hooks sont également possibles. crontab-ui est gratuit, open source et écrit en utilisant NodeJS.

crontab linux ui
Configurer, Compiler et Installer un noyau Linux personnalisé — openSUSE https://fr.opensuse.org/Configurer,_Compiler_et_Installer_un_noyau_Linux_personnalis%C3%A9
Thu Aug 9 22:00:34 2018 archive.org
QRCode
thumbnail

Configuration

Soyez sûr d'être dans le repertoire des sources du noyau.

cd /usr/src/linux/

Nettoyage

Cette étape peut s'appliquer dans le cas où vous avez déjà des sources compilées dans le dossier /usr/src/linux/. Elle s'utilise principalement lorsque vous avez modifier plusieurs fois votre configuration et que vous avez passé certains modules dans le kernel.

En effet, il peut être parfois utile de supprimer les fichiers compilés de l'arborescence des sources avant de commencer la procédure de compilation.

Il existe plusieurs commande pour effectuer cette étape de “nettoyage” :

make clean

et

make mrproper

make clean supprime tous les fichiers compilés.
make mrproper supprime tous les fichiers compilés ainsi que 

le fichier de configuration .config qui contient les options de configuration du kernel.

Notez que la compilation durera plus longtemps, tous les fichiers devant être recompilés à nouveau. En effet, par défaut, seules les options modifiées sont recompilées.
Récupération de la configuration

Cette étape optionnelle permet de récuperer les paramètres déjà définis dans le noyau courant, ce qui est intéressant si vous avez déjà personnalisé votre noyau courant et que vous désirez l'utiliser comme base pour le nouveau noyau. Pour effectuer ceci, récutez les commandes suivantes :

zcat /proc/config.gz > .config
make oldconfig.

La configuration du noyau courant est contenu dans le fichier /proc/config.gz. La commande make oldconfig utilise le fichier /usr/src/linux/.config (issu de la commande précédente) comme modèle pour la configuration du nouveau kernel. Si le fichier .config n'existe pas, la configuration par défaut incluse dans les sources du noyau sera utilisée.

kernel linux config
kernel récupérer la configuration - Divers - Linux et OS Alternatifs - FORUM HardWare.fr https://forum.hardware.fr/hfr/OSAlternatifs/Divers-2/kernel-recuperer-configuration-sujet_68018_1.htm
Thu Aug 9 21:58:13 2018 archive.org
QRCode
thumbnail

zcat /proc/config.gz si activé dans la conf du kernel.
ou dans /boot/

linux kernel config
[UNIX] Trouver les ip de votre réseau ? /shaare/ObSkKA
Thu Apr 19 21:10:38 2018 archive.org
QRCode

Avec nmap c'est tout simple :

-sP pour ne faire "que" un ping.

nmap -sP 192.168.0.0/24

Starting Nmap 7.40 ( https://nmap.org ) at 2018-04-19 14:09 CEST
Nmap scan report for 192.168.0.20
Host is up (0.00015s latency).
Nmap scan report for 192.168.0.40
Host is up (0.00079s latency).
Nmap scan report for 192.168.0.41
Host is up (0.00077s latency).
Nmap scan report for 192.168.0.47
Host is up (0.00071s latency).
Nmap scan report for 192.168.0.50
Host is up (0.00075s latency).
Nmap scan report for 192.168.0.254
Host is up (0.0013s latency).
Nmap done: 256 IP addresses (6 hosts up) scanned in 8.61 seconds

nmap ip unix linux reseau
Perte de connection radio de mon RFLINK merci udev https://wiki.debian.org/fr/udev
Thu Feb 15 23:03:28 2018 archive.org
QRCode

Bonjour,

J'ai installé mon serveur en débian9, celui-ci utilise domoticz et un rflink pour gérer ma domotique...

depuis l'installation j'avais des pertes d'informations...
j'ai d'abord pensé aux piles de mes sondes.... mais non...
c'était le serveur

et oui après un certains temps le port USB est mis en "basse consommation" par linux et donc moins de puissances pour la réception / envoi d'information.

donc j'ai ajouté une rêgle dans UDEV:

  • filtrage sur le vendor et le product id
  • ajout d'un lien "rflink" dans /dev
  • passage de la gestion de la consommation de ce device à "on" pour la désactiver

SUBSYSTEM=="usb", ATTR{idProduct}=="7523", ATTR{idVendor}=="1a86", SYMLINK+="rflink", TEST=="power/control" ATTR{power/control}="on"

udev linux power usb rflink
Power Management for USB — The Linux Kernel documentation https://www.kernel.org/doc/html/v4.13/driver-api/usb/power-management.html
Thu Feb 15 18:19:47 2018 archive.org
QRCode
thumbnail

The user interface for dynamic PM

The user interface for controlling dynamic PM is located in the power/ subdirectory of each USB device’s sysfs directory, that is, in /sys/bus/usb/devices/.../power/ where ”...” is the device’s ID. The relevant attribute files are: wakeup, control, and autosuspend_delay_ms. (There may also be a file named level; this file was deprecated as of the 2.6.35 kernel and replaced by the control file. In 2.6.38 the autosuspend file will be deprecated and replaced by the autosuspend_delay_ms file. The only difference is that the newer file expresses the delay in milliseconds whereas the older file uses seconds. Confusingly, both files are present in 2.6.37 but only autosuspend works.)

power/wakeup

    This file is empty if the device does not support remote wakeup. Otherwise the file contains either the word enabled or the word disabled, and you can write those words to the file. The setting determines whether or not remote wakeup will be enabled when the device is next suspended. (If the setting is changed while the device is suspended, the change won’t take effect until the following suspend.)

power/control

    This file contains one of two words: on or auto. You can write those words to the file to change the device’s setting.

        on means that the device should be resumed and autosuspend is not allowed. (Of course, system suspends are still allowed.)
        auto is the normal state in which the kernel is allowed to autosuspend and autoresume the device.

    (In kernels up to 2.6.32, you could also specify suspend, meaning that the device should remain suspended and autoresume was not allowed. This setting is no longer supported.)

power/autosuspend_delay_ms

    This file contains an integer value, which is the number of milliseconds the device should remain idle before the kernel will autosuspend it (the idle-delay time). The default is 2000. 0 means to autosuspend as soon as the device becomes idle, and negative values mean never to autosuspend. You can write a number to the file to change the autosuspend idle-delay time.
usb linux power
Fixing upload problem with Arduino Uno Clone with CH340 on Linux | Kevin's Blog https://klamfx.wordpress.com/2017/01/27/fixing-upload-problem-with-arduino-uno-clone-with-ch340-on-linux/
Fri Jan 19 00:36:45 2018 archive.org
QRCode
thumbnail

To resolve this. First remove the ch341 module and replace it with one build locally from source provided by the manufacturer.

sudo rmmod ch341
sudo mv /lib/modules/$(uname -r)/kernel/drivers/usb/serial/ch341.ko /lib/modules/$(uname -r)/kernel/drivers/usb/serial/ch341.ko~

Then download the driver source from here.

Unzip it and compile the kernel module locally and install it.

cd ~/CH341SER_LINUX
sudo make
sudo mv ch34x.ko /lib/modules/$(uname -r)/kernel/drivers/usb/serial
sudo depmod -a

ch341 linux arduino board upload
[TUTO] Linux sur Wii avec Wifi fonctionnel! | Siickblog https://siickblog.wordpress.com/2011/06/17/tuto-linux-sur-wii-avec-wifi-fonctionnel/
Mon Dec 4 17:56:49 2017 archive.org
QRCode
thumbnail
wii linux
Terminus : un jeu d’aventure pour apprendre à utiliser la ligne de commande - LinuxFr.org http://linuxfr.org/news/terminus-un-jeu-d-aventure-pour-apprendre-a-utiliser-la-ligne-de-commande
Tue Nov 21 16:44:46 2017 archive.org
QRCode
thumbnail

En 2011, des étudiant·e·s du MIT ont eu l’idée de passer par le biais du jeu vidéo pour apprendre à utiliser la ligne de commande GNU/Linux aux non‐initié(e)s. Trois ans plus tard sortait le jeu Terminus jouable (accès au code source).

Terminus, un jeu avec des gamins, des trolls, et des manuscrits

En 2016, deux Bretons francophones inspirés, après de nombreuses recherches d’un outil amusant et ludique pour faire connaître leur système d’exploitation préféré aux non‐initiés, décidèrent de traduire et reprendre la conception du jeu.

jeu cmd gnu linux linuxfr
LXC ou la virtualisation allégée / Wiki / Debian-facile http://debian-facile.org/doc:autres:vm:lxc
Tue Mar 7 21:08:32 2017 archive.org
QRCode
thumbnail

Comment utiliser LXC la virtualisation fournit directement par le noyau linux.

lxc linux noyau virtualisation
Docker - alpine ssh server for ARMHF https://github.com/memiks/alpinearmhf-sshd
Mon Feb 13 23:37:36 2017 archive.org
QRCode
thumbnail

Hello,

j'ai fait une petite modification d'un github pour avoir mon image de 2Mo d'alpine avec serveur ssh (pratique pour des images docker toutes petites)

le README:

Alpine ARMHF ssh server

Instructions

Key based usage (prefered)

Copy the id_rsa.pub from your workstation to your dockerhost.
On the dockerhost create a volume to keep your authorized_keys.

tar cv --files-from /dev/null | docker import - scratch
docker create -v /root/.ssh --name ssh-container scratch /bin/true
docker cp id_rsa.pub ssh-container:/root/.ssh/authorized_keys

For ssh key forwarding use ssh-agent on your workstation.

ssh-agent
ssh-add id_rsa

Then the start sshd service on the dockerhost (check the tags for alpine versions)

docker run -p 4848:22 --name alpinearmhf-sshd --hostname alpinearmhf-sshd --volumes-from ssh-container  -d alpinearmhf-sshd

Password based

docker run -p 4848:22 --name alpinearmhf-sshd --hostname alpinearmhf-sshd -d alpinearmhf-sshd
docker exec -ti docker-sshd passwd

From your workstation

ssh to your new docker environment, with an agent -i option is not needed

ssh -p 4848 -i id_rsa root@<dockerhost>
alpine linux docker ssh server image
how to use pkgsrc on linux https://wiki.netbsd.org/pkgsrc/how_to_use_pkgsrc_on_linux/
Mon Jan 16 18:48:04 2017 archive.org
QRCode
thumbnail

Comment compiler pkgsrc pour linux ?

linux pkgsrc compile install
page 2 / 6
4756 links, including 1670 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn