้ฆๅ ่ตฐ debug ๆจกๅผ่ฟๅ ฅ console
็ผ่พไปฅไธๆไปถ
nano /usr/share/X11/xorg.conf.d/10-quirks.conf็ถๅ่พๅ ฅไปฅไธๅ ๅฎน
| from bcc import BPF | |
| import time | |
| import argparse | |
| bpf_text = """ | |
| #include <uapi/linux/ptrace.h> | |
| #include <linux/fs.h> | |
| #include <linux/sched.h> | |
| BPF_HASH(fd_info, pid_t, int); |
| from flask import Flask, request, render_template_string, jsonify | |
| from flask_caching import Cache | |
| app = Flask(__name__) | |
| cache = Cache(app, config={"CACHE_TYPE": "SimpleCache"}) | |
| # The HTML template as a string | |
| html_template = """ | |
| <!doctype html> | |
| <html> |
| version: '3.8' | |
| services: | |
| emby: | |
| container_name: emby | |
| image: emby/embyserver:latest | |
| # Obviously you'll need to update these | |
| environment: | |
| - UID=1002 | |
| - GID=1002 |
| .global _start | |
| .section .text | |
| _start: | |
| # Setup stack frame | |
| movq %rsp, %rbp | |
| # Load argc | |
| movq (%rbp), %r8 # %r8 now holds argc |
| use reqwest::Client; | |
| use serde::{Deserialize, Serialize}; | |
| use serde_json; | |
| use bytes::Bytes; | |
| #[derive(Clone, Debug, Deserialize, Serialize)] | |
| struct DropboxDeleteArgs { | |
| path: String, | |
| } |
้ฆๅ ่ตฐ debug ๆจกๅผ่ฟๅ ฅ console
็ผ่พไปฅไธๆไปถ
nano /usr/share/X11/xorg.conf.d/10-quirks.conf็ถๅ่พๅ ฅไปฅไธๅ ๅฎน
| โฐโ cat /etc/pacman.conf | |
| # | |
| # /etc/pacman.conf | |
| # | |
| # See the pacman.conf(5) manpage for option and repository directives | |
| # | |
| # GENERAL OPTIONS | |
| # | |
| [options] |
| //!HOOK NATIVE | |
| //!BIND HOOKED | |
| //!COMPONENTS 4 | |
| // RemoveGrain(11,-1) equivalent by -Vit- | |
| #define Src(a,b) HOOKED_texOff(vec2(a,b)) | |
| vec4 hook() { | |
| vec4 o = Src(0,0).xyzx; | |
| o.x += o.x; |
| package main | |
| import ( | |
| "fmt" | |
| ) | |
| func Absdiff1(x, y int) int { | |
| if x > y { | |
| return x - y | |
| } |
People
:bowtie: |
๐ :smile: |
๐ :laughing: |
|---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |