MacOS Stuff
Some MacOS stuff.
Keys Shortcuts
Keys shortcuts:
Shortcut | Function
Some MacOS stuff.
Keys shortcuts:
Shortcut | Function
Key apps to consider when using Ubuntu:
Search your own Gist:
user:malkab ssh
max_connections=4000
shared_buffers=14GB
effective_cache_size=40GB
maintenance_work_mem=2GB
Find emails without tags: use -has:userlabels
PGCLIENTENCODING=UTF-8 ogr2ogr \
-f GPKG geopackage_file_name.gpkg \
PG:"host=host user=user dbname=db password=password port=port" \
"pg_schema.pg_table_to_export" \
-a_srs EPSG:4326
Some stuff about organization, that terrible issue in my life.
Use Firefox for bookmarking:
Shortcut | Function |
---|
Cheatsheet for psql, the command line client for PostgreSQL.
Do:
First, the term working tree refers to the current checked out branch, the working directory in it's present state.
It is recommended that comparison are made on commited, clean states, and not on uncommited changes. To compare with the current uncommited state of the working tree move the changes to staged. If not, new files won't show up at the SEARCH & COMPARE dialog, but this is tricky.
Use the VSC Git extension. To evaluate if a stalled branch is worth to be maintained, check out the develop, master, or main branch. If not very sure of the result, create a merge test branch.
Right click on the stalled branch and select Compare with Working Tree. The SEARCH & COMPARE section will read Compating XXX to Working Tree, being XXX the right clicked branch. The interpretation of the output is based on the changes to be done to XXX to reach the state of WT. Therefore:
Some Docker recipes.
GitLab provides access tokens at various access levels, like API or Read Registry ones. To use them: