This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'teamcymru' | |
require 'ipaddr' | |
c = TeamCymru::ASNClient.new | |
ips = Array.new | |
ARGF.each do |line| | |
ip = IPAddr.new(line.split()[0]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Brightd brightness daemon | |
Wants=display-manager.service | |
[Service] | |
Type=forking | |
ExecStart=/usr/sbin/brightd -d -x -w 6 | |
Restart=on-abort | |
[Install] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Localization file for Dutch. | |
# Translated from the English locale by Luuk Hendriks (DRiKE on github), used the date and datetime | |
# from https://github.com/svenfuchs/rails-i18n/blob/master/rails/locale/nl.yml | |
# credits for those sections to Ariejan de Vroom and Floris Huetink | |
nl: | |
admin: | |
home: | |
name: Home | |
pagination: |
NewerOlder