Skip to main content

Posts

Showing posts from 2019

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 ap

Ubuntu 18.04 - Installing Screen Capture - vokoscreen and shocut

bboy@Mc-Latitude-E7450:~$ sudo apt-get update [sudo] password for bboy: Hit:1 http://ph.archive.ubuntu.com/ubuntu bionic InRelease Get:2 http://ph.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]   Get:3 http://ph.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:4 https://repo.skype.com/deb stable InRelease [4,487 B]                     Get:5 http://ph.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [658 kB] Get:6 https://repo.skype.com/deb stable/main amd64 Packages [2,277 B]           Get:7 https://brave-browser-apt-release.s3.brave.com bionic InRelease [2,825 B] Get:8 https://brave-browser-apt-release.s3.brave.com bionic/main amd64 Packages [6,869 B] Get:9 http://linux.teamviewer.com/deb stable InRelease [9,388 B]               Get:10 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]   Get:11 http://ph.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [544 kB] Ign:12 http://dl.google.com/linux/chrome

Ubuntu 18.04 - Installing Ruby 2.2.10 & 2.5.1 thru RVM

bboy@Mc-Latitude-E7450:~$ sudo apt-get update [sudo] password for bboy: Hit:1 http://ph.archive.ubuntu.com/ubuntu bionic InRelease Get:2 http://ph.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]   Get:3 https://repo.skype.com/deb stable InRelease [4,487 B]                     Get:4 http://ph.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Ign:5 http://dl.google.com/linux/chrome/deb stable InRelease                   Get:6 http://ph.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [618 kB] Hit:7 http://dl.google.com/linux/chrome/deb stable Release                     Get:8 https://repo.skype.com/deb stable/main amd64 Packages [2,271 B]           Get:10 http://ph.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [517 kB] Hit:11 https://brave-browser-apt-release.s3.brave.com bionic InRelease         Get:12 http://ph.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [229 kB] Hit:13 http://ppa.launchpad.net/otto-kesselg

Ubuntu 18.04 - Installing Ruby 2.2.10 & 2.5.1 thru RVM

bboy@Mc-Latitude-E7450 : ~ $ sudo apt-get update [sudo] password for bboy: Hit:1 http://ph.archive.ubuntu.com/ubuntu bionic InRelease Get:2 http://ph.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:3 https://repo.skype.com/deb stable InRelease [4,487 B] Get:4 http://ph.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Ign:5 http://dl.google.com/linux/chrome/deb stable InRelease Get:6 http://ph.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [618 kB] Hit:7 http://dl.google.com/linux/chrome/deb stable Release Get:8 https://repo.skype.com/deb stable/main amd64 Packages [2,271 B] Get:10 http://ph.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [517 kB] Hit:11 https://brave-browser-apt-release.s3.brave.com bionic InRelease Get:12 http://ph.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [229 kB] Hit:13 http://ppa.laun

Ubuntu 18.04 LTS : Installing DarkTable & Gimp

bboy@Mc-Latitude-E7450:~$ sudo apt-get install darktable [sudo] password for bboy:  Reading package lists... Done Building dependency tree        Reading state information... Done The following packages were automatically installed and are no longer required:   linux-headers-4.18.0-15 linux-headers-4.18.0-15-generic   linux-image-4.18.0-15-generic linux-modules-4.18.0-15-generic   linux-modules-extra-4.18.0-15-generic Use 'sudo apt autoremove' to remove them. The following additional packages will be installed:   javascript-common libflickcurl0 libgraphicsmagick-q16-3 libjs-prototype   libjs-scriptaculous liblensfun-data-v1 liblensfun1 libopenjp2-7   libosmgpsmap-1.0-1 libpugixml1v5 Suggested packages:   apache2 | lighttpd | httpd graphicsmagick-dbg The following NEW packages will be installed:   darktable javascript-common libflickcurl0 libgraphicsmagick-q16-3   libjs-prototype libjs-scriptaculous liblensfun-data-v1 liblensfun1   libopenjp2-7 libosmgpsmap-1.0-1 libpugixml1v5 0