start new:
tmux
start new with session name:
tmux new -s myname
#include <qgsapplication.h> | |
#include <qgsvectorlayer.h> | |
int main(int argc, char ** argv) { | |
QgsApplication app(argc, argv, true); | |
puts ("im alive"); | |
QgsVectorLayer layer ("/home/fishtv/workspace/qgis_test/gre1mio.shp", "a name I like", "ogr"); |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
Here is the best setup (I think so :D) for K-series Keychron keyboards on Linux.
Most of these commands have been tested on Ubuntu 20.04 and should also work on most Debian-based distributions. If a command happens not to work for you, take a look in the comment section.
Keychron Keyboards on Linux use the hid_apple
driver (even in Windows/Android mode), both in Bluetooth and Wired modes.
By default, this driver uses the F-keys as multimedia shortcuts and you have to press Fn
+ the key to get the usual F1 through F12 keys.