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
| Repository Universitas Indonesia | |
| deb http://kambing.ui.ac.id/ubuntu/ trusty main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ trusty-updates main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ trusty-security main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ trusty-backports main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ trusty-proposed main restricted universe multiverse | |
| Repository Institut Teknologi Bandung |
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
| curl -sS https://getcomposer.org/installer | php | |
| php composer.phar install | |
| mv composer.phar /usr/local/bin/composer |
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
| git clone https://github.com/misterebs/Laravel-Coding-Adaptation.git | |
| composer install | |
| php artisan migrate | |
| php artisan db:seed |
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
| Biznet Networks : | |
| sudo apt-get install software-properties-common | |
| sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db | |
| sudo add-apt-repository 'deb [arch=amd64,i386] http://mariadb.biz.net.id/repo/10.1/ubuntu trusty main' | |
| Datautama.net.id : | |
| sudo apt-get install software-properties-common | |
| sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db |
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
| Repository Universitas Indonesia | |
| deb http://kambing.ui.ac.id/ubuntu/ trusty main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ trusty-updates main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ trusty-security main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ trusty-backports main restricted universe multiverse | |
| deb http://kambing.ui.ac.id/ubuntu/ trusty-proposed main restricted universe multiverse | |
| Repository Institut Teknologi Bandung |
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
| Clone : | |
| git clone https://github.com/misterebs/Themeku.git | |
| Download : | |
| https://github.com/misterebs/Themeku/archive/master.zip |
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
| Clone : | |
| git clone https://github.com/misterebs/Mobile-First-Evolution.git | |
| Download : | |
| https://github.com/misterebs/Mobile-First-Evolution/archive/master.zip |
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
| add_action( 'wp_enqueue_scripts', 'custom_google_fonts' ); | |
| function custom_google_fonts() { | |
| wp_enqueue_style( 'custom-font', "//fonts.googleapis.com/css?family=Roboto:400,300,100,500"); | |
| } | |
| To include multiple fonts at once, add the | separator, like so | |
| wp_enqueue_style( 'custom-font', "//fonts.googleapis.com/css?family=Roboto:400,300,100,500|Roboto+Slab:400,300,100,500"); |
OlderNewer