I hereby claim:
- I am aslafy-z on github.
- I am zadki3l (https://keybase.io/zadki3l) on keybase.
- I have a public key whose fingerprint is 5C78 B85E 5739 AD19 A2AB 0EF4 4614 FD47 1243 BADA
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <script> | |
| // A simple function to copy a string to clipboard. See https://github.com/lgarron/clipboard.js for a full solution. | |
| var copyToClipboard = (function() { | |
| var _dataString = null; | |
| document.addEventListener("copy", function(e){ | |
| if (_dataString !== null) { | |
| try { | |
| e.clipboardData.setData("text/plain", _dataString); | |
| e.preventDefault(); |
| #!/usr/bin/perl -w | |
| use strict; | |
| use IO::Socket::INET; | |
| use IO::Socket::SSL; | |
| use Getopt::Long; | |
| use Config; | |
| #./ddos.pl -dns ip -port 80 -num 500 | |
| $SIG{'PIPE'} = 'IGNORE'; #Ignore broken pipe errors | |
| print <<EOTEXT; |
| var row=''; | |
| var pm = PasswordManager.getInstance(); | |
| var model = pm.savedPasswordsList_.dataModel; | |
| var pl = pm.savedPasswordsList_; | |
| for(i=0;i<model.length;i++){ | |
| PasswordManager.requestShowPassword(i); | |
| }; | |
| setTimeout(function(){ | |
| row += 'url,username,password,extra,name,grouping,fav'; | |
| for(i=0; i<model.length; i++) { |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <unistd.h> | |
| #include <sys/types.h> | |
| #include <sys/mman.h> | |
| #include <fcntl.h> | |
| #include <byteswap.h> | |
playonlinuxlib32-libldap, lib32-gnutls (multilib needed)ttf-ms-fonts| #!/bin/bash | |
| # video demo at: http://www.youtube.com/watch?v=90xoathBYfk | |
| # written by "mhwombat": https://bbs.archlinux.org/viewtopic.php?id=71938&p=2 | |
| # Based on "snippy" by "sessy" | |
| # (https://bbs.archlinux.org/viewtopic.php?id=71938) | |
| # | |
| # You will also need "dmenu", "xsel" and "xdotool". Get them from your linux | |
| # distro in the usual way. | |
| # |
| rofi.color-enabled: true | |
| rofi.scroll-method: false | |
| rofi.hide-scrollbar: true | |
| ! Background Foreground Background Alternate Highlight Background Highlight Foreground | |
| rofi.color-window: #BB000000, #BB000000, #BB000000 | |
| rofi.color-normal: #00000000, #AADEDEDE, #00000000, #00000000, #AA1793D1 | |
| rofi.color-active: #00000000, #AADEDEDE, #00000000, #00000000, #AAFF0000 | |
| rofi.color-urgent: #00000000, #CCDEDEDE, #00000000, #00000000, #AAFF0000 | |
| rofi.levenshtein-sort: true |
| diff --git deploy/kube-templates/glusterfs-daemonset.yaml deploy/kube-templates/glusterfs-daemonset.yaml | |
| index d291e78..e04d8f4 100644 | |
| --- deploy/kube-templates/glusterfs-daemonset.yaml | |
| +++ deploy/kube-templates/glusterfs-daemonset.yaml | |
| @@ -20,7 +20,7 @@ spec: | |
| storagenode: glusterfs | |
| hostNetwork: true | |
| containers: | |
| - - image: gluster/gluster-centos:latest | |
| + - image: zadki3l/glusterfs:3.12 |