gpg --full-generate-key
gpg -K --keyid-format long --with-colons --with-fingerprint
I hereby claim:
To claim this, I am signing this object:
| /* | |
| * | |
| * http://blogs.oracle.com/gc/entry/unable_to_find_valid_certification | |
| * | |
| * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. | |
| * | |
| * Redistribution and use in source and binary forms, with or without | |
| * modification, are permitted provided that the following conditions | |
| * are met: | |
| * | 
| #!/bin/bash | |
| set -o errexit | |
| # Author: David Underhill | |
| # Script to permanently delete files/folders from your git repository. To use | |
| # it, cd to your repository's root and then run the script with a list of paths | |
| # you want to delete, e.g., git-delete-history path1 path2 | |
| if [ $# -eq 0 ]; then | |
| exit 0 | 
| { | |
| "kind": "List", | |
| "apiVersion": "v1", | |
| "metadata": { | |
| "name": "springboot-s2i" | |
| }, | |
| "items": [{ | |
| "apiVersion": "v1", | |
| "kind": "BuildConfig", | |
| "metadata": { | 
| #!/bin/bash -ex | |
| # | |
| # Copies certain kinds of known files and directories from a given Jenkins master directory | |
| # into a git repo, removing any old ones, adds 'em, commits 'em, pushes 'em. | |
| # | |
| if [ $# -ne 2 ]; then | |
| echo usage: $0 jenkins_root_dir jenkins_master | |
| exit 1 | |
| fi | 
| #!/usr/bin/env bash | |
| # installing xmonad in fedora 22 | |
| sudo dfn install -y xmonad ghc-xmonad-contrib-devel ghc-xmonad-devel xmobar\ | |
| stalonetray dmenu scrot cabal-install ghc-Cabal-devel | |
| cabal update | |
| cabal install yeganesh | 
| #!/bin/bash | |
| export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin | |
| ### Thanks Xream's Work XD | |
| # if you don't have several vpn servers to select, you can comment following line | |
| # and use your openvpn config file name to replace "${host}.ovpn" in while loop. | |
| read -p "Select the host: " host | 
| <pluginManagement> | |
| <plugins> | |
| <!-- | |
| The RPM plugin is used to create distributable apps from our war file. | |
| To use it fire: | |
| $ mvn install rpm:rpm | |
| ... | |
| The resulting rpm is then found at Project/target/rpm/Project/RPMS/noarch/Project-versoin-1.noarch.rpm | |
| For example: ImageServer/target/rpm/ImageServer/RPMS/noarch/ImageServer-6.5.0-1.noarch.rpm |