PHPServerMon Public Page Hack

SCREWLOOSE IT technical document

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”

SCREWLOOSE IT technical document

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

SCREWLOOSE IT technical document

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

SCREWLOOSE IT technical document

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

SCREWLOOSE IT technical document

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

SCREWLOOSE IT technical document

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

LibreNMS and check_http

SCREWLOOSE IT technical document

You can add a service from the Services menu or you can go to devices and choose a device. We are going to add the HTTP service to monitor the status code, response time, and SSL certificate expiration. Choose your device and then click on Services which should be in between Inventory and Logs. Click […]

Send from domain IP addresses MailCleaner CBL

SCREWLOOSE IT technical document

  I have a customer that got listed on CBL using Mailcleaner. I found this. If you have mailservers relaying through your mailcleaner cluster, do not turn on “Mask IP address of relayed host on port 587” OR “Masquerade relayed HELO with sender domain” as you wil find yourself listed very quickly in the CBL.abuseat.org […]

Outlook.com Deliverability Support Team

SCREWLOOSE IT technical document

If your having issues sending email to outlook / hotmail you can use the below form to submit a support request. https://go.microsoft.com/fwlink/?LinkID=614866    

Cisco IOS Port forward Range

SCREWLOOSE IT technical document

Port forwarding on Cisco IOS devices can be a bit tricky but here is a easy way to do it. 192.168.59.10 is the server you want to port forward to. (You need to have this in twice for the NAT Pool) ip nat pool POOL1 192.168.59.10 192.168.59.10 netmask 255.255.255.0 type rotary ip nat inside destination […]