Important wkhtmltopdf is deprecated and shouldn't be used anymore. Please consider switching to another tool We can install wkhtmltopdf...

makandra Operations
baeldung.com

There are different kind of memory measurement metrics in Linux. These are the differences: Code Name Description vsz virtual memory...

stackoverflow.com

For some reason you have to pass the password hash if you want to create a role in postgres. To...

If you want to check the configuration of a running JVM process you can use jcmd. List the running processes...

makandra Operations

Getting the whole bucket size aws s3 ls s3://$BUCKETNAME/ --recursive --human-readable --summarize | tail -n2 Tail is used because...

makandra Operations

on the bash (issued as postgres user) Start/Stop/Restart PostgreSQL pg_ctl -D $configdir start|stop|restart Start/Stop/Restart the corresponding PostgreSQL...

Create htpasswd entry and print to stdout: $ sudo apt install apache2-utils # Optional $ htpasswd -n $USERNAME New password:

Investigate why mails are frozen The exim documentation says: Freezing occurs when a bounce message encounters a permanent failure because...

Best results in other decks

makandra dev

When RSpec sets out to print any given object to the console, it will never print more than 200 characters...

RSpec examples can get quite long, especially in feature specs. This makes them hard to read & understand. Also, when executing...

Search in all decks