Last active
March 13, 2017 13:46
-
-
Save 573/04d5cccbaf608f734024 to your computer and use it in GitHub Desktop.
Windows-Packages worth a try
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chocolatey (packages available for chocolatey marked with §) | |
* XMing (chocolatey installs the needed Xming-fonts) § | |
* f.lux | |
* Powershell | |
* vagrant (additionally you'll need Virtualbox §) § | |
* Typora (distraction-free markdown editor) | |
* Heroku Toolbelt (at least brings a ruby distribution with it) | |
* pandoc (document conversion) | |
* pdftk (media extraction, decryption etc.) | |
* msys2 (shell related, even manpaging onboard) | |
* notepad++ (underrated it a long time) | |
* Haskell stack | |
* grepwin (cool search tool) | |
* git (crucial) | |
* docker toolbox | |
* 7-zip | |
* FractalArt-x64 (https://hackage.haskell.org/package/FractalArt haskell-based desktop wallpaper generator) | |
* GoldenDict (pronounciation) | |
* Rambox (https://github.com/saenzramiro/rambox integrates i. e. skype messaging using the web version, no video though) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# for the last/latest v7, v8 at the time of writing | |
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u112-b15/jdk-8u112-windows-x64.exe" | |
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u112-b15/jdk-8u112-windows-i586.exe" | |
# http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html | |
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-windows-x64.exe" | |
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u80-b15/jdk-7u80-windows-i586.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment