Skip to content

Instantly share code, notes, and snippets.

View huahuayu's full-sized avatar
🎯
Focusing

Shiming huahuayu

🎯
Focusing
View GitHub Profile
@simonjgreen
simonjgreen / ubuntu.ipxe
Created September 9, 2014 21:18
Ubuntu 14.04 iPXE and Preseed
#!ipxe
#dhcp
echo Starting Ubuntu x64 installer for ${hostname}
set base-url http://archive.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/current/images/netboot/ubuntu-installer/amd64
kernel ${base-url}/linux
initrd ${base-url}/initrd.gz
imgargs linux auto=true fb=false priority=critical preseed/locale=en_GB kbd-chooser/method=gb preseed/url=http://172.16.195.128/ubuntuPreseed.cfg
# DEBCONF_DEBUG=5
boot ||
# If everything failed, give the user some options
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active March 13, 2025 09:13
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname