Basic Programming Workstation Setup

Pubblicato il: 30 dicembre 2016
sul canale di: tutoriaLinux
118,871
2k

1:10 - Overview
2:08 - The build-essential metapackage
3:16 - The Mighty Text Editor: vim, emacs, and Sublime Text 3
4:49 - Why not emacs or vim?
6:30 - Multiple cursors and packages in Sublime Text
7:45 - Git (software version control), along with a mini git-tutorial
11:40 - The Z Shell (zsh) and oh-my-zsh
16:08 - How to edit your zsh configuration file (showing how to change the zsh theme)

About this Video:

This video covers how to set up a basic programming or software development workstation. If you're getting into scripting, programming, and software development, you need a solid "base box" to work from.

I'm using Ubuntu for this, since it's the distribution that most people start with. We're going to set up a few things that are useful no matter which language environment you end up configuring on top:

1. The build-essentials package, which contains compilers, GNU make, and other tools you'll probably need later on (even if you're not working with C/C++).
sudo apt-get install build-essentials

1.5 A few other basic things:
sudo apt-get install curl wget

2. Sublime Text (text editor):
http://www.sublimetext.com/3

3. The Git version control system:
sudo apt-get install git-core

4. ZSH (the Z shell) and oh-my-zsh:
sudo apt-get install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/rob...)"



Documentation
https://www.sublimetext.com/docs/3/
https://github.com/robbyrussell/oh-my...
http://zsh.sourceforge.net/Doc/

The entire Pro Git book (free):
https://git-scm.com/book/en/v2



##### More Stuff #####
My step-by-step project-based Linux course for beginners: https://www.udemy.com/course/hands-on...

Free Linux Sysadmin Course Playlist:    • The Linux Basics Course: Beginner to Sysad...  

DigitalOcean referral link: https://m.do.co/c/0380a1db56a6

Patreon:   / tutorialinux  
Official Site & e-mail list: https://tutorialinux.com/
Twitter:   / tutorialinux  
Facebook:   / tutorialinux  
Podcast: http://kernelpanicpodcast.com


In questa pagina del sito puoi guardare il video online Basic Programming Workstation Setup della durata di ore minuti seconda in buona qualità , che l'utente ha caricato tutoriaLinux 30 dicembre 2016, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 118,871 volte e gli è piaciuto 2 mille spettatori. Buona visione!