- clone Via from github
- build the site with npm
- host it in nginx
- Browsers that I've tested refuse to allow access to WebHID over http For this reason, nginx will listen on both http and https https cert is self-signed for arbitrary name 'node.lan'
| 38c38 | |
| < { 8, 7}, { 21, 7}, { 34, 7}, { 47, 7}, { 60, 7}, { 73, 7}, { 86, 7}, { 99, 7}, { 112, 7}, { 125, 7}, { 138, 7}, { 151, 7}, { 164, 7}, { 177, 7}, { 190, 7}, { 203, 7}, { 216, 7}, | |
| --- | |
| > { 8, 7}, { 21, 7}, { 34, 7}, { 47, 7}, { 60, 7}, { 73, 7}, { 86, 7}, { 99, 7}, { 112, 7}, { 125, 7}, { 138, 7}, { 151, 7}, { 164, 7}, { 177, 7}, { 190, 7}, { 203, 7}, { 216, 7}, | |
| 68c68 | |
| < Usb_Suspend_Sig = false; | |
| --- | |
| > //Usb_Suspend_Sig = false; | |
| 72c72 | |
| < Usb_Suspend_Sig = true; |
| (function () { | |
| let t = S.default.default_reaction.reaction_type.rType; | |
| !e.isDefaultButton && | |
| void 0 !== e.currentIcon && | |
| e.currentIcon.constructor === Number && | |
| o.b.getIconMap()[e.currentIcon] && | |
| (t = e.currentIcon); | |
| const a = o.b.getIconMap()[t]; | |
| let n; | |
| if (e.isDefaultButton) |
For some reason, Twilio has disabled the ability to install the iPad version of Authy on Apple Silicon Macs. With Authy Desktop also being discontinued, this means that there is no longer an official way to use the Authy app on macOS anymore. This guide is a workaround I found to trick sideloaded versions of Authy into signing in successfully, and using that with a sideloaded version of the Authy iPad app on macOS gives us the ability to use Authy on Mac again.
What's needed for this guide:
Warning
This is patched as of iOS/iPadOS 18.1 DevBeta 5. If you want to follow this, stay on Beta 4.
Chào mọi người, mình là Quân đây. Hôm nay mình xin được thông báo rằng: ThiccMC sẽ đóng cửa vào ngày 20/07/2024, chính xác vào 8 giờ tối theo múi giờ GMT+7. Mọi kênh chat trong server Discord sẽ được archive lại sau khi thông báo này được đưa lên, nếu bạn muốn để lại bình luận thì có thể bình luận vào cái Gist này ở cuối trang.
Cụm SMP sẽ tiếp tục được duy trì trước giờ đóng cửa, nên nếu các bạn muốn xây gì tiếp hay muốn ôn lại kỉ niệm thì có thể chơi tiếp, đồng thời cụm SMP sẽ không tiếp nhận verify các người chơi mới nữa. Sau giờ này, máy chủ sẽ được đưa vào trạng thái bảo trì và thông báo đóng cửa sẽ hiện lên. File world của Thicc SMP sẽ được upload lên một nền tảng lưu trữ file và sẽ được thông báo sau, và tên miền ThiccMC sẽ được duy trì tiếp tục nhiều năm tới, nói chung là lâu nhất có thể.
Mình mới đầu lập ra Thicc SMP, và giờ là ThiccMC, với một mục đích là thoả mãn ước muốn host một máy chủ Minecraft của riêng mình và tạo nên một cộng đồng lớ
| #!/usr/bin/env bash | |
| # | |
| # Script to build ExcellentEnchants 4.0.5 with removed MC 1.20.6 support and Java 17 support. | |
| # Provided that your environment meets the followings: | |
| # - JDK 17 or later installed | |
| # - `git` installed, `mvn` installed (Apache Maven) | |
| # - Using an OS that uses GNU's `sed` utility (such as Linux). macOS uses a different `sed`, so please double-check! | |
| # | |
| # Clone the repository |
| #!/usr/bin/env bash | |
| # DPKG Post-Install Script to sign vmlinuz kernel images and EFI executable binaries for Secure Booting with custom certificates | |
| # Required for full OpenCore Secure Boot (for example: you want to use Secure Boot in Windows 11 for Valorant, just like me!) | |
| # | |
| # Requirement: | |
| # - You have followed this guide: https://github.com/perez987/OpenCore-and-UEFI-Secure-Boot | |
| # - Custom ISK.key and ISK.pem in a folder of choice, I will just name it /path/to/securebootkeys as in this script | |
| # - You are running Debian Linux, with `sbsigntool` installed (`sudo apt install sbsigntool --no-install-recommends -y`) | |
| # - Have a brain |
Lấy từ nguồn: https://tinhte.vn/thread/dai-hoc-fpt-khi-sinh-vien-gian-lan-va-hack-vao-server-truong.1091706/
Trường Đại Học FPT (FU) số 8 Tôn Thất Thuyết - Cầu Giấy - Hà Nội (Toà nhà Detect - đối diện bến xe Mĩ Đình) Trong 3 năm nay, FU có thực hiện việc thi cử online bằng phần mềm chuyên dụng của trường, được nhà trường đặt hàng của Phan Trường Lâm (LamPT) có 2 phiên bản đều được code bằng C# .NET:
1- bản EOS Client dùng thi môn Business English (BE).
2- bản IT Client thi các môn Software Engineering: Java, C#, C/C+- Computer Network, Operating System (OS), Introduction to Database, ...
| #!/bin/bash | |
| file_path="~/Library/Application | |
| Support/minecraft/launcher/launcher.bundle/Contents/Resources/JavaCheck.jar" | |
| if [ -e "$file_path" ]; then | |
| rm -R "$file_path" | |
| echo "Minecraft Launcher's JavaCheck.jar deleted!" | |
| else | |
| echo "Minecraft Launcher's JavaCheck.jar not found!" |