🏠
Working from home
Pinned Loading
-
google docs file downloader
google docs file downloader 1#!/bin/bash
23# Get files from Google Drive
45# $1 = file ID
-
browser cache
browser cache 1# BEGIN Browser Cache
2<IfModule mod_headers.c>
3Header append Vary User-Agent env=!dont-vary
45<FilesMatch "\.(gif|jpg|jpeg|png|swf|svg|txt|xml|js|css)$">
-
permission-fix.sh
permission-fix.sh 1#!/bin/bash
23for i in $(ls -d /home/*); do
4user=${i/\/home\/}
5 -
MySQL - Backup each database into a...
MySQL - Backup each database into a different file 1#!/bin/bash
23USER="myuser"
4PASSWORD="mypassword"
5OUTPUT="/etc/mysql/backup"
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.