Author:
Per Stenebo
Per Stenebo
Created:
2014-04-03 21:40:41
2014-04-03 21:40:41
Modified:
2017-04-16 12:59:34
2017-04-16 12:59:34
Cygwin
Get linux functionality in windows.
| website | Win 7 + Cygwin + OpenSSH |
My typical packages extending the default set:
cron, screen, openssh, openssl, wget, rsync, nano
CMD
You can also run MS-DOS style commands in cygwin shell:
shutdown -s to poweroff in 30 seconds
SSH
Configure openssh (ssh server): ssh-host-config -y
Remember to open port 22 in the windows firewall.
cron
Configure cron: cron-config
Edit crontab: crontab -e (in the default editor vi)