VirtualTam's bookmarks
139 bookmarks found
-
SYNCHRONIZE MODULE IS BAD! AND YOU SHOULD FEEL BAD!
=> Use rsync in a command / shell task with SSH configuration / identities
-
-
Windows Workstation - Survival Kit™ (2017)
2017-05-18 Chocolatey package manager
Cmder terminal emulator and shell / cmd / msys session manager
MSYS2 POSIX / MinGW collection
- http://www.msys2.org/
- https://github.com/msys2/msys2/wiki
- https://github.com/Alexpux/MSYS2-pacman
- https://chocolatey.org/packages/msys2
Vagrant VM provisioning
VirtualBox VM engine
-
- https://github.com/junegunn/fzf/wiki/examples
- https://github.com/junegunn/fzf/wiki/examples#searching-file-contents
- https://github.com/junegunn/fzf/wiki/examples#fzf-as-dmenu-replacement
- https://github.com/junegunn/fzf/wiki/examples#buku
- https://github.com/junegunn/fzf/wiki/examples#git
- https://github.com/junegunn/fzf/wiki/examples#tmux
- https://dmitryfrank.com/articles/shell_shortcuts
- https://github.com/wfxr/forgit
-
Cross-platform shell wrapper
Alternatives:
- pbs (discontinued) - https://github.com/amoffat/sh/tree/pbs
- sh (*nix only) - https://github.com/amoffat/sh
-
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)
-
lsof - find things on Linux
2017-03-27 -
the xonsh shell
2017-02-14 -
- https://github.com/joonro/ConEmu-Color-Themes
- https://conemu.github.io/en/ThirdPartyProblems.html
- https://conemu.github.io/en/CygwinAnsi.html
- https://conemu.github.io/en/CygwinMsys.html
- https://conemu.github.io/en/CygwinMsysConnector.html
- https://superuser.com/questions/834754/tmux-split-panes-not-rendering-properly-in-conemu
-
Pragma statements supported by SQLite
2016-08-20 1# List databases 2PRAGMA database_list; 3 4# Describe table 5PRAGMA table_info(<table_name>);
-
Ed, man! !man ed
2016-08-18 ED(1) Unix Programmer's Manual ED(1)
NAME ed - text editor
SYNOPSIS ed [ - ] [ -x ] [ name ] DESCRIPTION Ed is the standard text editor.
-
1# from a virtualenv 2$ pip list --outdated