[cstamas@Slartibartfast ssl]$ keytool -keystore keystore.jks -alias jetty -genkey -keyalg RSA -ext san=ip:192.168.5.82
Enter keystore password:
Re-enter new password:
What is your first and last name?
[Unknown]: localhost
What is the name of your organizational unit?
[Unknown]: HQ
What is the name of your organization?
[Unknown]: Flat White Ltd
This file contains 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
# filename /etc/libinput-gestures.conf | |
# Configuration file for libinput-gestures. | |
gesture swipe right 3 _internal -w ws_down | |
gesture swipe left 3 _internal -w ws_up | |
gesture swipe up 3 xdotool key ctrl+alt+Up | |
gesture swipe down 3 xdotool key ctrl+alt+Down |
This file contains 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
Homebrew build logs for vagrant on Linux Mint 19 Tara | |
Build date: 2018-10-03 14:40:10 |
This file contains 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
Homebrew build logs for vagrant on Linux Mint 19 Tara | |
Build date: 2018-10-03 14:40:10 |
This file contains 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
[tcserve@Walmac bin]$ ./nexus console | |
Running Nexus OSS... | |
wrapper | --> Wrapper Started as Console | |
wrapper | Launching a JVM... | |
jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org | |
jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. | |
jvm 1 | | |
jvm 1 | 2017-04-25 11:42:13,064+0200 INFO [WrapperListener_start_runner] *SYSTEM org.sonatype.nexus.bootstrap.jsw.JswLauncher - Starting with arguments: [./conf/jetty.xml, ./conf/jetty-requestlog.xml] | |
jvm 1 | 2017-04-25 11:42:13,067+0200 INFO [WrapperListener_start_runner] *SYSTEM org.sonatype.nexus.bootstrap.jsw.JswLauncher - JVM ID: 1, JVM PID: 10004, Wrapper PID: 10003, User: tcserve | |
jvm 1 | 2017-04-25 11:42:13,125+0200 INFO [WrapperListener_start_runner] *SYSTEM org.sonatype.nexus.bootstrap.ConfigurationBuilder - Properties: |
This file contains 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
Frozen threads found (potential deadlock) | |
It seems that the following threads have not changed their stack for more than 10 seconds. | |
These threads are possibly (but not necessarily!) in a deadlock or hung. | |
qtp33860027-337 <--- Frozen for at least 54s | |
org.sonatype.nexus.proxy.item.DefaultRepositoryItemUidFactory.doCreateUidLockForKey(String) DefaultRepositoryItemUidFactory.java:120 | |
org.sonatype.nexus.proxy.item.DefaultRepositoryItemUidFactory.createUidLock(RepositoryItemUid) DefaultRepositoryItemUidFactory.java:115 | |
org.sonatype.nexus.proxy.item.DefaultRepositoryItemUidFactory.createUidLock(RepositoryItemUid) DefaultRepositoryItemUidFactory.java:43 | |
org.sonatype.nexus.proxy.item.DefaultRepositoryItemUid.getLock() DefaultRepositoryItemUid.java:88 |
Bunny takes a walk in the forest. During his walk, he meets with a pack of skinheads gathering around of a big oak tree.
- Oi! Bunny, do you have a cigarette?
- Um, yes. Just a moment. -- says Bunny and takes out a pack from his pocket -- Here it is, grab some.
- Bunny, are these filterless or with filter?
- Well, filterless.
- We want with filter! -- yells one of them, and the skins beat the hell out of little Bunny.
I hereby claim:
- I am cstamas on github.
- I am cstamas (https://keybase.io/cstamas) on keybase.
- I have a public key whose fingerprint is 2BE1 3D05 2E9A A567 D657 D979 1FD5 0715 4FB9 BA39
To claim this, I am signing this object:
This file contains 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] | |
[INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ nexus-staging-plugin --- | |
[WARNING] Bundle com.sonatype.nexus.plugins:nexus-staging-plugin:bundle:3.0.0-SNAPSHOT : Export com.sonatype.nexus.staging.legacy, has 1, private references [com.sonatype.nexus.staging.internal.persist], | |
[WARNING] Bundle com.sonatype.nexus.plugins:nexus-staging-plugin:bundle:3.0.0-SNAPSHOT : Export com.sonatype.nexus.staging.rest, has 1, private references [com.sonatype.nexus.staging.internal.persist], | |
[WARNING] Bundle com.sonatype.nexus.plugins:nexus-staging-plugin:bundle:3.0.0-SNAPSHOT : Export com.sonatype.nexus.staging.rest.upload, has 1, private references [com.sonatype.nexus.staging.internal.persist], | |
[WARNING] Bundle com.sonatype.nexus.plugins:nexus-staging-plugin:bundle:3.0.0-SNAPSHOT : Export com.sonatype.nexus.staging.support.capability, has 2, private references [com.sonatype.nexus.staging.internal, com.sonatype.nexus.staging.internal.persist], |
This file contains 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
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>installatend</groupId> | |
<artifactId>parent</artifactId> | |
<version>1.0-SNAPSHOT</version> | |
<relativePath>../parent</relativePath> | |
</parent> |
NewerOlder