VirtualTam's bookmarks
80 bookmarks found
-
PowerShell Survival Kit
2018-03-07 Home:
- https://docs.microsoft.com/en-us/powershell/
- https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/using-windows-powershell-for-administration?view=powershell-6
Wikiversity:
- https://en.wikiversity.org/wiki/PowerShell
- https://en.wikiversity.org/wiki/PowerShell/Variables
- https://en.wikiversity.org/wiki/PowerShell/Arrays_and_Hash_Tables
- https://en.wikiversity.org/wiki/PowerShell/Loops
Basics:
- https://stackoverflow.com/questions/1825585/determine-installed-powershell-version
- https://stackoverflow.com/questions/8343767/how-to-get-the-current-directory-of-the-cmdlet-being-executed
- https://superuser.com/questions/237902/how-can-one-show-the-current-directory-in-powershell
- https://stackoverflow.com/questions/6138849/how-do-you-move-files-folders-across-volumes-with-powershell
Commands and executables:
HTTP:
ZIP archives:
- https://serverfault.com/questions/18872/how-to-zip-unzip-files-in-powershell
- https://stackoverflow.com/questions/27768303/how-to-unzip-a-file-in-powershell
- https://www.reddit.com/r/PowerShell/comments/454e4y/how_do_i_unzip_a_zip_file_with_powershell/
- https://github.com/auberginehill/unzip-silently
- To extract silently: https://github.com/auberginehill/unzip-silently/blob/master/Unzip-Silently.ps1#L352
-
One Thing Well
2018-02-28 A collection of software, applications and scripts that /do one thing well/ :)
-
-
Using Go as a scripting language in Linux
2018-02-21 -
Vim and Django
2018-02-10 - https://code.djangoproject.com/wiki/UsingVimWithDjango
- http://www.vim.org/scripts/script.php?script_id=1487
- https://github.com/jmcomets/vim-pony/
- https://github.com/vim-scripts/django.vim
- https://github.com/tweekmonster/django-plus.vim
- https://stackoverflow.com/questions/4027961/describe-your-customized-vim-editor-for-python-django-development
- https://www.reddit.com/r/vim/comments/2zkxip/some_good_vimrcs_blog_posts_about_using_vim_with/
-
Actors:
- database server / cluster
- load-balanced application servers relying on a database schema with migrations
- reverse proxy
Issue:
- managing database schema migrations
Possible sequence:
- create the database
- run a service that executes database schema migrations
- start application servers
- start the load-balancer / reverse-proxy
Resources:
- https://www.reddit.com/r/docker/comments/2t2pnf/what_are_best_strategies_to_migrate_relational/
- https://softwareengineering.stackexchange.com/questions/357929/db-migration-strategy-for-docker-containers-in-aws-ecs
- https://stackoverflow.com/questions/41592091/run-a-database-migration-command-when-deploying-a-docker-container-to-aws
- https://ltd-keeper.lsst.io/gke-migrations.html
- https://stackoverflow.com/questions/31715239/docker-compose-database-migrations-and-other-pre-post-scripts
- https://stackoverflow.com/questions/38089999/docker-compose-rails-best-practice-to-migrate
- https://stackoverflow.com/questions/37058812/how-best-to-run-one-off-migration-tasks-in-a-kubernetes-cluster
-
Ansible modules:
- https://docs.ansible.com/ansible/latest/ldap_entry_module.html
- https://docs.ansible.com/ansible/latest/ldap_attr_module.html
Installation guides:
- https://wiki.debian.org/LDAP/OpenLDAPSetup
- https://debian-administration.org/article/585/OpenLDAP_installation_on_Debian
Debconf & slapd automation:
-
C+Python and core dumps - Stack Overflow
2017-04-26 - http://plasmodic.github.io/ecto/ecto/usage/external/debugging.html
- https://lists.gt.net/python/python/1132756
1$ gdb --args python script.py 2[... GDB info ...] 3(gdb) run 4[... oooh crashes \o/ ...] 5(gdb)
-
SVN to Git | Atlassian Git Tutorial
2017-03-30 - https://git-scm.com/book/en/v2/Git-and-Other-Systems-Git-as-a-Client
- https://git-scm.com/book/en/v2/Git-and-Other-Systems-Migrating-to-Git
- https://github.com/svn-all-fast-export/svn2git
- https://github.com/ColinFinck/reactos-git-conversion-scripts
- https://svn.reactos.org/project-tools/trunk/git-tools/