Search

You can find the results of your search below.

Inside SOTKAnet
30 Hits, Last modified:
velopment was done solely by my team at STAKES. When the warehouse was mature enough to start building the web side on it we started to look fo... net star" and a simplified version of it can be seen in the figure. At query time it works just like... before the actual indicator data fetching query when the user browses the dimensions in order to make the query, then there are additional tables to help the dimension
Creating a small NAS server based on OpenMediaVault
28 Hits, Last modified:
ion > Restore AC Power Loss > Power On. I had [[:en:music:music_collection:start|my music collection]] converted to [[https://en.wikipedia.org/wiki/FLAC|FLAC files]] on an external 2... Debian package. It spins down the external HDD when it is not actively used in order to minimize nois
The ZeuS malware incident
23 Hits, Last modified:
incident ====== <WRAP info>This report was written in 2014, latest update 2017-10-22. [[:fi:tietotek... p computer was hit by [[http://www.securelist.com/en/blog/208214171/The_inevitable_move_64_bit_ZeuS_ha... he connection sometimes dropped for a while and then started to work again. Resetting the 4G modem or ... the computer seemed to help only for a while. I then used tools like ping and it appeared that the net
Perl MVC frameworks: Catalyst, Dancer, Mojolicious
11 Hits, Last modified:
lyst, Dancer, Mojolicious ====== <WRAP info>Written in 2010.</WRAP> I used all the three Perl MVC fr... of the core features and content pages with it. Then I started a side project to test Dancer framework. When the project started I found Mojolicious not to be... t go wrong. ===== Catalyst ===== Catalyst has been the industry standard Perl MVC framework. It is f
Building a website mixing static and dynamic techniques
11 Hits, Last modified:
purely as a hobby. For cat show photos I wrote [[en:information_technology:catz:start|a dynamic web application engine]] based [[https:... ars ago. The site you are currently browsing, [[:en:start|heikkisiltala.net]], runs on [[https://www.dokuwi... tions of this site that use this technology are [[en:photography:photos:start]], [[en:music:music_collection:start]] and (in Finnish) [[fi:kulttuuri:ilveslinna:start]]. [[https://heikkisiltala.net/photos/|Photo galleri
The small NAS server: long-term impressions
11 Hits, Last modified:
down properly by pressing the power button and then refused to start normally after powering the system back up. A con... the shares kept disappearing. I tried frequent restart of the service and lowering the interval between the service broadcasts but these did not help. I ... eenshots of some OVM gui pages just to be safe. Then I ran command //omv-release-upgrade//, did a rebo
Catz service management @en:information_technology:catz
10 Hits, Last modified:
k what is in /temp and clean it if needed. Fresh start memcached. Run automated tests. <code>prove -r .... e version in production (data version must have been changed forward). You can make a pseudo load by m... s has a limited meaning since if something is broken, the results goes to memcache and are served thereafter). Restart Hypnotoad. <code> cat hypnotoad.pid | xargs kil
Dokuwiki notes and tricks
6 Hits, Last modified:
ided into two language branches so that all URL's start with en or fi Add to conf/local.php: <code> @include(DO... cal.protected.php: <code> <?php $conf['lang'] = 'en'; $detected_lang = preg_replace('/^(..).*/i','$1'... his effectively does: Sets language to English. Then scans the requested path and if it begins with "f... n English * Don't tick anything else * Press "Start Download" button * A .tgz file is download *
Moving from Perl to Python
4 Hits, Last modified:
general purpose programming language for me has been Perl. As it is 2020's now, the activity of the Pe... real candidates: Python and Ruby. I've already been programming with Ruby but Python was a new langua... nderstand. * Very likely to be alive at least ten years, so at least to 2030's. * Based on my in... END__</code> in Python. My Perl modules tend to start with lot of meta lines like <code> use 5.14.2; us