danpros

A self-proclaimed geek, business owner, and part-time blogger.

📍 The Internet https://www.danpros.com/

Assign Static IPs to KVM guests using DHCP in Proxmox

This is my setting when assigning static IPs to KVM guests using DHCP in Proxmox. Currently I have 1 public IP and 2 failover IP (both failover IP has MAC address attached). Install the DHCP server :
1 min read

Auto Backup MySQL Database to FTP Server using cURL

RAID is not a backup. RAID arrays can fail just like single drives, RAID is designed for fault tolerance NOT backups. I wrote this script to backup MySQL databases and than upload it to FTP server
2 min read

WP Super Cache Best Settings

I have several clients who use WordPress and to speed up the website loading and saving the server resources then I always install WP Super Cache for them. Here are the best settings for WP Super
1 min read

How to install CentOS 7 remotely using VNC

This time I will discuss on how to install CentOS 7 remotely using VNC. There are some differences between installing CentOS 6 and CentOS 7 remotely via VNC due to different versions of grub.
4 min read

Danland 7.x has been ported to Drupal 8

Danland's users must have been wondered whether Danland 7.x will be ported to Danland 8.x or not? I always answer Yes, and as promised, now Danland theme has a pre-release version for Drupal 8. You
1 min read

Adding custom image upload to Pagedown using PHP

One of my personal project using Pagedown 1 for the markdown editor, so this is a working solutions and not just an example. Perhaps it slightly different with your needs but at least will give some
3 min read