Skip to content

Automation Tips

LowyNBK edited this page Feb 21, 2020 · 13 revisions

Automation Tips form server managements

Dictionary

Linux

SSH

Cron

  • See all user's crontab
    • for user in $(cut -f1 -d: /etc/passwd); do echo $user; crontab -u $user -l; done

File control

Configuration

Windows

github

recent git application does not support windows 2008 server. download below and downgrade git ssh

SQL Servers

AutoHotKey

Data Aceess

Apache Drill

Clone this wiki locally