Host A configuration (eth0 - 192.168.1.191):
# Remote Address is the IP of Host B eth0
sudo ip link add name geneve0 type geneve id 1000 remote 192.168.1.192
sudo ip link set geneve0 up
sudo ip addr add 10.200.1.1/32 dev geneve0
| #!/bin/sh | |
| # | |
| # SPDX-License-Identifier: BSD-2-Clause-FreeBSD | |
| # | |
| # Copyright (c) 2018 Emmanuel Vadot <manu@FreeBSD.org> | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions | |
| # are met: | |
| # 1. Redistributions of source code must retain the above copyright |
| server: | |
| ########################################################################### | |
| # LOGGING | |
| ########################################################################### | |
| # Do not print log lines to inform about local zone actions | |
| log-local-actions: no | |
| # Do not print one line per query to the log | |
| log-queries: no | |
| # Do not print one line per reply to the log | |
| log-replies: no |
| server { | |
| listen 80; | |
| listen 443 ssl http2; | |
| server_name example.com; | |
| root /path/to/public/www; | |
| # ADD HEADERS | |
| # Using nginx-http-mod-headers-more | |
| # https://github.com/openresty/headers-more-nginx-module | |
| more_set_headers 'X-Browser-Os: $client_browser_os'; |
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| #Script for reverting ZFS changes by destroying uberblocks | |
| #Author: Martin Vool | |
| #E-mail: mardicas@gmail.com | |
| #Version: 0.1 | |
| #Date: 16 November 2009 | |
Host A configuration (eth0 - 192.168.1.191):
# Remote Address is the IP of Host B eth0
sudo ip link add name geneve0 type geneve id 1000 remote 192.168.1.192
sudo ip link set geneve0 up
sudo ip addr add 10.200.1.1/32 dev geneve0
Quick and easy way to try out FreeBSD Arm64 and RISC-V64 images on a x86_64 host.
Notes:
.raw image files to zvolstap interface on the VM| Nvidia Driver Version: 570.86.10 CUDA Version: 12.8 | |
| Hashcat was built from the github master branch at the time of running. | |
| A handful of Whirlpool based modes reported an error due to self-test failures. | |
| The GeForce RTX 5090 was added to the tuning Alias file for this run. | |
| hashcat (v6.2.6-851-g6716447df) starting in benchmark mode |
逆向工程说明: 本文档基于 nof1.ai Alpha Arena 的公开文档、交易行为模式、API 响应格式和社区讨论,系统性地逆向推导出其 System Prompt 和 User Prompt 的完整结构,欢迎各路大佬戳戳评论,一起来进行这个有趣的实验。
| The following image shows throughput rates of OpenSSH (the blue line) versus HPN-SSH. HPN-SSH | |
| shows three different options. AES-GCM is the fastest cipher available. None is with encryption disabled | |
| but still using the MAC cipher. NoneMac disables both ciphers. None and NoneMac are used here to | |
| demonstrate the impact of ciphers on throughput. | |
| The Y axis is throughput in Mpbs (0 to 8,000) and the X axis is the RTT of the path. | |
| This graphs was generated by running multiple 40 GB transfers between two 10Gbps connected hosts | |
| back to back. We used netem to artificially inject delay into this path to simulate different | |
| RTTs. The median value of each set of runs was used to compute the values presented here. |