Thursday, May 26, 2016

Ubuntu Package Install Sequence


  1. sudo add-apt-repository -y ppa:videolan/stable-daily
  2. sudp apt-get install vlc
  3. sudo add-apt-repository -y ppa:otto-kesselgulasch/gimp
  4. sudo add-apt-repository -y ppa:webupd8team/java
  5. sudo add-apt-repository -y ppa:webupd8team/y-ppa-manager
  6. sudo apt-get install y-ppa-manager
  7. sudo apt-get install synaptic
  8. sudo apt-get install gimp gimp-data gimp-plugin-registry gimp-data-extras
  9. sudo apt-get install openjdk-7-jre oracle-java8-installer flashplugin-installer
  10. sudo apt-get install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar mpack arj cabextract file-roller
  11. sudo apt-get install bleachbit
  12. sudo apt-get install uudeview libxine1-ffmpeg mencoder flac faac faad sox ffmpeg2theora
  13. sudo apt-get install libmpeg2-4 uudeview libmpeg3-1 mpeg3-utils mpegdemux liba52-dev mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6
  14. sudo apt-get install totem-mozilla icedax lame libmad0 libjpeg-progs libdvdcss2 libdvdread4 libdvdnav4 libswscale-extra-2
  15. sudo apt-get install ubuntu-restricted-extras ubuntu-wallpapers*

Going one step further with Kotlin & gRPC

Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...