by skufel | May 23, 2013 | Development
When tried to access SugarCRM 6.5.13 after installation following error showed up in browser: CRASH: PHP segmentation violation in session_start() called at [/install.php:486] To fix that issue .htaccess file has to be created in SugarCRM main older with following...
by skufel | Mar 25, 2013 | Databases, Development, Infrastructure, SysAdmin, Windows
Some of applications require additional SQL Server 2008 or 2012 fetures installed. Some of these features might not be available in standard setup of SQL Server. In that case you have to refer to Microsoft Dowloads web page in order to download additional components...
by skufel | Feb 8, 2013 | Android, Development, Infrastructure, Network, Security, SysAdmin
Just released small app for Android platform. This app allows to decrypt type 7 password from Cisco devices as well as passwords from Cisco VPN profiles (PCF files). Password which can be recovered using this app: wireless keys fro Cisco access points, RADIUS/TACACS...
by skufel | Dec 23, 2012 | Automation, Databases, Development, Infrastructure, Scripting, SysAdmin, Windows
When browsing repository of all scripts I did use in past, I found one which might be interesting. What this script does is: Backups database to disk (name of database stored in @dbname, patch for backup stored in @archive_path, name of backup fine stored in @fname)...
by skufel | Sep 7, 2012 | Development
I’m using home.pl to host some of my projects. Also, this is test platform for some of the application I work on. At some point I started using Zend Framework and when tried to use home.pl to host Zend Framework-based project went into bit of trouble. By default...
by skufel | Jul 15, 2012 | BlackBerry, Development
So, I was wondering how to access my PlayBook using SSH. It would be really convinient to access it from laptop, browse files, etc. I did poke around on Internet and finally identified solution how to SSH to PlayBook 🙂 For now only as a normal user and working towards...