Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboIn the past we needed to do a core hack, but I spent some time and figured out how to make the Full Text display in the Content Blog Layout using only Template…
How to: CentOS Virtualmin Automated Remote Back-ups with rdiff-backup – PUSH
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAfter my guide on setting up Rdiff-Backup to PULL backups from another server, I setup Two-factor SSH and Virtualmin Authentication via Google-Authenticator – having set this up I did not want to allow Public Key…
How To: CentOS Two-factor SSH and Virtualmin Authentication via Google-Authenticator
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is my guide to setting up Two-factor SSH and Virtualmin Authentication via Google-Authenticator on CentOS. What is Google Authenticatorcode.google.com/p/google-authenticator/ OverviewThe Google Authenticator project includes implementations of one-time passcode generators for several mobile…
How to: CentOS Virtualmin Server Backups to Dropbox
Linode CentOS Virtualmin – Disk Quotas cant turn on
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI installed Virtualmin onto a Linode running Centos 6, but ran into some error. Failed to create virtual server : setquota: Cannot stat() mounted device /dev/root: No such file or directory setquota: Mountpoint (or…
Filezilla and ProFTPD – GnuTLS error -53: Error in the push function
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI was setting up and testing my ProFTP on a new server as I stated in this guide: How to: CentOS Virtualmin secure ProFTPD After testing I got this error in Filezilla: GnuTLS…
How to – CentOS Server Timezone Change UK (GMT 0)
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboSetting the timezone on CentOS It’s a fairly simple operation. There are loads of timezone data files stored in: /usr/share/zoneinfo So for my CentOS install, to set my machine time on runtime to London time(GMT),…
How to: CentOS Virtualmin Automated Remote Back-ups with rdiff-backup – PULL
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is my guide on how to setup Rdiff-Backup to PULL server downloads from another server, after setting up this guide I changed some things and now use PUSH rather than PULL as…
How to: CentOS Vitualmin SSH Welcome message – MOTD and Banner
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAdd the Message of the Day and Banner lines to the SSH config: Edit: /etc/ssh/sshd_config Uncomment: PrintMotd yes The option PrintMotd specifies whether the ssh daemon should print the contents of the /etc/motd file when a user…
How to: CentOS Virtualmin Fail2Ban
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboBasic description of what will be done and what is expected. 1. You need the EPEL repo and Fail2ban: yum install fail2ban 2. Edit the jail.conf to configure it for your needs: The…