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
INFO: Undeploying context [/ela-web] | |
Okt 30, 2012 2:19:01 PM org.apache.catalina.core.ApplicationContext log | |
INFO: Closing Spring root WebApplicationContext | |
30 10 2012 14:19:01,054 - INFO org.springframework.web.context.support.XmlWebApplicationContext Closing Root WebApplicationContext: startup date [Tue Oct 30 14:18:17 CET 2012]; root of context hierarchy | |
30 10 2012 14:19:01,054 - INFO org.springframework.beans.factory.support.DefaultListableBeanFactory Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4bf8bd: defining beans [propertyConfigurer,org.springframework.security.filterChains,org.springframework.security.filterChainProxy,org.springframework.security.web.DefaultSecurityFilterChain#0,org.springframework.security.web.DefaultSecurityFilterChain#1,org.springframework.security.web.DefaultSecurityFilterChain#2,org.springframework.security.web.DefaultSecurityFilterChain#3,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.web.PortReso |
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
package projekt | |
class Hauptprojekt extends Projekt { | |
Integer prio | |
String vertraulichkeit | |
String verfuegbarkeit | |
String kommentarZumSchutzbedarf | |
String integritaet | |
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
set transparency=5 | |
set gfn=Source\ Code\ Pro\ for\ Powerline:h14 |
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
git clone http://github.com/hygl/hygl.github.io.git | |
Klone nach 'hygl.github.io'... | |
fatal: unable to access 'https://github.com/hygl/hygl.github.io.git/': gnutls_handshake() failed: The Diffie-Hellman prime sent by the server is not acceptable (not long enough). |
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
15 04 2014 15:24:36,532 - DEBUG org.springframework.security.web.util.AntPathRequestMatcher Checking match of request : '/webjars/jquery/2.0.3/jquery.js'; against '/webjars/**' | |
15 04 2014 15:24:36,532 - DEBUG org.springframework.security.web.FilterChainProxy /webjars/jquery/2.0.3/jquery.js has an empty filter list |
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
### Keybase proof | |
I hereby claim: | |
* I am hygl on github. | |
* I am hygl (https://keybase.io/hygl) on keybase. | |
* I have a public key whose fingerprint is 607E ED28 769D 77A7 66C4 BC9C FA9B 78D4 2AED 0D4A | |
To claim this, I am signing this object: |
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
- name: download nomad | |
get_url: | |
url: "https://releases.hashicorp.com/nomad/0.5.2/nomad_0.5.2_linux_amd64.zip" | |
dest: /tmp/nomad.zip | |
- name: unzip nomad | |
unarchive: | |
src: /tmp/nomad.zip | |
dest: /usr/local/bin | |
remote_src: yes |
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
There was a problem importing one of the Python modules | |
required to run yum. The error leading to this problem was: | |
/lib64/libnssutil3.so: undefined symbol: PR_GetEnvSecure | |
Please install a package which provides this module, or | |
verify that the module is installed correctly. | |
It's possible that the above module doesn't match the | |
current version of Python, which is: |
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
[hygl@localhost ~]$ virsh net-list --all | |
Name Status Automatischer Start Bleibend | |
---------------------------------------------------------- | |
[hygl@localhost ~]$ sudo virsh net-list --all | |
Name Status Automatischer Start Bleibend | |
---------------------------------------------------------- | |
default Aktiv ja ja | |
[hygl@localhost ~]$ groups |
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
minishift start --metrics --memory=4gb --http-proxy=$http_proxy --https-proxy=http_proxy | |
-- Checking if KVM driver is installed ... | |
Driver is available at /usr/local/bin/docker-machine-driver-kvm ... | |
Checking driver binary is executable ... OK | |
-- Checking if Libvirt is installed ... OK | |
-- Checking if Libvirt default network is present ... OK | |
-- Checking if Libvirt default network is active ... OK | |
Proxy URL 'http_proxy' is not valid. | |
[huegelph@cd0026522:0 bin]$ minishift start --metrics --memory=4gb --http-proxy=$http_proxy --https-proxy=$http_proxy | |
-- Checking if KVM driver is installed ... |
OlderNewer