Commenting Showing Intent, https://standards.mousepawmedia.com/csi.html
Git Flow, https://jeffkreeftmeijer.com/git-flow/
Commenting Showing Intent, https://standards.mousepawmedia.com/csi.html
Git Flow, https://jeffkreeftmeijer.com/git-flow/
find usb drive
sudo fdisk -l
umount it
sudo umount /dev/sdxY
format it
The abstract class that should be extended instead of AbstractVerticle
package org.nardhar.vertx.examples;
import io.vertx.core.AbstractVerticle;
import io.vertx.core.CompositeFuture;
import io.vertx.core.Future;
import io.vertx.core.Handler;
import io.vertx.core.eventbus.Message;
If /etc/fstab drive is read only mode after reboot then follow these steps:
NOTE: ntfsfix must be installed
sudo fdisk -l
sudo umount /dev/sdb1
sudo ntfsfix /dev/sdb1
sudo mount -a
Note: this only works when your cloned repo uses SSH url, e.g.: [email protected]:group/repository.git
Tested in Debian with GitLab
First install xinput
$ sudo apt-get install xinput
Find the touchscreen display
$ xinput --list
# YOU MAY SKIP THIS FILE | |
# Suppress diff for generated files | |
build/* linguist-generated=true |