# get id of active containers
docker ps
docker ps -a # get all containers
docker stop <the-container-id>
docker rm <the-container-id>
# stop and remove
- edit
.bashrc
file:nano ~/.bashrc
- add this line:
PROMPT_DIRTRIM=2
- exit terminal and open again
- now only last two directories will printed in terminal
more info: https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-PROMPT_005fDIRTRIM
https://unix.stackexchange.com/questions/381113/how-do-i-shorten-the-current-directory-path-shown-on-terminal
This post explains how to create an AWS S3 Bucket and an IAM User with programmatic access to the bucket.
You will need access to the AWS S3 console for your account and have permissions to create new buckets and create new IAM users.
This is based on:
If you don't want to pay for the PRO version of this plugin, and you want to use the "Restore from Server" functionally that was present in the version 6.77, open your browser’s dev tools and run the code below in the console:
Last confirmed working: March 2025 on version 7.91
Thanks @xxxdepy, and @tanveeratlogicx for confirming this still works in version 7.91!
Key Sublime Text 3.2.1 Build 3207 | |
----- BEGIN LICENSE ----- | |
Member J2TeaM | |
Single User License | |
EA7E-1011316 | |
D7DA350E 1B8B0760 972F8B60 F3E64036 | |
B9B4E234 F356F38F 0AD1E3B7 0E9C5FAD | |
FA0A2ABE 25F65BD8 D51458E5 3923CE80 | |
87428428 79079A01 AA69F319 A1AF29A4 | |
A684C2DC 0B1583D4 19CBD290 217618CD |
<?php | |
/** | |
Plugin Name: Caldera Forms Add-on For Remote API | |
Description: Example Caldera Forms processor to send data to a remote API | |
*/ | |
/** | |
* Register processor | |
*/ | |
add_filter( 'caldera_forms_get_form_processors', function( $processors ) { |