This guide provides a summary of the commands to install necessary tools and utilities on a CentOS server after a fresh installation.
Keep the system updated to ensure you have the latest patches and features:
sudo yum update -y| install: | |
| pull project https://github.com/israpps/udpbd-server | |
| cd udpbd-server/ | |
| make | |
| install .NET 8.0 for arm: | |
| sudo apt update | |
| sudo apt install -y curl libssl-dev libicu-dev libkrb5-dev zlib1g |
| #!/bin/sh | |
| # ============================================================================= | |
| # | |
| # OpenWrt LTE/Cellular Connection Watchdog | |
| # Created by: Indra L.N. | |
| # | |
| # ============================================================================= | |
| # | |
| # PURPOSE: |
| You're correct in identifying the issue: on Pop!\_OS (and Ubuntu-based systems), the `Ctrl+Shift+E` shortcut is often intercepted by the **IBus input method framework**, which uses this combination to trigger its **emoji annotation** feature. This interception prevents applications like VS Code from receiving the shortcut, rendering it ineffective for functions like opening the Explorer view.([Ask Ubuntu][1]) | |
| --- | |
| ### ✅ Solution: Disable or Reassign the Emoji Shortcut in IBus | |
| To resolve this conflict, you can either **disable** the emoji shortcut or **reassign** it to a different key combination. Here's how: | |
| #### **Option 1: Disable the Emoji Shortcut** |
| { | |
| "configurations": [ | |
| { | |
| "name": "Wrangler", | |
| "type": "node", | |
| "request": "attach", | |
| "port": 9229, | |
| "cwd": "/", | |
| "resolveSourceMapLocations": null, | |
| "attachExistingChildren": false, |
| # 📌 Cetakfoto Development Plan (Cloudflare-Based) | |
| ## ✅ Tech Stack & Infrastructure | |
| - [x] **Frontend:** Next.js (Admin Panel & User Interface) → Deployed on **Cloudflare Pages** | |
| - [x] **Backend:** Hono (API & Business Logic) → Runs on **Cloudflare Workers** | |
| - [x] **Database:** Cloudflare D1 (SQLite-based) → Managed via **Prisma ORM** | |
| - [x] **Authentication:** Clerk (Email, Social, Phone OTP) | |
| - [x] **Payment Gateway:** Direct Transfer Validation or Midtrans | |
| --- |
| # Place a copy of this config to ~/.aerospace.toml | |
| # After that, you can edit ~/.aerospace.toml to your liking | |
| # You can use it to add commands that run after login to macOS user session. | |
| # 'start-at-login' needs to be 'true' for 'after-login-command' to work | |
| # Available commands: https://nikitabobko.github.io/AeroSpace/commands | |
| after-login-command = [] | |
| # You can use it to add commands that run after AeroSpace startup. | |
| # 'after-startup-command' is run after 'after-login-command' |
| <?php | |
| namespace App\Models; | |
| // use Illuminate\Contracts\Auth\MustVerifyEmail; | |
| use Illuminate\Database\Eloquent\Factories\HasFactory; | |
| use Illuminate\Foundation\Auth\User as Authenticatable; | |
| use Illuminate\Notifications\Notifiable; | |
| use Laravel\Sanctum\HasApiTokens; | |
| use Filament\Models\Contracts\FilamentUser; |
Debian bookworm S905x4 installation guide.
img: https://1024terabox.com/s/1KQzrrwfl9D6ankBS2ckEMw
Follow the steps below to install and configure Armbian on your TV box: