Skip to content

Instantly share code, notes, and snippets.

View wiefunkdai's full-sized avatar
😀
Life is a Choice, Success is a Gift!

Stephanus Bagus Saputra wiefunkdai

😀
Life is a Choice, Success is a Gift!
View GitHub Profile
@wiefunkdai
wiefunkdai / ShellLinuxAutoBackupFile.sh
Created September 16, 2023 19:47
The Shell Script for Any Linux to Create Action for Auto Backup File on Cron Task Scheduler. Configure the script first, then create a crontask schedule. And for the rest, let your Linux system run and I thank you and hope it is useful. Regards by ^_^ @wiefunkdai
#!/bin/bash
#-------------------------------------------------------
# Auto Backup MySQL, Firebird & File Folder Data
#
# @author Stephanus Bagus Saputra
# ( 戴 Dai 偉 Wie 峯 Funk )
# @email house@stephanusdai.web.id
# @link http://www.stephanusdai.web.id
# @copyright Copyright (c) ID 2022 Stephanus Bagus Saputra
@wiefunkdai
wiefunkdai / AndroidAjaxGetPostRequest.php
Last active September 17, 2023 15:41
PHP file for get response from any request server on Android. This code can also be used to receive requests from Ajax-Javascript, HttpRequest-Net Visual Studio, and any form in the form of POST, GET, PUT, DELETE
<?php
/**
* #AndroidAjaxGetSendRequest
* Implementation of JSON Function API based on
* Request POST, GET, PUT, DELETE methods on Android
*
* @author Stephanus Bagus Saputra
* ( 戴 Dai 偉 Wie 峯 Funk )
* @email wiefunk@stephanusdai.web.id
* @link http://www.stephanusdai.web.id