For the purpose of my Master Thesis I put a LaTeX class Scriptum.cls together. A sample document made using this class can be downloaded here and the source code is also available as a tutorial. This PDF document is also a…
Author: Kubovy
Design of a modular brain-computer interface
J. Šťastný, J. Doležal, V. Černý, J. Kubový. Design of a modular brain-computer interface. In Applied Electronics, Applied Electronics, pp 319-322, September 2010. ISBN 978-80-7043-865-7 J. Šťastný, J. Doležal, V. Černý, J. Kubový. Design of a modular brain-computer interface. In…
MacOS X: Self-assignet IP solution
Sometime my small MacBook G4 does not connect to the network and it always gets a self-assignet IP 🙁
Monit
Finally I’ve installed and configured my first Monit instance. It’s monitoring system resources and some services like apache, postgresql, mysql and ssh daemon. I’m looking forward to receive a huge among of mails because of the system resources and checksum…
Knowledge base
After few years I’ve thought about having own knowledge base, so I don’t have to google the web for less common issues coming across, I’ve installed one on public domain. There is not a lot at this time, so I…
Interactive PS1
Nice PS1 config. Thanks to Michal Svoboda 🙂 export PS1=’\[\033[22;32m\]o\[\033[32;1m\]O\[\033[22;32m\]o `if [[ $? -eq 0 ]]; then echo “\[\033[32;1m\]:)”; else echo “\[\033[31;1m\]:(“; fi` \[\033[33;1m\]\w`if [[ $UID -eq 0 ]]; then echo “\[\033[31;1m\]”; else echo “\[\033[34;1m\]”; fi`\$\[\033[m\] ‘
International studies in Informatics (ISI)
I won a competition for the study of International Studies in Informatics at Johannes Kepler University in Linz. Already looking forward to 🙂
Cipher Benchmark & Choosing Algorithm and Encryption Mode
I was always searching for a benchmark of encryption algorithms every time I was going to encrypt a hard drive. Every time!
SELinux: Own Policy
A very nice course was offered on the Czech Technical University this semester. One of the few where you are supposed to learn something useful. Something what does matter, something you may even need in your future. It was about…