Bash and makefiles for ubuntu new configurations (server and desktop).
A standard configuration makefiles for your server (or desktop). I suppose you probably have root access.
Digital ocean provides cheap cloud servers (you can start as low as 5$ per month).
As I am beginer in cloud server, but often have to reinstall my own Ubuntu distribution, I decided to automate as much as possible with bash files.
I would defintively recommand to read and digest the following tutorials
- How To Connect To Your Droplet with SSH
- Initial Server Setup with Ubuntu 14.04
- Additional Recommended Steps for New Ubuntu 14.04 Servers
As a bonus, you'll get the following bonus:
- my emacs configuration
- A script for upgrading
R
(orR-cran
) with your usualapt-get
command. - For
python
, the scipy kit (IPython, pandas, numpy, etc.) and scitkit. - Clojure and clojurescript (with lein).
This has no intention to bring something new, it is much for educational purpose and a good memo for myself or anyone who encounter the same challenge as me.
- Timezone is set as Zürich (GMT+1).
https://www.cyberciti.biz/faq/install-and-configure-tigervnc-server-on-ubuntu-18-04/
Unlicense. See here what it means.