- Duck Hunt is an FPS for IRC.
- Every now and then a duck will fly away and players must shoot it down as quickly as possible.
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
/* | |
thelounge-theme-canyon | |
A dark theme for TheLounge IRC client inspired by Antelope Canyon | |
Installation instructions can be found at https://thelounge.chat/docs/server/configuration.html#theme | |
*/ | |
:root { | |
/* Base colors from the canyon photo */ | |
--canyon-orange: #FF7F38; /* Much more vibrant orange for usernames */ | |
--canyon-bright: #FF6E3D; /* Bright orange */ |
This file has been truncated, but you can view the full file.
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
A ____ atom in an atomic clock beats 9,192,631,770 times a second*cesium | |
A ____ generates temperatures five times hotter than those found on the sun's surface*lightning bolt | |
A ____ is a pact between a secular authority & the church*concordat | |
A ____ is the blue field behind the stars*canton | |
A ____ occurs when all the planets of the our Solar System line up*sysygy | |
A ____ razor removed from King Tut's Tomb was still sharp enough to be used*golden | |
A ____ takes 33 hours to crawl one mile*snail | |
A ____ women can get a divorce if her husband doesn't give her coffee*saudi arabian | |
A ____ written to celebrate a wedding is called a epithalamium*poem |
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
#!/usr/bin/env bash | |
# NOTES: | |
# 1. This script was made to work with certbot. I don't guarantee it will | |
# work with other ACME clients. | |
# | |
# 2. This script was tested in Ubuntu 20.04 and higher. This should work as it is on | |
# any Debian/Ubuntu based distros. For other distros please check Certbot | |
# documentation. | |
# |
Duck Hunt - shop |
CIDR Notation | Prefix Length | Subnet Mask (Decimal) | Network Address | Address Range | Total Hosts |
---|---|---|---|---|---|
/8 | 8 | 255.0.0.0 | 167.0.0.0/8 | 167.0.0.0 - 167.255.255.255 | 16,777,216 |
/16 | 16 | 255.255.0.0 | 167.94.0.0/16 | 167.94.0.0 - 167.94.255.255 | 65,536 |
/24 | 24 | 255.255.255.0 | 167.94.138.0/24 | 167.94.138.0 - 167.94.138.255 | 256 |
/32 | 32 | 255.255.255.255 | 167.94.138.125/32 | 167.94.138.125 | 1 |
Details | CIDR Notation | Explanation |
- For use with root access, use unrealircd_global.service.
- For use as a normal shell user, use unrealircd_user.service.
- For use with root access, use anope_global.service.
- For use as a normal user, use anope_user.service.
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
#!/usr/bin/env sh | |
#----------------------------------------------------------------------------------# | |
# Shell script to manage WeeChat relay certificates with Let's Encrypt and Certbot # | |
# #----------------------------------# | |
# NOTE: This script was tested on Ubuntu 20.04+ # | |
# #-----------------------------------# | |
# For other distros check Certbot documentation and edit paths/commands accordingly # | |
#-----------------------------------------------------------------------------------# |
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
/* Original Module Author: Adam | |
* Updated for 1.9.4 (and beyond?): Laura | |
* Updated for 2.x: Gottem | |
* Data of Original: 14/02/10 | |
* Date of This Version: 2019/04/25 | |
********************************************** | |
* Module used in: Nickserv | |
* Syntax: /ns saregister 'nick' 'pass' 'email' | |
********************************************** | |
*/ |
NewerOlder