Telstra ISDN Shutdown

We have been getting a lot of calls form customers lately about the Telstra ISDN shutdown that has started in September and what it means for them. A lot of customers are saying sales people are telling they they MUST change their phone system to be NBN compatible at a big unexpected cost to them. This […]
CWP Backup Comands

We had a issue for a customer where their CWP server wasn’t backing up. to test it from the CLI /opt/alt/php56/usr/bin/php -d max_execution_time=10000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php Just make sure that PHP 5.6 is installed first.
Cisco Router 3G 4G Modem Firmware upgrade

Initiate a modem firmware upgrade using the microcode reload command. Ex : Router# microcode reload cellular 0 lte modem-provision flash:<directory>? Router# microcode reload cellular 0 0 modem-provision flash: TELSTRA_MC7304_05.05.58.00 Reload microcode? [confirm] Log status of firmware download in router flash?[confirm] Firmware download status will be logged in usbflash0:fwlogfile Microcode Reload Process launched for hwic slot=0; […]
Syncro RMS uninstall Password

So i looked a a trial for Syncro RMS and it looks cool. I signed up for a trial and installed the agent on a machine and took it for a test drive. Then my trial expired and i can not log in to the dashboard anymore. no big deal until…. i try to uninstall […]
PHPServerMon Public Page Hack

Yes there is my modifications : Create a Public user, give access to servers you want Memorize the ID it gives to you \src\psm\Service\User.php Line 98 (after $this->session = $session;) $kl = “”; $kl = isset($_GET[“kl”]) ? $_GET[“kl”] : ”; if ($kl == “public”){ $user_id = 3; $this->setUserLoggedIn($user_id, true); $user = $this->getUser($user_id); $this->newRememberMeCookie(); } When […]
“WARNING: Interbase component has been detected on the computer”

Error: “WARNING: Interbase component has been detected on the computer” Ensure ALL previous versions of Interbase Client have been COMPLETELY uninstalled from this computer PRIOR to running the Medtech IBXE-7 Update5 Server Setup Installation. This typically happens when the InterBase Services are not completely stopped (both Guardian and Server Services) prior to uninstalling the old […]
Yeastar Password Reset

1. Power on your MyPBX U520 device, with Putty connected to console (baud rate 57600) 2. As soon your device got power, press any key several times to interrupt the boot process of device and get to the u-boot prompt, in my case it was pbx300> 3. Enter the printenv command to get the u-boot constant values. 4. You should see […]
Cleaning Magento 1.9 logs cleaning with SSH

Log on to your SSH server, navigate to the root of your Magento shop and use the following command: php -f shell/log.php clean it will return “Log cleaned” If you haven’t done it for a while it may take some time.
Magento not able to log in with chrome. No Error

I had a customer update their Magento install and after got reports that chrome users couldn’t log in some times. I found a post that point me in the right direction after spreading a while researching the issue. The trick was to create the directory app/code/local/Mage/Customer/Model and copy the file Session.php from app/code/core/Mage/Customer/Mode into it. […]
Install / Update Xen-Orchestra from sources

This is a handy Script for Testing the Full Xen Orchestra Program. Run this on a Fresh Centos 7 Box curl -s https://raw.githubusercontent.com/ronivay/XenOrchestraInstallerUpdater/master/xo-install.sh | bash https://github.com/ronivay/XenOrchestraInstallerUpdater