da_dev
Links:
- Entre: Alternative to inotify. Reload servers and browers on file changes: http://entrproject.org
Reference & Intro:
da_dev compile file.name.ext
da_dev watch
da_dev watch reload
da_dev watch run-file myfile.1.txt
da_dev watch run-file myfile.2.txt
da_dev watch proc sleep 10
da_dev watch run-last-file
da_dev watch run my_cmd with -args
da_dev watch run __ with -args
For watch
files:
reset
clear
bin compile
run my process
proc my long running process
# bin compile
PING
Postgresql Development:
The following are for development purposes only.
sudo -u postgres psql -U postgres
sudo -u postgres createuser $USER \
--connection-limit=3 \
--no-createdb \
--no-createrole \
--no-superuser \
--encrypted \
--login
sudo -u postgres createdb --owner=$USER my_db_name
Repository
da_dev
Owner
Statistic
- 0
- 0
- 0
- 2
- 3
- over 6 years ago
- February 26, 2018
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 18:14:28 GMT
Languages