Additionally:
Ctrl-y Moves screen up one line
Ctrl-e Moves screen down one line
Ctrl-u Moves cursor & screen up ½ page
Ctrl-d Moves cursor & screen down ½ page
Ctrl-b Moves screen up one page, cursor to last line
Ctrl-f Moves screen down one page, cursor to first line
Ctrl-y and Ctrl-e only change the cursor position if it would be moved off screen.
-
https://stackoverflow.com/questions/3458689/how-to-move-screen-without-moving-cursor-in-vimgit tag -a 1.0.1 -m "1.0.1"
git push --tags
-
https://links.infomee.fr/?UJKhewYour task definition contains a parameter that requires a specific container instance attribute that is not available on your container instances. For example, if your task uses the awsvpc network mode, but there are no instances in your specified subnets with the ecs.capability.task-eni attribute. For more information about which attributes are required for specific task definition parameters and agent configuration variables, see Task Definition Parameters and Amazon ECS Container Agent Configuration.
-
https://docs.amazonaws.cn/en_us/AmazonECS/latest/developerguide/api_failures_messages.htmlbind-key -n C-S-Left swap-window -t -1
bind-key -n C-S-Right swap-window -t +1
Pressing Ctrl+Shift+Left (will move the current window to the left. Similarly right. No need to use the modifier (C-b).
-
https://superuser.com/questions/343572/how-do-i-reorder-tmux-windowsI try to use vim without any plugins as I don't want to rely on them when I work on another system. Coming upon this same issue now, I can propose some 'better ways' (alternative ways) as requested by the OP:
c-w-| to have window take over (if using vsplits). c-w-= to restore. c-w-_ for horizontal splits
close the other window(s), thereby making current one fullscreen. Split and re-open from buffer to restore
-
https://stackoverflow.com/questions/13194428/is-better-way-to-zoom-windows-in-vim-than-zoomwinsimple example on how to write a kubernetes operator
-
https://medium.com/flant-com/kubernetes-operator-in-python-451f2d2e33f3$(aws ecr get-login –registry-ids <accountID_of_repository> --region <region>)
-
https://github.com/aws/amazon-ecs-agent/issues/308SELECT grantee, table_name , privilege_type
FROM information_schema.role_table_grants
WHERE grantee = 'readwrite'
-
https://dba.stackexchange.com/questions/4286/list-the-database-privileges-using-psqlSELECT r.rolname as username,r1.rolname as "role"
FROM pg_catalog.pg_roles r LEFT JOIN pg_catalog.pg_auth_members m
ON (m.member = r.oid)
LEFT JOIN pg_roles r1 ON (m.roleid=r1.oid)
WHERE r.rolcanlogin
ORDER BY 1;
-
https://dba.stackexchange.com/questions/136858/postgresql-display-role-membersTIL : les ECS scheduled tasks sont en fait trigger par cloudwatch
-
https://github.com/dxw/terraform-aws-ecs-scheduled-task/blob/master/main.tf