sudo apt-get install openjdk-7-source
The src.zip that is going to be installed by this command can be found:
/usr/lib/jvm/java-7-openjdk-i386 or
/usr/lib/jvm/java-7-openjdk-common
i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
sudo apt-get install openjdk-7-source
/usr/lib/jvm/java-7-openjdk-i386 or
/usr/lib/jvm/java-7-openjdk-common
killall -9 xfce4-panel
ImageJ is a public domain Java image processing program inspired by NIH Image for the Macintosh. It runs, either as an online applet or as a downloadable application, on any computer with a Java 1.4 or later virtual machine. Downloadable distributions are available for Windows, Mac OS, Mac OS X and Linux.Since it is open sourced it can be modified and extended. It normally comes with ant build.xml but I usually work with Eclipse and Git, thus I wanted to work with the source files in this environment.
cd ~/Downloads/
unzip ij147v-src.zip
This will create a folder named source in ~/Downloads.
WINEARCH=win32 winecfg
I had problem running Path of Exile client (Client.exe). It was something about unimplemented function msvcr100.dll.wctomb_s
. The fix for me was to install Microsoft Visual C++ 2010 winetricks vcrun2010
However, this may require you to first install msxml3.
avconv -i test.ogv -r 10 -s 1280x720 -q 1 output.ogv
r is frames per second, s is the new size and q is quality, from 1(worse) to 32(best).
UUID=F4B664646C02A51D /mnt/c ntfs users,defaults,exec 0 0
/usr/lib/gcc/x86_64-linux-gnu/4.7/cc1plus: /usr/local/MATLAB/R2013a/sys/os/glnxa64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/x86_64-linux-gnu/libppl_c.so.4)
/usr/lib/gcc/x86_64-linux-gnu/4.7/cc1plus: /usr/local/MATLAB/R2013a/sys/os/glnxa64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/x86_64-linux-gnu/libppl.so.12)
cd /usr/local/MATLAB/R2013a/sys/os/glnxa64
sudo mv libstdc++.so.6 libstdc++.so.6_org
sudo ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.17 libstdc++.so.6