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
| rm -Rf / |
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
| default 14:39:12.235748-0500 com.apple.configurator.xpc.DeviceService amai: _CFDictionaryGetBoolean: dict is NULL | |
| default 14:39:12.239752-0500 com.apple.configurator.xpc.DeviceService amai: _CFDictionaryGetBoolean: dict is NULL | |
| default 14:39:12.243392-0500 kernel wlan0:com.apple.p2p: isInfraRealtimePacketThresholdAllowed allowed:1 option:32 threshold:50 noRegistrations:1 cachedPeerCount:0 fastDiscoveryInactive:1 fastDiscoveryOnSince:71552827 | |
| default 14:39:12.243427-0500 kernel wlan0:com.apple.p2p: currentInfraTrafficType:9234 checking if realtime upgrade required with inputPackets:54 outputPackets:35 packetThreshold:50 | |
| default 14:39:12.244019-0500 com.apple.configurator.xpc.DeviceService amai: _CFDictionaryGetBoolean: dict is NULL | |
| default 14:39:12.248017-0500 com.apple.configurator.xpc.DeviceService amai: _CFDictionaryGetBoolean: dict is NULL | |
| default 14:39:12.251439-0500 com.apple.configurator.xpc.DeviceService amai: _CFDictionaryGetBoolean: dict is NULL | |
| default 14:39:12.254610-0500 com.apple.configurator.xpc |
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
| #!/bin/sh | |
| # | |
| # brightnessctl - FreeBSD compatibility wrapper | |
| # Translates brightnessctl commands to FreeBSD equivalents | |
| # Supports: sysctl (ACPI), backlight(8), and xbacklight as backends | |
| # | |
| # Compatible with ly display manager and real brightnessctl syntax | |
| # | |
| set -e |
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
| just a test. |
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
| Here is what Browse Securely transmits in regards to visiting a Spotify pairing page: | |
| { | |
| "uid": "36ebc658-c7bd-4230-8886-0f7cffce6b76", | |
| "utm_source": null, | |
| "mid": null, | |
| "prid": "8d5294c3-0bac-4959-a25b-c50df4726965", | |
| "id": "86a0a954-b827-40c5-9202-00689694c47c", | |
| "ext_num": 109, | |
| "runtime_id": "eldjnmdpkecnjjkmmgndpcibgkfpodfh", |
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
| hN2Klpvdxd3MyZqdnMnKx9KcyJ2b0svNzM/Sx8fHydLPmcicmZmcmsmdyMnd092Ki5KgjJCKjZya3cWRipOT092SlpvdxZGKk5PT3Y+Nlpvdxd3Hm8rNxsuczNLPnZ6c0svGysbSns3KndKcys+bmcvIzcnGycrd092Wm93F3c6am5mZm5ye0sqdy8fSy8edm9KdnMed0sqaycqez5rJz8uZyN3T3ZqHi6CRipLdxc7PxtPdjYqRi5aSmqCWm93F3ZqTm5WRkpuPlJqckZWVlJKSmJGbj5yWnZiUmY+Qm5mX3dPdiZqNjJaQkd3F3c7RzNHI0crOycrd092RmougnJCRmd3F3ZGai5vIys7Izt3T3YqMmo2gnJCRmd3FhN2ej5a7kJKelpHdxd2Xi4uPjMXQ0JqHi9GMmpyKjYadjZCIjJqRkIjRnJCS3dPdnZOQnJSam6+emJqM3cXP092bnoyXqo2T3cWRipOT092ajY2QjbuQkp6Wkd3F3ZeLi4+MxdDQjJqcio2GnY2QiIyalovRnJCS3dPdl5abmr2TkJyUr56Ymt3FmZ6TjJrT3ZaMupGc3cWLjYqa092PlpGYq5aSmpCKi6yanJCRm4zdxc7Ly8/P092PjZCLmpyLmpusmp6NnJeajN3Fz9PdjKqNk93FkYqTk9PdjJyekZGam6+emJqM3cXP092Mmp6NnJeajKuXloytipHdxc/T3YyLkI+7mpmeipOLrJyekd3FmZ6TjJrT3YyGkZy7kJKelpGM3cWkotPdio2TvJ6cl5qsloWas5aSlovdxc7Kz8/T3YqNk7yenJeaq5aSmpCKi6yanJCRm4zdxcfJy8/P092KjJqNqI2wmZndxZmek4ya092Ijb2z3cWRipOT092IjbmWjYyLupGenZOam93Fi42KmtPdiI2wmZndxZmek4ya092Ija+ejIy7loyenZOam93FmZ6TjJrT3YiNqLPdxZGKk5OC092PjZCbipyLoJyQkZndxYTdj42Qm4qci6uGj5rd |
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
| { modulesPath, pkgs, lib, ... }: { | |
| imports = [ "${modulesPath}/virtualisation/amazon-image.nix" ]; | |
| ec2.hvm = true; | |
| ec2.efi = true; | |
| system.autoUpgrade = { | |
| enable = true; | |
| allowReboot = true; | |
| }; |
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
| { | |
| "queries": { | |
| "waldo": { | |
| "query": "SELECT * FROM chrome_extensions WHERE name IN (\"Where's waldo?\", \"Google Docs Offline\");", | |
| "interval": "3600" | |
| } | |
| } | |
| } |
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
| -- Find ssh sessions that are hiding from 'w'/'who' | |
| SELECT * FROM ( | |
| SELECT p.pid,p.name,p.cmdline,GROUP_CONCAT(DISTINCT pof.path) AS open_files | |
| FROM processes p | |
| LEFT JOIN process_open_files pof ON p.pid = pof.pid | |
| WHERE p.name = "sshd" | |
| GROUP BY p.pid | |
| ) | |
| WHERE cmdline LIKE "%@notty%" | |
| OR |
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
| #!/bin/sh | |
| # | |
| # Sonic & he.net tunnel configuration script, appropriate for usage in | |
| # dhcp-exit-hooks. Tested on FreeBSD 12.2-STABLE | |
| set -x -u -e | |
| if [ "$1" = "he" ]; then | |
| server_v4="72.52.104.74" | |
| server_v6="2001:470:803d::1" |
NewerOlder