User contributions for Xbl
Jump to navigation
Jump to search
- 16:26, 8 April 2025 diff hist +77 Logical Volume Management →extend with new disk
- 13:39, 2 April 2025 diff hist +310 N StorCLI Created page with "= LSI Storage Command Line Interface = Show Drives:</br> <code>storcli /c0 show</code> Creating a Virtual Drive:</br> <code>storcli /cx add vd type=[RAID0(r0)|RAID1(r1)|...] drives=[EnclosureID:SlotID|:SlotID-SlotID|:SlotID,SlotID]</code> Example:</br> <code>storcli /cx add vd type=r1 drives=252:0-2</code>" current
- 16:45, 31 March 2025 diff hist +289 Vi IMproved
- 20:32, 30 March 2025 diff hist +296 Goat current
- 14:14, 29 March 2025 diff hist +89 Goat
- 19:15, 28 March 2025 diff hist −1 Goat
- 19:15, 28 March 2025 diff hist +233 Goat
- 21:02, 27 March 2025 diff hist +235 Goat
- 19:57, 27 March 2025 diff hist +75 Goat →git log
- 18:48, 26 March 2025 diff hist +611 Goat →git
- 16:44, 26 March 2025 diff hist +17 Goat →git
- 16:41, 26 March 2025 diff hist +56 Goat →git
- 23:23, 25 March 2025 diff hist +375 N Goat Created page with "= git = Set user name</br> <code>git config --add [--global] user.name "anon"</code> Set user email</br> <code>git config --add [--global] user.email "[email protected]"</code> Read</br> <code>git config list [--local]</code></br> <code>git config --get <key.value></code> Remove</br> <code>git config --unset <key.value></code></br> <code>git config --unset-all <key></code>"
- 10:45, 24 March 2025 diff hist +148 N SSH Created page with "= Secure Shell = == Regenerate Host Keys (Debian) == 1. <code>rm -v /etc/ssh/ssh_host_*</code></br> 2. <code>dpkg-reconfigure openssh-server</code>"
- 10:55, 20 March 2025 diff hist −1 Windows →Fix broken Start Menu of Windows Server 2019 RDS Farm current
- 10:49, 20 March 2025 diff hist +329 Windows
- 10:50, 18 March 2025 diff hist +1 Proxmox Network Configuration →Named Interfaces with VLANs (MGMT separated)
- 10:50, 18 March 2025 diff hist −1 Proxmox Network Configuration →Named Interfaces with VLANs (MGMT separated)
- 10:49, 18 March 2025 diff hist +643 Proxmox Network Configuration
- 10:59, 13 March 2025 diff hist +1,039 N Proxmox Network Configuration Created page with "= Active/Passive Bonding with VLAN = <nowiki>auto bond0 iface bond0 inet static bond-mode active-backup bond-miimon 100 bond-slaves eno1 enp65s0f0np0 bond-primary enp65s0f0np0 bond-xmit-hash-policy layer2+3 auto vmbr0 iface vmbr0 inet manual bridge-ports bond0 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 auto vmbr0.898 iface vmbr0.898 inet static address 10...."
- 12:52, 20 December 2024 diff hist −13 Windows
- 12:52, 20 December 2024 diff hist +157 N Windows Created page with "= Windoof = == Move/Edit pagefile.sys == Open sysdm.cpl</br> Tab 'Advanced'</br> Performance Settings</br> Tab 'Advanced'</br> Virtual Memory -> Change</br>"
- 10:14, 20 December 2024 diff hist +124 Broadcom current
- 10:00, 20 December 2024 diff hist +815 N Broadcom Created page with "Problems arise with Proxmox 8.2 and Broadcom NICs because of a buggy kernel module for RoCE.</br> === Symptoms === Delayed boot</br> Networking needs to be restarted after boot</br> Delayed shutdown/reboot</br> === Example of boot messages: === <code>Job ifupdown2-pre.service start running (3min)</code></br> <code>infiniband bnxt_re1: Failed to modify HW QP</code></br> <code>infiniband bnxt_re1: Couldn't change QP1 state to INIT</code></br> <code>infiniband bnxt_re1: Cou..."
- 17:08, 18 December 2024 diff hist +1 ESXi Update →Install Windows 11 current
- 17:08, 18 December 2024 diff hist 0 ESXi Update →Install Windows 11 without vTPM
- 17:06, 18 December 2024 diff hist +76 ESXi Update
- 16:49, 18 December 2024 diff hist +158 ESXi Update
- 14:20, 28 November 2024 diff hist +146 Simple Mail Transfer Protocol →smtp current
- 11:58, 28 November 2024 diff hist +40 Terminal Multiplexer →resizing
- 17:02, 26 November 2024 diff hist +96 Terminal Multiplexer →spawning
- 12:22, 20 November 2024 diff hist +36 Simple Mail Transfer Protocol →Send mail using telnet
- 11:24, 19 November 2024 diff hist +11 Zettabyte File System →Expand ZPOOL current
- 11:23, 19 November 2024 diff hist +9 Zettabyte File System →zfs
- 11:23, 19 November 2024 diff hist 0 Zettabyte File System →Expand zpool
- 11:23, 19 November 2024 diff hist +430 N Zettabyte File System Created page with "= zfs = == Expand zpool == <code>for i in /sys/class/scsi_device/*/device/rescan; do echo "- - -" > $i; done</code> Scan current SCSI devices for changes</br> <code>parted /dev/sdb rm 9</code> 8MB partition at the end of the disk may be deleted (perhaps an artefact from the Solaris days?)</br> <code>growpart /dev/sdb 1</code> Increase size to maximum</br> <code>zpool online -e ZPOOLNAME /dev/sdb</code> Expanding the pool</br>"
- 10:50, 15 November 2024 diff hist +369 N Simple Mail Transfer Protocol Created page with "= smtp = == Send mail using telnet == <code>telnet localhost 25</code> Connect to the server</br> <code>HELO 6bit.ch</code> Greet the server.</br> <code>MAIL FROM: [email protected]</code> Set the FROM field</br> <code>RCPT TO: [email protected]</code> Set the TO field</br> <code>DATA</code> Enter message, starting with 'Subject:', followed by message body and ending with '.'"
- 22:38, 30 October 2024 diff hist +116 Simple Network Management Protocol →Custom Scripts
- 22:35, 30 October 2024 diff hist 0 Vi IMproved →multi-line inserting
- 22:35, 30 October 2024 diff hist 0 Vi IMproved →multi-line deleting
- 22:35, 30 October 2024 diff hist +134 Vi IMproved →deleting
- 22:34, 30 October 2024 diff hist −39 Vi IMproved →multi-line inserting
- 22:34, 30 October 2024 diff hist +10 Vi IMproved →multi-line inserting
- 22:33, 30 October 2024 diff hist +10 Vi IMproved →multi-line inserting
- 22:32, 30 October 2024 diff hist +154 Vi IMproved →inserting
- 11:28, 30 October 2024 diff hist +345 Simple Network Management Protocol
- 18:41, 16 October 2024 diff hist +5 Simple Network Management Protocol →v2c Communities
- 18:40, 16 October 2024 diff hist +361 Simple Network Management Protocol
- 22:51, 10 October 2024 diff hist −2 Simple Network Management Protocol
- 19:29, 10 October 2024 diff hist +1,439 Simple Network Management Protocol