Alternate title: How to Fix FrankenDebian's Monster.
https://wiki.debian.org/DontBreakDebian#Don.27t_make_a_FrankenDebian
Alternate title: How to Fix FrankenDebian's Monster.
https://wiki.debian.org/DontBreakDebian#Don.27t_make_a_FrankenDebian
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #ifdef _MSC_VER | |
| #include <intrin.h> /* for rdtscp and clflush */ | |
| #pragma optimize("gt",on) | |
| #else | |
| #include <x86intrin.h> /* for rdtscp and clflush */ | |
| #endif |
| /* | |
| * | |
| * Eg. SEND_INTERVAL = 3000; CAPTURE_INTERVAL = 50 | |
| * | |
| * - Capture mousemove & mousedown event after every 50 ms | |
| * - For each captured mouse event, save it into a local cache object | |
| * - After every 3 seconds, sends the cached mouse event history to server, | |
| * then clear cache. Exceptions are: | |
| * 1. A click event triggers data submission to server (as described above) immediately | |
| * 2. Pause sending data to server when there is no new movement, |
| ################################################# | |
| export sqlitever=3150200 | |
| export luatarget=linux #linux mingw | |
| export luasqltargets="sqlite3 mysql" | |
| ################################################# | |
| git clone https://github.com/keplerproject/luasql | |
| mkdir -p downloads |
| #!/bin/bash | |
| USER=${1:-sebble} | |
| STARS=$(curl -sI https://api.github.com/users/$USER/starred?per_page=1|egrep '^Link'|egrep -o 'page=[0-9]+'|tail -1|cut -c6-) | |
| PAGES=$((658/100+1)) | |
| echo You have $STARS starred repositories. | |
| echo |
| source build_env.sh | |
| ./clone-or-rebase.sh https://github.com/TES3MP/RakNet RakNet | |
| mkdir ./RakNet/build | |
| cd ./RakNet/build | |
| cmake CMAKE_INSTALL_PREFIX=$RPI_ROOT/libs -DRAKNET_ENABLE_SAMPLES=False -DRAKNET_ENABLE_DLL=False .. | |
| make -j4 install | |
| cd ../.. | |
| ./clone-or-rebase.sh https://github.com/TES3MP/openmw-tes3mp openmw-tes3mp |
| Complete command list of NotSoBot <439205512425504771>: | |
| Owner: NotSoSuper <296044494812479498> | |
| Prefix: . | |
| * = Not Required | |
| ^ = Bot Owner Only | |
| ^^ = Server Admin Only | |
| "/'s" in commands show aliases for the command (Ex: ".reverse/r <text>" Command can be run with .reverse or .r) | |
| <max_messages> = The number of messages to search through | |
| <image> = The image URL, @discord_user, the users name, discord/custom emoji, or, nothing inputted which will search through 25 messages for embeds or attachments | |
| <image-face> = Image requires a HUMAN FACE to be included |
| #!/bin/bash | |
| pip install "$1" & | |
| easyinstall "$1" & | |
| brew install "$1" & | |
| npm install "$1" & | |
| yum install "$1" & dnf instal "$1" & | |
| docker run "$1" & | |
| pkg install "$1" & | |
| apt-get install "$1" & |
Join the room #freenode_<#channel>:matrix.org, replacing <#channel> with the name of the IRC channel. For example, in order to join the #prometheus IRC channel, join the room #freenode_#prometheus:matrix.org on matrix.org.
In vector.im, rooms can be joined with the directory symbol on the bottom left.