Custom Hosts File This section is completely optional: The host file that your system uses to match a hostname to an ip address can be located in different locations depending on your operating system. OSX and Linux The host file can be found at /etc/hosts, you … [Read more...] about How to edit Host file in Ubuntu / Linux
JSecademy
How to configuring Custom Aliases in Ubuntu / Linux
[highlighter] In this section you will find some automation tips and tricks that you can use for your workflow in order to make you a more productive programmer. Virtual Box and Samba Shares If you are running a VirtualBox instance from the GUI, and then mounting … [Read more...] about How to configuring Custom Aliases in Ubuntu / Linux
How to use Brackets by Adobe From the Command Line using Ubuntu Linux
At times you might want to open up a file from the command line with your favorite text editor, here I will show you how to accomplish this with Brackets, but this can be modified to work with any text editor. When using a linux distribution and you want to open … [Read more...] about How to use Brackets by Adobe From the Command Line using Ubuntu Linux
How to install ZSH in Ubuntu / Linux
Oh My Zsh: Zsh is an open source, community-driven framework for managing your zsh configuration. To install Zsh open up the terminal and run the following command. … [Read more...] about How to install ZSH in Ubuntu / Linux
How to install git in Ubuntu
Git: Git is a type of version control system designed to handle everything from small to very large projects with speed and efficiency. Download … [Read more...] about How to install git in Ubuntu
How to edit the Host file in OS X
Custom Hosts File This section is completely optional: The host file that your system uses to match a hostname to an ip address can be located in different locations depending on your operating system. OSX and Linux The host file can be found at /etc/hosts, you … [Read more...] about How to edit the Host file in OS X
Introduction to automation using OSX
OSX Automation In this section you will find some automation tips and tricks that you can use for your workflow in order to make you a more productive programmer. Virtual Box and Samba Shares If you are running a VirtualBox instance from the GUI, and then … [Read more...] about Introduction to automation using OSX
How to use Brackets by Adobe From the Command Line in OS X
Text Editors At times you might want to open up a file from the command line with your favorite text editor, here I will show you how to accomplish this with Brackets, but this can be modified to work with any text editor. In Brackets you will need to enable the … [Read more...] about How to use Brackets by Adobe From the Command Line in OS X
How to install ZSH in OS X
Oh My Zsh: Zsh is an open source, a community-driven framework for managing your zsh configuration. To install Zsh open up the terminal and run the following command. sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" … [Read more...] about How to install ZSH in OS X
How to install git in OS X
Git: Git is a type of version control system designed to handle everything from small to very large projects with speed and efficiency. … [Read more...] about How to install git in OS X