I hereby claim:
- I am danilonc on github.
- I am danilonc (https://keybase.io/danilonc) on keybase.
- I have a public key whose fingerprint is 0CF2 5E4D 32FA 8A40 3202 4810 E4AC 80B7 184F CA19
To claim this, I am signing this object:
### Sed script to remove Weblogic logs that match some patterns. | |
### Usage sed -nf THIS_SCRIPT LOG_FILE | |
### Danilo Clemente - http://twitter.com/DaniloNC | |
/^####/ { | |
1! b check_match | |
} | |
H | |
b |
#!/bin/bash | |
## Quick and Dirty hack to change dnsmasq dns servers | |
sudo mdbus2 -s org.freedesktop.NetworkManager.dnsmasq /uk/org/thekelleys/dnsmasq org.freedesktop.NetworkManager.dnsmasq.SetDomainServers ['8.8.8.8','8.8.4.4'] |
#!/bin/bash | |
setBright() { | |
echo $1 | sudo tee -a /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/intel_backlight/brightness | |
} | |
if [ $# -gt 0 ] | |
then | |
setBright $1 | |
else |
I hereby claim:
To claim this, I am signing this object:
https://www.digitalocean.com/?refcode=3a5180b12e31 | |
10 usd free digital ocean promo code |
ccurl () { | |
curl -A 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)' $@ | pygmentize | |
} | |
alias vssh='vagrant ssh' | |
alias vup='vagrant up' |
5e21097f2e98417ecc12574a7bb46a402594ea4a /Applications/Install OS X El Capitan.app/Contents/SharedSupport/InstallESD.dmg |
Product: Sagitta Invictus (PN S2440X-GTX-1080)
Software: Hashcat 3.00-beta-116-g9a54829, Nvidia driver 367.18
Accelerator: 1x Nvidia GTX 1080 Founders Edition
xmllint --xpath '//host[//port[@portid=80]/state[@state="open"]]/hostnames/hostname[@type="user"]/@name' nmap_result.xml |
# Windows PowerShell Script to use restic to backup files using the Volume Shadow Copy Service, allowing | |
# that are in use to be backed up. The script must be run with elevated privileges. | |
# The Volume Shadow Copy Service must be enabled for the disk volume that contains the files to be backed up. | |
# | |
# Parameters | |
$resticExe = 'C:\Users\Username\go\bin\restic.exe' | |
$resticRepository = '\\SYNOLOGY212J\backups\restic-workstation' | |
$rootVolume = "C:\" | |
# List of folders to backup, separated by commas | |
$foldersToBackup = @( |