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: BUG – CentOS – Yum – RPM Broken by nss-softokn-3.14.3-19.el6_6 Update – error: rpmts_HdrFromFdno – error: rpmdbNextIterator – Header V3 RSA/SHA1 Signature, key ID BAD
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboFor CentOS servers an update for the nss-softokn package was release today – nss-softokn-3.14.3-19 However, nss-softokn-3.14.3-19 needs nss-softokn-freebl-3.14.3-19 to operate properly, and vice versa, but those packages do not have checks in place…
How To: Virtualmin CentOS Upgrade PHP 5.3 to 5.4
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin Weibo1. Enable the REMI repo and Upgrade software yum –-enablerepo=remi install mysql The reason for using install mysql is that the yum software utility will install/upgrade all dependencies to ensure that all the…
How to: Virtualmin Two Factor Google Authenticator – Authen::OATH – CentOS
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is my guide to setting up Two-factor Google-Authenticator for Virtualmin on CentOS. Virtualmin now has Two Factor Built in: http://doxfer.webmin.com/Webmin/EnhancedAuthentication In Virtualmin Click on the: Webmin >> Webmin >> Webmin Users >>…
SOLVED: APK download file size not shown – no download percentage – SetEnv – htaccess – PHP Content-Length – Apache Server – CentOS
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