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…
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…
How to Linux: Get Directory Size in Human Readable – How do I determine the size of a directory?
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboLinux offers a nice command to check the size of a Directory The size of a directory and its contents can be determined using the “du” command in Linux. It has a variety…
SOLVED: Virtualmin CentOS 5/6/7 Linux Bash Bug – Critical update
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboTo Fix Run yum update as soon as possible! Here is the Bug Report: https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/ Links to the actual Centos Bash updates: CentOS-5: http://lists.centos.org/pipermail/centos-announce/2014-September/020582.html CentOS-6: http://lists.centos.org/pipermail/centos-announce/2014-September/020585.html CentOS-7: http://lists.centos.org/pipermail/centos-announce/2014-September/020583.html