RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI was recently working on setting up http to https redirects for multi domain site. Using Nginx I added the redirect rule as below: rewrite ^ https://$host$request_uri? permanent; But no matter no what I did it would redirect to https…
SOLVED: Apache 2 PHP 7 FCGID not allowing / removing / stripping custom HTTP Headers
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI recently had a problem where I could not get any custom HTTP Headers passed to my PHP Script. It seems that Apache 2 running PHP 7 with FCGID would not allowing and removing or tripping all custom HTTP Headers.…
How To: Xiaomi Hongmi / Redmi Note 3 (SnapDragon/Qualcomm) – Flash Chinese Rom to Global Rom – Locked Bootloader – Mac OSX / Linux Ubuntu / Windows via Virtualbox
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI recently purchased a Redmi Note 3 (SnapDragon/Qualcomm) in China and wanted to Flash from a Chinese Rom to Global Rom. I quickly learnt that because of the Locked Bootloader you can not simply Flash from a Chinese Rom to a Global…
SOLVED – How to: Get iDVD 7 and Enable Dual Layer Image Creation without DVD Drive
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a quick HOW TO on how to install iDVD on a new Mac and also how to enable DUAL LAYER Image creation event without a DVD Drive. 1. Install iDVD Download the iDVD Application Support Folder – https://www.dropbox.com/s/sbp7qz4vsup6u89/iDVD%20Application.zip?dl=0 Extract and…
Appcelerator Titanium Alloy JPUSH Push Notification Module Android Update – Local Notifications – Custom Layout
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is an update to the ANDROID Appcelerator Titanium Alloy JPUSH Push Notification Module You can find the main post about these modules here: http://dieskim.me/2015/04/04/appcelerator-titanium-alloy-jpush-push-notification-module-ios-and-android-china-push-notification-non-gcm/ I have added two new functions – Local Notification, to enable easy local notification as natively provided…
How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a simple how to on how to connect and Logitech Non-Unifying mouse/keyboard to a Nano Unifying receiver. As you might know the K260+M210 Combo comes with a Large Non-Unifying receiver. I don’t like carrying that large receiver around so I…
How To: Count.ly Server Backup Script – Local, Remote, Rotate – Automated Daily via Cron
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a Linux Backup Script to Backup all the needed Count.ly Settings and Databases of your Count.ly Server It supports both Local and Remote Backups as well as Backup Rotation and can be Automated via Crontab. The Git Repo can…
How To: Linux SSH KEY Password Free Automatic Config Authentication – Backup, SFTP, SCP
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a guide on how to set up a Password Free SSH Key Automatic Config Authentication between two servers so that the Origin Server can log in to the Destination Server and write the files to the Destination Server Automatically. 1. Create a passphrase-free ssh key…
How to: Linux Find Large Files on Disk
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThere is no single command that can be used to list all large files. But, with the help of find command and shell pipes, you can easily list all large files. Linux List All Large Files To finds all files over…
How to Linux – Checking Free Disk Space Human Readable
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineLinux offers and easy command for checking out free disk space: df command : Report file system disk space usage df command examples – to check free disk space Use the command below to displays the free space on the disk in…