- Identify Your Laptop Keyboard Device ID:
Open a terminal and run:
This command will display a list of all input devices connected to your system. Look for an entry that corresponds to your laptop keyboard, such as "AT Translated Set 2 keyboard" or something similar. Note down the device ID (e.g., 11).
xinput list
Discover gists
- Download the desired .tar.gz or (.tar.bz2) file.
- Open Terminal
- Extract the .tar.gz or (.tar.bz2) file with the following commands
tar xvzf package.tar.gz
tar xvjf package.tar.bz2 - Navigate to the extracted folder using cd command
cd package
- Now run the following command to install the tarball
./configure
> make
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
| ## LANcache server IP | |
| cache_ip = '192.168.0.1' | |
| ## DNSmasq output file (don't overwrite main config) | |
| ## Add "conf-file=/etc/dnsmasq.lancache" to the bottom of /etc/dnsmasq.conf to activate | |
| output_file = '/etc/dnsmasq.lancache' | |
| ### | |
| import requests | |
| import os |
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
| // convex/helpers.ts | |
| import { NoOp } from "convex-helpers/server/customFunctions"; | |
| import { | |
| zCustomAction, | |
| zCustomMutation, | |
| zCustomQuery, | |
| } from "convex-helpers/server/zod4"; | |
| import { components } from "./_generated/api"; | |
| import type { Id } from "./_generated/dataModel"; | |
| import { |
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
| // ==UserScript== | |
| // @name GitHub source editing font size on my M1 MacBook Pro. | |
| // @description For some reason the font size is a little too small _only_ when editing in the source view. | |
| // @author Lucas Costi | |
| // @namespace https://lucascosti.com | |
| // @match https://github.com/*/*/edit/* | |
| // @match https://github.com/*/*/new/* | |
| // @match https://gist.github.com/*/*/edit | |
| // @match https://gist.github.com/ | |
| // @grant none |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| # AFF | |
| # 如果你想支持我,可以通过我的邀请链接购买机场 | |
| # 感谢支持 | |
| # 1. ssLinks 邀请码: fSo2OhzH https://98a6251b6cd7471da86cca993b6dbe6f.36d.biz/#/register?code=fSo2OhzH | |
| # 2. 一元机场 邀请码: r3f1duds https://xn--4gq62f52gdss.top/#/register?code=r3f1duds | |
| # 一定要填我的邀请码,不填我哭给你看😭 | |
| # mihomo (Clash Meta) 懒人配置 | |
| # 版本 V1.23-251221 |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
| <Name>Sony PlayStation 3 (Movian)</Name> | |
| <Identification> | |
| <FriendlyName>movian</FriendlyName> | |
| <ModelNumber /> | |
| <SerialNumber /> | |
| <ModelName /> | |
| <ModelDescription /> | |
| <ModelUrl /> |
NewerOlder

