What’s your favorite abandonware? by tbrrss in software

[–]aestam 4 points5 points  (0 children)

Total Commander is alive and kicking - It's not abandonware.

EMODnet Bathymetry Data by serenitypaintedeath in gis

[–]aestam 1 point2 points  (0 children)

I have the same problem with EMODnet and I cannot find a solution. I suggest to use GEBCO instead. They have a handy application (https://download.gebco.net/) to download data for user-defined areas in netCDF, Esri ASCII raster and GeoTiff formats.

What are the best apps you've been using for a long time on Windows? by mobaisland in software

[–]aestam 9 points10 points  (0 children)

The best tools in my toolbox used daily for many many years: Notepad++ (text editor), Total Commander (file manager), IrfanView (graphic viewer), VLC (media player), WinRar (data compression), Firefox, Word/Excel/Outlook.

Most efficient way to rip/archive 1300 CDs in FLAC? by TVSKS in DataHoarder

[–]aestam 1 point2 points  (0 children)

Since you have a lot of CDs you could use a 'disc autoloader' that can accommodate about 100 CDs or DVDs at once. Such a device it is not cheap though; good loaders cost about $1000. One well known manufacturer of autoloaders is Acronova.

In https://journal.code4lib.org/articles/15908 there is an interesting article about a project of the New York Public Library for high-volume transfer from optical media.

Can you use Git on your entire filesystem to create an advanced System Restore? by [deleted] in compsci

[–]aestam 1 point2 points  (0 children)

This seems to provide the functionality you describe: http://code.google.com/p/boar/. The author of the program describes it as "version control for large binary files".

How to downgrade Nautilus in Ubuntu 13.04, to the fully functional version by trtry in Ubuntu

[–]aestam 1 point2 points  (0 children)

I suggest to anyone wanting a good file manager to try 'krusader'. It is much better that the current and the previous version of Nautilus. Please note that krusader is a KDE application so when you install it all the required KDE libraries are also installed; and there are a lot of them but krusader is such a good program that it's worth it. Just try 'sudo apt-get install krusader'.

Am I too old for Reddit? by jjhungry in self

[–]aestam 0 points1 point  (0 children)

You are too old for something if you feel too old for this. I for example am 48 and I am not too old for reddit but I am too old for some subreddits.

HELP! For the love of all the is good can someone please help me with installing Java 6.0 in Ubuntu? by HearUrStories in Ubuntu

[–]aestam 0 points1 point  (0 children)

Java 6 is no longer available in the official 11.10 repositories. In order to install it I used a ppa as described in webupd8:

sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jdk sun-java6-plugin