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
𝐁𝐄𝐓𝐖𝐈𝐍𝟒𝐃,menang,slot,gacor,𝐏𝐎𝐒𝐈𝐒𝐈𝐁𝐄𝐓,bosku,selot,scatt3r,jackpot,gedhe,rungkad,depo,bet,𝗝𝗨𝗥𝗔𝗚𝗔𝗡𝗕𝗘𝗧𝟴𝟴,qacor,autospin,bete,jp,wd,receh,gacoer,cuan,rekor,jepee,gacoernya,provit,rugi,nekad,s1tus,bo,bermain |
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
<?php | |
/** | |
* Custom Sticky Widget - Simple Snippet for WPCode (Final Fix Version) | |
* | |
* This version includes a CSS override to fix theme conflicts and adjusts widget width. | |
* Paste this into a PHP snippet in WPCode and configure the variables below. | |
*/ | |
add_action('wp_footer', 'my_simple_sticky_widget_final_fix'); |
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=() |
NewerOlder