by skufel | Mar 17, 2016 | Development, Linux
It’s a simple step-by-step tutorial, how to setup Laravel project on openSUSE 42.1. First some requirements to be able to proceed with all steps: openSUSE server (I have it as virtual machine with openSUSE LEap 42.1) Apache web server install on openSUSE (#...
by skufel | Jul 26, 2015 | Development, SysAdmin, Windows
Many times you think how to extract some information from memory.dmp generated by Windows once it crashes. Let’s have a look into quick process, which might be very helpful in many cases during troubleshooting unexpected BSODs on client computers. Before we...
by skufel | Apr 29, 2015 | Development, Linux, SysAdmin
As on Debian 7.0 Node.js is not included in standard repositories, if you want to install it login to server as a root and issue following commands: apt-get install curl curl -sL https://deb.nodesource.com/setup | bash - apt-get install -y...
by skufel | Apr 25, 2015 | Collaboration, Development, Linux
Once Parsoid is installed on openSUSE it might be handy to have is started automatically once system is restarted. First we have to create startup script. /etc/init.d/parsoid #!/bin/sh # # description: Node.js /srv/parsoid/api/server.js # . /etc/rc.status...
by skufel | Apr 16, 2015 | Collaboration, Development, Linux
In previous article I described how-to Deploy Parsoid on openSUSE 13.1 (which turns out to be quite a challenging task). Parsoid is component required for VisualEditor. Now it’s time for VisualEditor deployment. Downloading VisualEditor At the moment, when...
by skufel | Apr 15, 2015 | Collaboration, Development, Linux
I took a challenge of running MediaWiki with Visual Editor extension on openSUSE 13.1 x64. Task sounds maybe easy, but turned out to be little madness, so once I got this working I think it might be nice to share my steps. Operating system has been deployed from ISO...