Can use below script to gzip a folder, and upload to a FTP site. We can use a cron task to schedule it.
-
-
Coding for fun… An attempt to make a fully JavaScript based canvas drawing interpreter in മലയാളം/Malayalam. Try in action here – https://ninethsense.github.io/code-share/CanvasDrawing/ Source Code:
-
Took the exam today, and earned the badge.
-
Source Code:
-
Recently I wrote a research paper on the said topic, and here are the links I published: Original, updated version @ GitHub – https://github.com/ninethsense/VirtualQueue/blob/master/README.md Medium – https://medium.com/@ninethsense_8477/yet-another-virtual-queue-management-system-design-44cdee123a0b Additionally, a small excerpt in a Malayalam online news paper – https://www.janmabhumi.in/read/bevq-failure-is-a-lesson-how-to-build-the-best-virtual-queue-app/
-
Though I wrote the plugin initially for personal use, now the same is available for you to use in your WordPress sites. Link: https://wordpress.org/plugins/wp-showgithubfile/ You can either download it from the directory, or install directly within your WordPress installation. Here is a live demo of the plugin:
-
Here goes my contribution to HelloScript project by Praseed Pai. GitHub: https://github.com/praseedpai/HelloScript_files/blob/master/Groovy/HelloScript.groovy Source Code: [Code generated by wp-ShowGithubFile plugin]
-
Show a file, preferably source code file content in a WordPress blog post or page. This plugin shows always the latest code from GitHub. Visit my GitHub repository to download the plugin for free – https://github.com/ninethsense/wp-ShowGithubFile Source Code: (Live Example directly from GitHub 🙂
-
Here is a script in PHP I wrote to check if a remote host and port are open for you to connect. Do not mistake this as an equivalent to ping command because ping uses ICMP and I used TCP using PHP’s famous fsockopen() function, and a small piece of AJAX. You can get the latest source code from my GitHub code share page – https://github.com/ninethsense/code-share/ PHP: JavaScript:
-
This is a tutorial on how to setup AWS SES / Simple Email Service. Step 1 – Login to your AWS Console, then choose Services –> Customer Engagement –> Simple Email Service Step 2 – Verify a New Domain Choose “Domains” from left navigation panel, then click –> Verify a New Domain button Step 2.2 – Enter Domain name Also click checkbox Generate DKIM settings, though optional, I will be using this. You will be displayed with a list of DNS settings in the next screen. Once you completed the Step 3, click close. Step 3 – Edit DNS records…