Daily Shaarli

All links of one day in a single page.

September 3, 2017

Crunchyroll - "A Silent Voice" To Qualify For Oscar Nomination

Distributor Eleven Arts has announced an October 20th date for the US screenings of anime movie A Silent Voice. With that, animation site Cartoon Brew has confirmed that Kyoto Animation's adaption of Yoshitoki Oima's acclaimed manga will qualify to be nominated for the Oscar in the Academy Awards' Best Animated Feature category.

Note: Shaarli : Thème & Addons
How To Install KDE GUI In Debian 9 Linux - RootUsers
thumbnail
apt install aptitude tasksel
aptitude install ~t^desktop$ ~t^kde-desktop$
Scan des entrées ARP de votre réseau local en PowerShell
thumbnail

J’ai réalisé un script en PowerShell dont l’objet est de scanner votre réseau par des ping et de consigner les données de la table ARP dans un fichier de logs. Sont exclus toutes les machines distantes dont que le pare-feu ne bloque le protocole ICMP en entrée.

Clear
#fichier de logs
$logfile='d:\arp.log'
$logs=@()
$cmd=@()
#Récupération du contenu du fichier de logs existant
If(Test-Path -Path $logfile)
{
    $logs+=Import-CSV -Path $logfile
}
$date=Get-Date
#Balayage par ping du réseau 192.168.1.0/24
For($i=1;$i -lt 255;$i++)
{
    $ping=ping 192.168.1.$i -n 1 -w 5
    #Récupération de la commande arp -a toutes les 60 secondes
    If($date.AddSeconds(60) -lt (Get-Date))
    {
        $cmd+=arp -a
        $date=Get-Date
    } 
}
$cmd+=arp -a
#Elimination des doublons du fait de l'exécution régulière de arp -a
$cmd=$cmd|Sort -Unique
#Récupération des adresses ip et mac
ForEach($row in $cmd)
{
    If($row -match '^ +([0-9\.]+) +([0-9a-f\-]+) +[a-z]+ +$')
    {
        $ip=$Matches[1]
        $mac=$Matches[2]
        $logs+=[PSCustomObject]@{date=$date;ip=$ip;mac=$mac}
    }
}
#Sauvegarde des données de la table arp dans le fichier de logs
$logs| Export-CSV -NoTypeInformation -Path $logfile
#Facultatif : affichage des résultats si vous exécutez le script en mode interactif
$logs|Out-GridView -Title 'Log Arp Scan'
$logs=$null
How to use grep and cut in script to obtain website URLs from an HTML file - Unix & Linux Stack Exchange
thumbnail
cat * | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*" | sort | uniq
[OSD/SCCM/MDT] Comment effectuer une capture réseau depuis une séquence de tâches dans Windows PE - Jean-Sébastien DUCHENE Blog's - Blogueurs - MicrosoftTouch

Microsoft a publié un article dans sa base de connaissances pour décrire comment réaliser une capture du réseau depuis une séquence de tâches dans un environnement Windows PE. Ceci peut être très utile quand vous faites du déploiement de système d’exploitation avec Microsoft Deployment Toolkit (MDT) ou System Center Configuration Manager (SCCM). Cela peut aussi servir pour faire du dépannage. Prenez-le cas où vous devez déployer un système d’exploitation sur un réseau avec du 802.1x.

A Comparison of Linux Container Images - Crunch Tools
thumbnail
Note: XCOM2: War of the Chosen
thumbnail

Oui, avec les zombies, ça fait beaucoup d'unités par mission. Gros aie.

aeris/cross-post - imirhil.fr
thumbnail

This gem uses the Mastodon stream API to replicate your toot on Twitter, handling the "500 to 140 characters limit" conversion.

Can you suggest me any other amazing movies such as "Your name" or "A silent voice". : anime

Some good Anime-Movies:

  • 5 Centimeters Per Second (Drama, Romance, Slice of Life)
  • Akira (Action, Adventure, Horror, Sci-Fi, Supernatural, Military)
  • Castle in the Sky (Adventure, Fantasy, Romance, Sci-Fi)
  • Colorful (Drama, Slice of Life, Supernatural)
  • Eve no Jikan (Sci-Fi, Slice of Life)
  • Garden of Words (Slice of Life, Psychological, Drama, Romance)
  • Ghost in the Shell (Mecha, Sci-Fi, Police, Psychological)
  • Grave of the Fireflies (Drama, Historical)
  • Hoshi no Koe (Sci-Fi, Space, Drama, Romance, Mecha)
  • Hotarubi no Mori e (Drama, Romance, Supernatural)
  • Howl's Moving Castle (Adventure, Drama, Fantasy, Romance)
  • Jin-Roh (Drama, Romance, Military, Police, Psychological)
  • Kara no Kyoukai (Action, Mystery, Supernatural, Thriller)
  • Memories (Drama, Horror, Sci-Fi, Psychological)
  • Millennium Actress (Action, Adventure, Drama, Fantasy, Historical, Romance)
  • Mind Game (Adventure, Comedy, Dementia, Romance, Psychological)
  • Nausicaä (Adventure, Fantasy)
  • Ninja Scroll (Adventure, Fantasy, Historical, Horror, Romance, Supernatural)
  • Paprika (Mystery, Fantasy, Horror, Sci-Fi, Psychological, Thriller)
  • Patema Inverted (Sci-Fi)
  • Perfect Blue (Drama, Horror, Psychological)
  • Princess Mononoke (Action, Adventure, Fantasy)
  • Redline (Action, Cars, Sci-Fi, Sports)
  • Saint☆Young Men (Comedy, Slice of Life)
  • Samurai X: Trust and Betrayal (Action, Historical, Drama, Romance, Martial Arts, Samurai)
  • Spirited Away (Adventure, Drama, Romance, Supernatural)
  • Summer Wars (Comedy, Sci-Fi)
  • Sword of the Stranger (Action, Historical, Samurai)
  • Tekkon Kinkreet (Adventure, Psychological)
  • The Boy and the Beast (Adventure, Supernatural)
  • The Girl Who Leapt Through Time (Adventure, Drama, Romance, Sci-Fi)
  • The Wind Rises (Drama, Historical, Romance)
  • Tokyo Godfathers (Comedy, Drama)
  • Whisper of the Heart (Adventure, Slice of Life, Drama, Romance, Fantasy)
  • Wolf Children (Fantasy, Slice of Life)