Gimp 2.8 (+Insane Bump for Ubuntu x64)

Gimp splash
gimp-splash.png
move inside usr/share/gimp/2.0/images/ and name it gimp-splash.png

  • sudo apt-add-repository ppa:otto-kesselgulasch/gimp
  • sudo apt-get update
  • sudo apt-get install gimp

to make Gimp look like PhotoShop CS6 visit: http://gnome-look.org/content/show.php?content=160952

Insane Bump
Ubuntu 64 Bit Installation Instructions - Extract the gimp-plugin-insanebump-Ubuntu-64Bit-1.0.6.tar.gz into /home/User/.gimp-2.8/plug-ins

  • the _n is the small normal map,
  • the _s is the specular map,
  • the _d is the diffusion map (just the color),
  • the _a is the ambient occlusion map,
  • the _h is the displacement (or height map),
  • the _hn is the high normal map,
  • the _ln is the large normal map,
  • the _mn is the medium normal map,
  • the _sn is the small normal map
  • Source
 
39
Kudos
 
39
Kudos

Now read this

youtube-dl - download and split audio

https://fex.net/s/tmzayev First things first - install tiny programm: sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl Then install ffmpeg for audio... Continue →