Skip to content

Instantly share code, notes, and snippets.

[ 0.000000] Linux version 4.8.7-1.el7.elrepo.x86_64 (mockbuild@Build64R7) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Thu Nov 10 20:47:24 EST 2016
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.8.7-1.el7.elrepo.x86_64 root=UUID=6e678a9d-b56a-464b-b461-e61bc0f43a4a ro rootflags=subvol=root crashkernel=auto rhgb quiet LANG=en_AU.UTF-8
[ 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: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009bbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009bc00-0x000000000009bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
@alanarthur
alanarthur / BoxLaptop.txt
Last active May 2, 2023 17:37
My work laptop Boxstarter script
#BoxStarter options
$BoxStarter.Rebootok=$true
$BoxStarter.NoPassword=$false
$BoxStarter.AutoLogin=$true
#Basic options
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -DisableShowHiddenFilesFoldersDrives -DisableShowProtectedOSFiles -DisableShowFileExtensions -EnableShowFullPathInTitleBar -DisableShowRecentFilesInQuickAccess -DisableShowFrequentFoldersInQuickAccess
Set-TaskbarOptions -Size Large -Lock -Dock Bottom -Combine Never