Skip to main content

Getting ready for Coding, vacation is over!

> Install git
~$ sudo apt install git
https://rogerdudler.github.io/git-guide/

> Updating existing RVM installation
~$ sudo apt-get update
~$ rvm get stable

> Removing PPA (403 Error)
~$ sudo add-apt-repository --remove ppa:http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu

> Installing latest stable Ruby version 2.6.4 thru RVM
~$ rvm install 2.6.4

> Setup default ruby version 2.6.4 to use
$ rvm --default use ruby-2.6.4

> Setting RVM default Ruby version to 2.6.4
- Follow this steps => https://rvm.io/integration/gnome-terminal/
~$ /bin/bash --login
~$ rvm --default use 2.6.4

> Creating Project folder and RVM file for Ruby 2.6.4
> Creating a RVM file
$ cd projects\ruby\test-project
$ rvm use --create --rvmrc 2.6.4@test-project

> Installing npm and nodejs
~$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
~$ sudo apt-get install -y nodejs

> Removing npm and nodejs
~$ sudo apt-get purge --auto-remove nodejs
~$ sudo apt-get purge nodejs
~$ sudo apt-get autoremove

> Installing npm:http-server
~$ sudo npm i http-server -g


> Root folder permission solution
~$ sudo chmod -R 777 .
 

> Best guide creating Sinatra Project on Heroku with PostgreSQL

Comments

Popular posts from this blog

Ubuntu 16.04 LT - Installing Chromium browser

> Type these commands about this PPA : $ sudo add-apt-repository ppa:canonical-chromium-builds/stage $ sudo apt-get update $ sudo apt-get install chromium-browser > Terminal: mccrazy@Lenovo-N22:~$ sudo add-apt-repository ppa:canonical-chromium-builds/stage [sudo] password for mccrazy:  Testing site just before upload to Ubuntu main. Things here are either broken and not ready to use, or landing in the distro anyway very soon. You shouldn't use this.  More info: https://launchpad.net/~canonical-chromium-builds/+archive/ubuntu/stage Press [ENTER] to continue or ctrl-c to cancel adding it gpg: keyring `/tmp/tmp6cfppy_r/secring.gpg' created gpg: keyring `/tmp/tmp6cfppy_r/pubring.gpg' created gpg: requesting key 5B393194 from hkp server keyserver.ubuntu.com gpg: /tmp/tmp6cfppy_r/trustdb.gpg: trustdb created gpg: key 5B393194: public key "Launchpad PPA for Canonical Chromium Build Team" imported gpg: Total number processed: 1 gpg:               imported: 1  (RSA

Moodlerooms Webservice - How to insert a user using function core_user_create_users

https://our-sandbox.mrooms.net/webservice/rest/server.php?wstoken=OUT_TOKEN_HERE&wsfunction=core_user_create_users&moodlewsrestformat=xml&users [0][username]= biboyatienza@gmail.com &users[0][password]=00.00.0000&users[0][firstname]=biboy&users[0][lastname]=atienza&users[0][email]= biboyatienza@gmail.com &users[0][city]=Manila&users[0][country]=Philippines &users[0][customfields][0][type]= customer &users[0][customfields][0][value]=Customer1 &users[0][customfields][1][type]= customeremail &users[0][customfields][1][value]= customer@email.com &users[0][customfields][2][type]= customerphone &users[0][customfields][2][value]=+6325217788