Skip to content

Instantly share code, notes, and snippets.

# 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
@cstamas
cstamas / # vagrant - 2018-10-03_14-40-10.txt
Created October 3, 2018 13:16
vagrant on Linux Mint 19 Tara - Homebrew build logs
Homebrew build logs for vagrant on Linux Mint 19 Tara
Build date: 2018-10-03 14:40:10
@cstamas
cstamas / # vagrant - 2018-10-03_14-40-10.txt
Created October 3, 2018 12:50
vagrant on Linux Mint 19 Tara - Homebrew build logs
Homebrew build logs for vagrant on Linux Mint 19 Tara
Build date: 2018-10-03 14:40:10
[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:
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
@cstamas
cstamas / gist:871ae8582689fc302be9
Last active February 23, 2016 15:13
NX Docker testing
[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

Bunny

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.

Keybase proof

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:

[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],
<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>