I hereby claim:
- I am vr000m on github.
- I am vr000m (https://keybase.io/vr000m) on keybase.
- I have a public key whose fingerprint is 9039 C653 C363 44B7 04B2 E36A 0743 EA63 3B1C B2CB
To claim this, I am signing this object:
| # | |
| # Copyright (c) 2025, Daily | |
| # | |
| # SPDX-License-Identifier: BSD 2-Clause License | |
| # | |
| import asyncio | |
| import os | |
| import sys | |
| import time |
| sudo sysctl -w net.inet.tcp.ecn_initiate_out=1 |
I hereby claim:
To claim this, I am signing this object:
the horror!
The jist of starting and stoping apache:
$ sudo apachectl start
$ sudo apachectl stop
$ sudo apachectl restart
if you care about the HTTPD version
| $ mkdir /usr/local/var/postgres/pg_tblspc | |
| $ mkdir /usr/local/var/postgres/pg_twophase | |
| $ mkdir /usr/local/var/postgres/pg_stat_tmp | |
| $ pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start |
| $ sudo defaults write /System/Library/LaunchDaemons/org.apache.httpd Disabled -bool false | |
| $ sudo apachectl start |
| https://kuler.adobe.com/create/color-wheel/?base=2&rule=Monochromatic&selected=2&name=My%20Kuler%20Theme&mode=rgb&rgbvalues=0.32124630674187477,0.32124630674193505,0.5862745098039215,0.32753961858716085,0.3275396185871742,0.38627450980392153,0.1568627450980392,0.1568627450980392,0.28627450980392155,0.49712865968305125,0.49712865968307157,0.5862745098039215,0.4856298683857104,0.4856298683858015,0.8862745098039215&swatchOrder=0,1,2,3,4 |
| $ convert title.png -fill "white" -opaque "#1a1a1a" title-inv.png | |
| $ convert title-inv.png -fill "white" -opaque "#000000" -fuzz 10% title-inv2.png |
$sudo make menuconfig
$sudo make oldconfig
$sudo make prepare
$sudo make scripts
$sudo make
| /* | |
| History.js Native Adapter | |
| @author Benjamin Arthur Lupton <[email protected]> | |
| @copyright 2010-2011 Benjamin Arthur Lupton <[email protected]> | |
| @license New BSD License <http://creativecommons.org/licenses/BSD/> | |
| History.getInternetExplorerMajorVersion() | |
| Get's the major version of Internet Explorer | |
| @return {integer} |