In order to keep filters up to date, please use this repo.
from extras.validators import CustomValidator | |
from virtualization.models import VirtualMachine | |
class UniqueVirtualMachineNamesCasefold(CustomValidator): | |
"""Enforce case-insensitive unique VM names. | |
Your configuration.py file would contain something like this: | |
CUSTOM_VALIDATORS = { |
This is inspired by A half-hour to learn Rust and Zig in 30 minutes.
Your first Go program as a classical "Hello World" is pretty simple:
First we create a workspace for our project:
class fastnetmon ( | |
Hash $policy_defaults = {} | |
Hash $policy_overrides = {} | |
Array[Stdlib::IP::Address,1] $networks = [], | |
Array[Stdlib::IP::Address,1] $all_networks = [], | |
Optional[Stdlib::Host] $graphite_host = undef, | |
) { | |
$policy_overrides.each |String $network| { | |
$network = slice_network_constants($network['network'], {'desription' => '$network['desrciption']}) | |
file {"etc/fastnetmodn.d/$network_$network['description'].conf": { ... } |
<?php | |
/* | |
* Display LibreNMS interface graphs in Netbox | |
* | |
* 1. Upload this file into the plugin folder of LibreNMS. | |
* 2. Generate an API key in LibreNMS and insert the connection details below. | |
* 3. Create graphs in Netbox using the following URL scheme. | |
* https://nms.level66.network/plugins/netbox-graph.php?device={{ obj.device.name }}&interface={{ obj.name }}&duration=8h | |
* 4. Save time in your daily work! | |
* |
From: https://lobste.rs/s/by7kff/what_have_you_learned_by_working_remote
What are some tips/things that you have learned after working remote for the first time that you wish you knew before you began?
https://lobste.rs/s/by7kff/what_have_you_learned_by_working_remote#c_rpoimx
I’ve been working remote for 10 years, and spend the 10 previous years in an office. Not sure I know what I wish I knew 10 years ago,
The final part of the EM7455 Linux driver support is going in Linux v4.7 which will be released in a couple of weeks. It will also be backported to the currently maintained stable kernels, so you should eventually get it through Ubuntu kernel updates.
Sorry it took this long. In theory, any MBIM modem should just work with the existing Linux drivers. But it turned out that the EM7455 needed a small delay during initialization, or it would silently fail to work. The "fix" is a single line of code:
>
#!/usr/bin/env ruby | |
# script to generate PCAP from Trio exception trace. Potentially you may need to change POP_BYTES variable. | |
# Trio exception trace allows you to capture things like broken packets (checksum error), to see who is sending them | |
# clogin junos-trio-box | tee exception_trace | |
# start shell pfe network fpc0 | |
# show jnh 0 exceptions terse | |
# debug jnh exceptions N discard ## get N from above command | |
# debug jnh exceptions-trace |
This is an anchor-linked version of the excellent, amazing original opus magnum by Michael Tandy.
Counterexample: Royal Opera House, Covent Garden, London, WC2E 9DD, United Kingdom.
Counterexample: 1A Egmont Road, Middlesbrough, TS4 2HT
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
- A Russian translation of this article can be found here, contributed by Timur Demin.
- A Turkish translation can be found here, contributed by agyild.
- There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.