Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI 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…
SOLVED: Apache 2 PHP 7 FCGID not allowing / removing / stripping custom HTTP Headers
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI 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…
How To: Xiaomi Hongmi / Redmi Note 3 (SnapDragon/Qualcomm) – Flash Chinese Rom to Global Rom – Locked Bootloader – Mac OSX / Linux Ubuntu / Windows via Virtualbox
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI 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…
SOLVED – How to: Get iDVD 7 and Enable Dual Layer Image Creation without DVD Drive
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis 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…
Appcelerator Titanium Alloy JPUSH Push Notification Module Android Update – Local Notifications – Custom Layout
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis 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…
How To: Connect Logitech Non-Unifying Mouse/Keyboard K260/M210 to Nano Unifying Receiver – Windows/MAC/Linux
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis 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…
How To: Count.ly Server Backup Script – Local, Remote, Rotate – Automated Daily via Cron
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis 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…
How To: Linux SSH KEY Password Free Automatic Config Authentication – Backup, SFTP, SCP
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis 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…
How to: Linux Find Large Files on Disk
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThere 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…
How to Linux – Checking Free Disk Space Human Readable
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboLinux 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…