Skip to content

Instantly share code, notes, and snippets.

@Simbaclaws
Simbaclaws / Ping-Tester.bat
Last active January 8, 2023 00:30
Quick and dirty ping interval tester for sysadmins
:: --- Turn off output in console at initialization ---
@echo off
:: --- Set the ping interval ---
set INTERVAL=30
:: --- Set the output path ---
set OUTPUTDIR=C:\PING
ffff9165f0326000 1259162110 C Ii:1:007:1 0:1 8 = 00000000 00000000
ffff9165f0326000 1259162146 S Ii:1:007:1 -115:1 8 <
ffff9165c14a5800 1259337334 S Co:1:002:0 s 23 03 0016 0301 0000 0
ffff9165c14a5800 1259340175 C Co:1:002:0 0 0
ffff9165c14a5800 1260030668 S Co:1:002:0 s 23 03 0016 0201 0000 0
ffff9165c14a5800 1260033256 C Co:1:002:0 0 0
ffff9165f03260c0 1260404929 C Ii:1:004:1 0:1 8 = 01000000 ffff0000
ffff9165f03260c0 1260404963 S Ii:1:004:1 -115:1 8 <
ffff9165f03260c0 1260406242 C Ii:1:004:1 0:1 8 = 0100ffff 00000000
ffff9165f03260c0 1260406252 S Ii:1:004:1 -115:1 8 <
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Starship/Matisse IOMMU
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge
00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge
00:01.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge
00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge
00:03.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge
00:03.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge
00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge
$ dmesg
[ 0.000000] Linux version 5.12.9-gentoo-x86_64 (root@oryxy) (x86_64-pc-linux-gnu-gcc (Gentoo Hardened 11.1.0-r1 p2) 11.1.0, GNU ld (Gentoo 2.36.1 p3) 2.36.1) #1 SMP Mon Jul 5 03:11:12 CEST 2021
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.12.9-gentoo-x86_64 root=UUID=26356639-811f-414a-a21d-bae8f47aef8d ro dobtrfs
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved
Error: here
particle-wave.js:68:15
update
http://portfolio.local/js/particle-wave.js:68:15
update self-hosted:973:17 loop
http://portfolio.local/js/particle-wave.js:41:9
loop self-hosted:975:17
Error: here
class GLRendering {
constructor() {
this.scene = new THREE.Scene( );
this.camera = new THREE.PerspectiveCamera( 45, window.innerWidth / window.innerHeight, 0.1, 1000 );
this.renderer = new THREE.WebGLRenderer( );
this.renderer.setSize( window.innerWidth, window.innerHeight );
document.body.appendChild( this.renderer.domElement );
{
"scene": {
"metadata": {
"version": 4.5,
"type": "Object",
"generator": "Object3D.toJSON"
},
"object": {
"uuid": "6CE31DB8-C02B-48C6-BB0E-486911CD9B02",
"type": "Scene",
<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
virsh edit osx_i440fx
or other application using the libvirt API.
-->
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>osx_i440fx</name>
<uuid>cea8167c-7ba9-4af5-98c2-e482cb372bdc</uuid>