Skip to content

Instantly share code, notes, and snippets.

View mk499490's full-sized avatar
🦙
Alpaca

Masahiro Kitada mk499490

🦙
Alpaca
View GitHub Profile
@SanMurakami
SanMurakami / delete-all.sh
Last active November 10, 2024 11:40
指定したサーバーデータをMisskeyから削除するシェルスクリプト
#!/bin/bash
if [ -z "$1" ]; then
echo "Error: No instance specified."
echo "Usage: ./delete-all.sh example.com"
exit 1
fi
read -p $'\e[31mDelete all data for \e[1;31m'"$1"$'\e[31m. Are you sure? (y/n): \e[0m' response
@Liqianyu
Liqianyu / default.txt
Last active September 9, 2024 13:10
Apex Legends Server IP
104.198.102.93
104.198.101.253
52.40.240.176
63.251.239.123
52.42.44.79
209.239.121.82
104.197.17.180
130.211.193.234
104.197.136.10
104.197.42.178
@ishu3101
ishu3101 / gist_to_github_repo.md
Created November 24, 2015 08:35
Transfer a gist to a GitHub repository

Transfer a gist to a GitHub repository

clone the gist

git clone https://gist.github.com/ishu3101/6fb35afd237e42ef25f9

rename the directory

mv 6fb35afd237e42ef25f9 ConvertTo-Markdown

change the working directory to the newly renamed directory

cd ConvertTo-Markdown