Comment a block

To comment block (with #) in Gedit (Ubuntu)

  1. Install Gedit Plugins from terminal:
sudo apt-get install gedit-plugins

In Gedit:

  1. Go to Edit->Preference->Plugins and enable Code Comment
  2. Ctl+m to comment block of codes
  3. Ctl+Shift+m to uncomment block of codes
Make a movie

Make a movie

Generation/handling of movies (in Unix environment) How to create a movie from your simulation using ffmpeg ffmpeg -f image -i <filename>%04d.jpg -g […]

Back