After a presentation about TypeScript last week at Code by the Sea, I`ve decided to make Ramon.js from now on in TypeScript.
This means that the main file will be ramon.ts which will render ramon.js (and ramon.min.js)
After a presentation about TypeScript last week at Code by the Sea, I`ve decided to make Ramon.js from now on in TypeScript.
This means that the main file will be ramon.ts which will render ramon.js (and ramon.min.js)
To use Git under Windows on JetBrains PHPStorm you`ll need to install the Git for Windows Client first.
This file can be found at https://git-scm.com/download/win
This guide is for almost every Linux distribution.
Prerequisite is that you have the required build tools installed already.
If not, do the following step:
Debian and Ubuntu users way;
sudo apt-get install build-essential
The Fedora/Red Hat way:
sudo yum groupinstall "Development Tools" "Legacy Software Development"
First step is getting the source package
wget http://ftp.gnu.org/gnu/bash/bash-4.4.18.tar.gz
Next step is compiling and installing it;
tar xf bash-4.4.4.18.tar.gz
cd bash-4.4*
./configure
make
sudo make install
sh
This short walkthrough describes how to install the Ubuntu Linux Kernel 4.5.
This guide should work with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint. The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.
Installation Guide (GUI)
sudo update-grubI will post the latest version of the 4.5 branch and 4.6 release candidates in comments below.