Monthly Shaarli

All links of one month in a single page.

December, 2020

Le Blog de dada en 2020 - Blog de dada
Cette IA snob analyse votre Spotify pour critiquer vos mauvais goûts musicaux
thumbnail
About us / OEF europe
katlogic/bindip: Bind network interfaces to applications under windows (poor mans NETNS)
thumbnail

This program allows you to assign network interface (ie "source IP address") for each application in Windows. You can have one program routed through wifi, another through wired connection, next through a VPN ...

SMSFoxBox - Full Hardware SMS Gateway and more - Home Page
BeaconGraph v1.0 beta releases: Graph visualization of wireless client and access point relationships
thumbnail

BeaconGraph is an interactive tool that visualizes client and Access Point relationships. Inspired by airgraph-ng and Bloodhound, it aims to support wireless security auditing. It is written in Python with GUI support by pywebview and a Neo4j backend. Relationship rendering is supported by cytoscape.js and is served by Flask.

Sources : https://github.com/daddycocoaman/BeaconGraph

Cracker un mot de passe | Zythom
Mycroft – The Open Source Privacy-Focused Voice Assistant - Mycroft
thumbnail
Unlock encrypted disks on Linux automatically | Opensource.com
thumbnail
WTF really is full-stack? Breaking down confusion on software roles and job descriptions - DEV
thumbnail
Logiciels Helpdesk : quels sont ceux les plus utilisés en France ? Thibault Finck, Celge.fr 
thumbnail
Ansible : faites du meilleur code ! – Le blog de Seboss666
Convert Hyper-V virtual machines from generation 1 to 2 – 4sysops
thumbnail
powershell - How to Get Actual Hard Disk Memory of A VM? - Stack Overflow
thumbnail
Get-VM | ForEach { $Vm = $_; $_.HardDrives } | ForEach {
    $GetVhd = Get-VHD -Path $_.Path
    [pscustomobject]@{
        Vm = $Vm.Name
        Name = $_.Name
        Type = $GetVhd.VhdType
        ProvisionedGB = ($GetVhd.Size / 1GB)
        CommittedGB = ($GetVhd.FileSize / 1GB)
    }
}