Helpful tips and tricks for Android.
Nova Launcher is an awesome UI supplement/replacement for stock Android UI.
To disable the swipe indicator, perform the following:
- Select
Nova Settings - Select
App & widget drawers
Helpful tips and tricks for Android.
Nova Launcher is an awesome UI supplement/replacement for stock Android UI.
To disable the swipe indicator, perform the following:
Nova SettingsApp & widget drawersHelpful tips and tricks for Linux.
nmcli connection add type bridge autoconnect yes con-name [bridge name] ifname [bridge interface name]nmcli con add type bridge-slave ifname [ethernet name] master [bridge hame]As needed
As needed
My hardware at home.
Serves as administrative server.
Tech spec:
I have quite a few routers acting as client bridges around my home.
I'm a huge fan of Splunk and wanted similar logging functionality at home. Therefore, all baremetal/VMs/chroot'd environments send rsyslog's to admin-ap via /etc/rsyslog.d/50-default.conf:
*.* @192.168.168.2:514
This setup is required so that all clients send their logs to one server who forwards to Logstash server v5.6.16.
Helpful tips and tricks for Java.
((BindingProvider) port).getRequestContext().put("set-jaxb-validation-event-handler", false);jks file
keytool -genkey -alias [name] -keyalg RSA -keystore [jks file]Tips and Tricks for Debian.
Installed packages can be listed as follows:
apt list --installeddpkg-query -lHelpful tips and tricks for Raspbian.
To upgrade your existing Raspbian OS from Stretch to Buster, perform the following:
Helpful tips and tricks for Maven.
mvn exec:java -Dexec.mainClass=[fully qualified name of class]mvn -U versions:update-propertiesmvn -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true ...http: -Dhttp.proxyHost=<host> -Dhttp.proxyPort=<port>https: -Dhttps.proxyHost=<host> -Dhttps.proxyPort=<port>