This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sebuah video ultra-realistis bergaya sinematik modern berdurasi 8–12 detik, menampilkan pria muda Indonesia (usia 25-30 tahun) berpenampilan rapi sebagai Web Admin Kantor. Ia mengenakan kemeja biru muda formal dan celana hitam. Karakter duduk di kantor modern minimalis dengan meja bersih, laptop, dan dua monitor besar yang menampilkan dashboard VPS + FastPanel. Layar monitor terlihat transparan seperti teknologi layar sentuh futuristik. Saat berbicara, ia mengoperasikan layar dengan gestur tangan profesional (slide, tap). | |
📌 Latar: | |
Kantor high-tech dengan cahaya natural dan LED biru. Di dinding ada neon sign: "FastPanel Mastery 🚀". Whiteboard kecil di samping bertuliskan: "Website Kantor = Aset Digital Utama!" | |
📌 Aksi & Ekspresi: | |
Karakter menggeser data server di layar sentuh, menoleh ke kamera dengan percaya diri, lalu menunjuk ke monitor virtual bertuliskan "Join Now!". Tangan kanan bergerak seolah klik tombol transparan. | |
📌 Dialog (Berbicara Bahasa Indonesia): | |
👉 "Join Kelas FastPanel Mastery! Klik link di |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tambahkan kode ini di bagian paling atas rewrite rule di server sumber font-nya: | |
<IfModule mod_headers.c> | |
<FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$"> | |
Header set Access-Control-Allow-Origin "https://domainyangloadfontsnya.com" | |
Header set Access-Control-Allow-Methods "GET, OPTIONS" | |
Header set Access-Control-Allow-Headers "Content-Type" | |
</FilesMatch> | |
</IfModule> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
B0T_TOKEN="<teLegram-bot-token>" | |
CHAT_ID="<teLegram-chat-id>" | |
send_teLegram_message() { | |
local message="$1" | |
curl -s -X POST "https://api.teLegram.org/bot$B0T_TOKEN/sendMessage" \ | |
-d chat_id="$CHAT_ID" \ | |
-d text="$message" \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…or create a new repository on the command line | |
echo "# midteknologi" >> README.md | |
git init | |
git add README.md | |
git commit -m "first commit" | |
git branch -M main | |
git remote add origin https://github.com/your-github-username/yourrepo.git | |
git push -u origin main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cara temporay jalankan command: | |
export EDITOR=nano | |
cara permanent: | |
echo "export EDITOR=nano" >> ~/.bashrc | |
source ~/.bashrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://download.mikrotik.com/routeros/7.16/chr-7.16-arm64.img.zip -O chr.img.zip && \ | |
gunzip -c chr.img.zip > chr.img && \ | |
echo u > /proc/sysrq-trigger && \ | |
dd if=chr.img bs=1024 of=/dev/sda |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cara Pertama: | |
gunakan command: rd /s "\\?\ | |
contohnya: C:\Windows\System32>rd /s "\\?\D:\ScreenCast\2024\Cara Melihat History WIFI | |
\\?\D:\ScreenCast\2024\Cara Melihat History WIFI , Are you sure (Y/N)? Y | |
C:\Windows\System32> | |
Cara Kedua: | |
mkdir empty_folder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Cek apakah firewall-cmd tersedia | |
if ! command -v firewall-cmd &> /dev/null; then | |
echo "firewall-cmd tidak ditemukan. Pastikan firewalld terpasang dan aktif." | |
exit 1 | |
fi | |
# Array untuk menyimpan port yang ditambahkan dan dihapus | |
added_ports=() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2023-11-27 MIT LICENSE | |
Here's the open source version of my ChatGPT game MonkeyIslandAmsterdam.com. | |
It's an unofficial image+text-based adventure game edition of Monkey Island in Amsterdam, my home town. | |
Please use it however you want. It'd be nice to see more ChatGPT-based games appear from this. | |
It's much easier than you think and you'll be shocked by how relatively well it works with little work. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo 'Started' | |
date +'%a %b %e %H:%M:$S %Z %Y' | |
s3cmd sync --recursive --preserve /srv s3://nameofyours3bucket | |
s3cmd sync --recursive --preserve /etc s3://nameofyours3bucket | |
s3cmd sync --recursive --preserve /home s3://nameofyours3bucket | |
s3cmd sync --recursive --preserve /var s3://nameofyours3bucket | |
dpkg --get-selections > dpkg.list | |
s3cmd sync --recursive --preserve dpkg.list s3://nameofyours3bucket | |
date +'%a %b %e %H:%M:$S %Z %Y' |
NewerOlder