Skip to content

Instantly share code, notes, and snippets.

@mailinglists35
mailinglists35 / gptbios
Created May 27, 2023 22:17
create parted gpt partitions on bios disk including microsoft reserved
mktable gpt
mkpart ESP fat32 1MiB 513MiB
set 1 boot on
mkpart biosboot 513MiB 514MiB
set 2 bios_grub on
mkpart msftres 514MiB 530MiB
unit MiB
(parted) p
Model: ATA Samsung SSD 860 (scsi)
@mailinglists35
mailinglists35 / git marriage
Last active April 13, 2023 12:17
merge/revert analogy with marriage/divorce
generated using bing gpt:
Git merge is like getting married. You find someone (or some branch) that you like and want to spend the rest of your life (or project) with. You propose (or create a pull request) and hope they say yes (or approve). Then you have a big ceremony (or a commit message) where you exchange vows (or diffs) and become one (or merge). You celebrate with your friends and family (or collaborators and followers) and hope for a happy future together.
But sometimes, things don't work out as planned. Maybe you rushed into the marriage (or merge) without knowing your partner (or branch) well enough. Maybe you had unrealistic expectations or incompatible goals. Maybe you discovered some flaws or bugs that you couldn't live with. Maybe you fell out of love (or sync) or found someone else (or a better branch). Whatever the reason, you decide to get a divorce (or revert the merge).
Getting a divorce (or reverting a merge) is not as easy as getting married (or merging). You have to go through a lot
c:
cd "\program files\qemu"
start .\qemu-system-x86_64w.exe -name w7 -machine q35,vmport=off,dump-guest-core=off -accel hax -boot order=cd,menu=off -m 2048 -k en-us -spice addr=127.0.0.1,port=5901,disable-ticketing=on -chardev spicevmc,id=vdagent,debug=0,name=vdagent -device virtio-serial -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 -vga qxl -display gtk -cpu Haswell,vme=on,x2apic=on,hypervisor=on,hv_time,hv_relaxed,hv_vapic,hv_spinlocks=0x1fff,hv_synic,hv_stimer -smp 4,cores=4,threads=1,sockets=1,maxcpus=4 -net nic,model=virtio -net user,hostfwd=tcp::22222-:22 -drive id=disk,file=c:\large_files\w7.qcow2,format=qcow2,if=none,cache=writeback,discard=unmap,detect-zeroes=unmap,aio=native -device ahci,id=ahci -device ide-hd,drive=disk,bus=ahci.0,id=disk -cdrom "C:\large_files\ubuntu-22.04-desktop-amd64.iso" -usb -device usb-mouse -device usb-kbd -device usb-tablet -global kvm-pit.lost_tick_policy=discard -no-hpet -global ICH9-LPC.disable_s3=1 -global ICH9-LPC.disable_s4=0 -rtc base=localtime -se
@mailinglists35
mailinglists35 / miui_adb_install.sh
Last active November 20, 2022 22:45 — forked from zpp0196/miui_adb_install.sh
MIUI 「USB安装」免登录账号
#!/bin/sh
set -e
setprop persist.security.adbinput 1
setprop persist.security.adbinstall 1
provider_prefs_xml=/data/data/com.miui.securitycenter/shared_prefs/remote_provider_preferences.xml
provider_prefs_tmp_xml=/data/local/tmp/remote_provider_preferences.xml
sed -e "/security_adb_install_enable/d;/permcenter_install_intercept_enabled/d" $provider_prefs_xml > $provider_prefs_tmp_xml
<?php
// Settings.
$feedName = 'Opus codec';
$feedDesc = 'Opus codec';
$feedURL = 'https://example.com/podcast/';
$coverImageFileName = 'audiobooks.png';
$ffprobePath = '/usr/bin/ffprobe';
$ffmpegPath = '/usr/bin/ffmpeg';
sudo tcpdump -ni any "(icmp and (icmp[0] != 8) and (icmp[0] != 0) or (tcp and not ((tcp[tcpflags] & (tcp-push|tcp-ack|tcp-syn|tcp-fin) != 0) or (tcp[13]=18) or ((tcp[tcpflags] == tcp-fin) and (tcp[tcpflags] == tcp-ack)) ))) and not host (17.17.17.17 or 192.168.1.2) and not tcp port (852 or 442) and not ip6"
@mailinglists35
mailinglists35 / ios vmware update
Created August 18, 2021 14:38
ios update under windows virtual machine (vmware)
when itunes or other 3rd party updating software runs, iphone changes back and forth it's usb identifiers. this confuses vmware and you lose connection to phone in the middle of update. to overcome this, when iphone changes usb identifiers, do this:
pause the virtual machine
restart the vmware usb arbitrator service
resume virtual machine
reconnect the removable devices -> apple iphone
https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services
https://docs.microsoft.com/en-us/windows/privacy/manage-windows-1903-endpoints
https://docs.microsoft.com/en-us/windows/privacy/windows-endpoints-1903-non-enterprise-editions
https://docs.microsoft.com/en-US/windows/deployment/update/windows-update-troubleshooting
https://docs.microsoft.com/en-us/windows/deployment/update/delivery-optimization-proxy
https://docs.microsoft.com/en-us/windows/deployment/update/waas-delivery-optimization
@mailinglists35
mailinglists35 / pci-passthrough.md
Created April 3, 2021 22:06 — forked from ulkeshkosh/pci-passthrough.md
PCI-Passthrough Rig, OS, and Setup

Introduction

This is my guide for a successful PCI-Passthrough from Linux (Arch Linux) to QEMU/KVM via virt-manager and libvirtd into a Windows 10 Home guest.

NOTE: This is a guide for Intel only. I do not own an AMD machine, and will not add AMD information this guide until such time that I do, which could be never.

Hardware

Device Type Device
CPU Intel Core i7 7700K Quad-Core, Hyperthreading
Motherboard Gigabyte Z270X-Gaming 5
echo
#1) Stop all the virtual machines.
#2) Move all the storage domains other than hosted_storage to maintenance
#which will unmount them from all the nodes.
#3) Move HE to global maintenance
hosted-engine --set-maintenance --mode=global
#4) stop HE vm by running the command
hosted-engine --vm-shutdown
#5) confirm that engine is down using the command
hosted-engine --vm-status