Links
Add
Synth Repairman Accidentally Gets High By Touching LSD Left in Vintage Buchla | Pitchfork
https://pitchfork.com/news/synth-repairman-accidentally-gets-high-by-touching-lsd-left-in-vintage-buchla/
Eliot Curtis was dosed with acid while fixing a vintage Buchla Model 100
Added 6 years ago
Homelab Security with OSSEC, Loki, Prometheus, and Grafana on a Raspberry Pi | Grafana Labs
https://grafana.com/blog/2019/08/22/homelab-security-with-ossec-loki-prometheus-and-grafana-on-a-raspberry-pi/
A guide to using Loki with Prometheus and Grafana to visualize the OSSEC security application, all running on a Raspberry Pi
Added 1 year ago
GitHub - samshadwell/TrumpScript: Make Python great again
https://github.com/samshadwell/TrumpScript
Make Python great again. Contribute to samshadwell/TrumpScript development by creating an account on GitHub.
Added 10 months ago
RS232 Specifications and standard - Lammert Bies
https://www.lammertbies.nl/comm/info/rs-232-specs
Practical discussion of the RS232 standard and its specifications and properties.
Added 1 year ago
Openwrt for the GL-iNet » jedge.com Information Security
http://www.jedge.com/wordpress/openwrt-for-the-gl-inet/
Building Openwrt for the GL-iNet This tutorial will detail how to obtain the Openwrt source code and compile it to suite our needs with the GL-iNet. This software build will allow us to use the GL-iNet’s two Ethernet ports to bypass 802.1x port security as detailed in Part 2 of these tutorials as well as […]
Added 10 years ago
Bossie Awards 2016: The best open source networking and security software | InfoWorld
http://www.infoworld.com/article/3121251/open-source-tools/bossie-awards-2016-the-best-open-source-networking-and-security-software.html#slide15
Added 8 years ago
Linus Said - Music Parody (Momma Said) - YouTube
https://www.youtube.com/watch?v=oHNKTlz1lps
Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.
Added 7 years ago
Registrar Snubs DMCA Subpoena, Claims Passive Conduit Immunity * TorrentFreak
https://torrentfreak.com/registrar-snubs-dmca-subpoena-potential-pandoras-box-shut-for-now-250706/
Dynadot is refusing to fully comply with a DMCA subpoena, claiming immunity as a passive conduit service provider. That's only the beginning.
Added 10 months ago
conduit_fill_guide.pdf
http://cdn2.hubspot.net/hubfs/585555/Support-Assets/conduit_fill_guide.pdf
Added 7 years ago
Landform House / A61architects + YYdesign | ArchDaily
http://www.archdaily.com/804408/landform-house-a61architects-plus-yydesign
Completed in 2016 in Russia. Images by Ilya Kruchinin. Due to the fact that the residential building was intended as dialogue between architecture and a landscape, the last one has been chosen as a...
Added 9 years ago
Write for 4sysops | 4sysops
https://4sysops.com/write-for-4sysops/?utm_source=4sysops&utm_medium=endpage&utm_campaign=Author
Added 4 years ago
IncusScripts - a fork of the Proxmox VE community scripts - Incus - Linux Containers Forum
https://discuss.linuxcontainers.org/t/incusscripts-a-fork-of-the-proxmox-ve-community-scripts/22831
I love the Proxmox community scripts but Incus is my deployment method of choice, so I wrote a tool called surgeon to make surgical modifications of an upstream repository in a fork.
If you’re unfamiliar, the Proxmox co…
Added 7 months ago
GitHub - chaitin/passionfruit: [WIP] Crappy iOS app analyzer
https://github.com/chaitin/passionfruit
[WIP] Crappy iOS app analyzer. Contribute to chaitin/passionfruit development by creating an account on GitHub.
Added 8 years ago
Google - Site Reliability Engineering
https://landing.google.com/sre/sre-book/chapters/managing-incidents/
Principled incident management can limit disruptions and restore normalcy. Learn about effective strategies and processes for managing incidents.
Added 6 years ago
Firezone: Zero trust access that scales
https://www.firezone.dev/
Firezone is a fast, flexible VPN replacement built on WireGuard® that eliminates tedious configuration and integrates with your identity provider.
Added 10 months ago
Migrate from Xenserver to Proxmox - Technicus
https://techblog.jeppson.org/2018/01/migrate-xenserver-proxmox/
I was dismayed to see Citrix’s recent announcement about Xenserver 7.3 removing several key features from the free version. Xenserver’s free features are the reason I switched over to them in the first place back in 2014. Xenserver has been rock solid; I haven’t had any complaints until now. Their removal of xenmotion and migration … Continue reading Migrate from Xenserver to Proxmox →
Added 7 months ago
netbox-plugin-dns/examples/ansible/using_netbox_dns_with_ansible.md at main · peteeckel/netbox-plugin-dns
https://github.com/peteeckel/netbox-plugin-dns/blob/main/examples/ansible/using_netbox_dns_with_ansible.md
NetBox DNS is a NetBox plugin for managing DNS data. - netbox-plugin-dns/examples/ansible/using_netbox_dns_with_ansible.md at main · peteeckel/netbox-plugin-dns
Added 8 months ago
Surveillance Capitalism in AI. ChatGPT indexed chats? A feature! not a bug./s
https://julianajackson.substack.com/p/chatgpt-indexed-conversations
Added 6 months ago
Torrent downloads and distributions for IP 69.53.97.47
https://iknowwhatyoudownload.com/en/peer/
Detailed statistic for torrent downloads and distributions for IP address 162.19.242.151
How to Drop All Tables from PostgreSQL - GeeksforGeeks
https://www.geeksforgeeks.org/postgresql/how-to-drop-all-tables-from-postgresql-1/
DO $$
DECLARE
r RECORD;
BEGIN
FOR r IN (SELECT tablename FROM pg_tables WHERE schemaname = 'public') LOOP
EXECUTE 'DROP TABLE IF EXISTS ' || quote_ident(r.tablename) || ' CASCADE';
END LOOP;
END $$;
Added 7 months ago
Client Setup - FOG Project
https://wiki.fogproject.org/wiki/index.php?title=Client_Setup#Absolute_Basics
Added 9 months ago
Creating a Hashed Password for VNC ..:: geekademy ::..
http://www.geekademy.com/2010/10/creating-hashed-password-for-vnc.html
Open Source WiFi Site Survey Heatmap Tool - Jason Antman's Blog
https://blog.jasonantman.com/2018/11/open-source-wifi-site-survey-tool/
A bit about a Python project I wrote to plot floorplan heatmaps of wireless site surveys.
Added 7 months ago
Bundling binary tools in Python wheels
https://simonwillison.net/2022/May/23/bundling-binary-tools-in-python-wheels/
I spotted a new (to me) pattern which I think is pretty interesting: projects are bundling compiled binary applications as part of their Python packaging wheels. I think it’s really …
Jobs & Internships | Access
https://www.accessnow.org/about/jobs#Security_Incident_Handler
Added 10 years ago
StevenBlack/hosts: 🔒 Consolidating and extending hosts files from several well-curated sources. Optionally pick extensions for porn, social media, and other categories.
https://github.com/StevenBlack/hosts?tab=readme-ov-file
🔒 Consolidating and extending hosts files from several well-curated sources. Optionally pick extensions for porn, social media, and other categories. - StevenBlack/hosts
Added 8 months ago
Broken
PeaNUT: A Tiny Dashboard for Network UPS Tools : r/selfhosted
https://www.reddit.com/r/selfhosted/comments/169viub/peanut_a_tiny_dashboard_for_network_ups_tools/
Added 9 months ago
Monitoring pf(4) using snmpd(8), Telegraf and Grafana - TuM'Fatig
https://www.tumfatig.net/20180529/monitoring-pf4-using-snmpd8-telegraf-and-grafana/
I regularly check my pf(4) activity using pfctl(8) and pflogd(8). I already monitored pf using collectd(1) and rrdtool. This time, I wanted to use my already configured InfluxDB/Grafana system. The thing is, Telegraf is not (yet) available in OpenBSD 6.3. So I used a Telegraf container to remotely poll OpenBSD using the native SNMP OPENBSD-PF-MIB.
Added 4 years ago
StalkR's Blog: Going DNSSEC, Unbound and PowerDNS
https://blog.stalkr.net/2012/03/going-dnssec-unbound-and-powerdns.html
Added 8 months ago
jackjackbits (jack) · GitHub
https://github.com/jackjackbits
jackjackbits has 3 repositories available. Follow their code on GitHub.
Added 9 months ago
Books - Google Drive
https://drive.google.com/drive/folders/1F7D5c30nP-y_Q7SFqoRTRvJ7tl0UcY3q
mediafile – Grateful Dead streaming vault
https://gratefuldeadvault.wordpress.com/mediafile/
(~)};) jerryradio.com/downloads GDead & Jerry Garcia Band mp3bretmiller.com/downloads GDead & Jerry Garcia Band mp3 mediafire.com/Grateful Dead SBDs shared by sgrmag741974-05-21 Edmundson Pavilion, University of Washington1976-06-14 Beacon Theatre, New YorkFall 1979 Road Trips 1.1 + Bonus Fall 1979 East Coast 'RT 1.1'1990-03-14/16 Capital Centre Landover, MD mediafire.com/Grateful_Dead SBDs shared by CandymanDick's Picks 1-36,Dave's Picks 1-22,Dave's Picks Bonus 2012-2016 (2012 7/29/74,2013…
3 Tweaks to Increase Xfce's Performance & Visual Appeal - page 2 | IWF1
https://iwf1.com/3-tweaks-to-increase-xfces-performance-visual-appeal/2
Xfce desktop environment can be tweaked in order to increase both system performance and visual appeal, check out the 3 basic steps to do so. page 2