Vorig jaar schreef ik over hoe je het (32-bit) belastingaangifte programma voor 2012 op (K)Ubuntu aan de praat kreeg. Natuurlijk is het in 2013 weer nèt iets anders.
- Download de tar.gz van belastingdienst.nl
tar -xzf ib2013_linux.tar.gz
cd ib2013/bin
./ib2013ux
En dan:
bash: ./ib2013ux: No such file or directory
Read the rest of this entry »
Al jaren ben ik blij dat de Nederlandse belastingdienst linux gebruikers serieus neemt met onder andere het programma voor aangifte inkomstenbelasting en de voorlopige aanslag.
Echter, op Kubuntu 12.10 kreeg ik deze foutmelding:
error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory
Read the rest of this entry »
For years I have been running Linux servers. Some time ago I built a NAS box running Ubuntu Server. I’ve done quite some tweaks to reduce power consumption. But there must be more. Or less, so to speak.
Read the rest of this entry »
MiXiM uses a ‘makemakefiles’ script, which makes the Makefiles by means of the following command:
make -f makemakefiles
However, after some modifications (adding own stuff) it stopped making new Makefile files. From visual inspection, nothing is wrong with the file. However, there’s a subtle thing you may want to check: the TAB in front of each line. DO NOT make the mistake of adding a few spaces, this is not just there to prettify things, opp_makemake apparently delimits on this TAB and gets severely upset from spaces there.
Removing any spaces and adding a TAB fixes the problem.
Tags:
Code,
Howto,
Linux,
modelchecking,
Networking,
Research,
Science,
Scripting,
Simulation Category:
Config files,
Howto,
Science,
Troubleshooting
Some time ago I wrote about Clustercomputing with Torque, with a focus on discrete event simulations (using the method of independent replications). Turns out that method was not really efficient, so we try something else. Read the rest of this entry »
Tags:
Code,
Howto,
Linux,
modelchecking,
Networking,
Research,
Science,
Scripting,
Simulation Category:
Config files,
Howto,
Science,
Troubleshooting