User contributions for Xbl
Jump to navigation
Jump to search
- 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
- 12:44, 10 October 2024 diff hist +6 Simple Network Management Protocol →SNMP
- 12:01, 10 October 2024 diff hist +9 Simple Network Management Protocol →Create v3 User
- 12:01, 10 October 2024 diff hist +129 Simple Network Management Protocol
- 15:10, 9 October 2024 diff hist +77 System Control →Use
- 23:16, 8 October 2024 diff hist +47 N Simple Network Management Protocol Created page with "= SNMP = SNMP is the blackest of magical arts."
- 10:55, 27 September 2024 diff hist +3 ESXi Update
- 13:07, 26 September 2024 diff hist −17 ESXi Update →ESXi Update
- 13:07, 26 September 2024 diff hist +551 N ESXi Update Created page with "= ESXi Update = == Backup Current Config == <code>vim-cmd hostsvc/firmware/sync_config</code> sync running config</br> <code>vim-cmd hostsvc/firmware/backup_config</code> download config</br> == Update ESXi Version == <code>esxcli software sources profile list -d /vmfs/volumes/250/VMware-ESXi-7.0U3-18644231-depot.zip</code> show available profiles in depot</br> <code>esxcli software profile update -d /vmfs/volumes/250/VMware-ESXi-7.0U3-18644231-depot.zip -p ESXi-7.0U3-..."
- 15:37, 16 August 2024 diff hist −4 Proxmox USB-Backup current
- 09:50, 16 August 2024 diff hist +4,254 N Proxmox USB-Backup Created page with "== Ziel == Proxmox-VMs auf externe, wechselnde USB-Disk(s) sichern. == Weg zum Ziel == USB-Disks können ab Proxmox 8 mit der x-systemd.automount-Option über ''/etc/fstab'' automatisch gemounted werden. Da die Gerätepfade nicht konstant sind werden Regeln mit ''udev'' erstellt, welche die USB-Disks verlässlich am gleichen Ort präsentieren. === Nur für NTFS-formatierte Platten: ntfs-3g installieren (WebGUI Shell/SSH) === Nativ kann Linux NTFS nur als RO mounten, da..."
- 16:38, 20 May 2024 diff hist −21 Supermicro IPMI
- 16:37, 20 May 2024 diff hist +252 N Supermicro IPMI Created page with "= Supermicro IPMI = == Fan Control== <code>ipmitool raw 0x30 0x70 0x66 0x01 0x00 0x09</code> Set Fans 0x00 to 9%.</br> <code>ipmitool raw 0x30 0x70 0x66 0x01 0x01 0x09</code> Set Fans 0x01 to 9%.</br> </br> Fan Setting in BMC must be set to Full.</br>"
- 11:59, 22 September 2023 diff hist +181 Basic Commands current
- 11:50, 22 September 2023 diff hist +570 Basic Commands
- 13:43, 21 August 2023 diff hist +2 Aho Weinberger Kernighan →Use current
- 13:42, 21 August 2023 diff hist +20 Aho Weinberger Kernighan
- 13:26, 21 August 2023 diff hist +1,109 N Aho Weinberger Kernighan Created page with "= awk = is a full scripting language, as well as a complete text manipulation toolkit for the command line.</br> == Use == <code>who | awk '{print $1}'</code> print the first field of every line from the who command</br> <code>who | awk '{print $1,$4}'</code> print the first and fourth field of every line from the who command</br> <code>who | awk '{print $NF}'</code> print the last field (NF=Number of Fields) of every line from the who command</br> </br> <code>date | a..."
- 13:14, 21 August 2023 diff hist −1 Diagnostic Messages current
- 13:13, 21 August 2023 diff hist −1 Diagnostic Messages
- 11:58, 21 August 2023 diff hist −1 Diagnostic Messages →Time
- 11:58, 21 August 2023 diff hist +4 Diagnostic Messages →Useful Flags
- 11:55, 21 August 2023 diff hist +882 N Diagnostic Messages Created page with "= dmesg = May be used on most Unix-like operating systems to query th message buffer of the kernel. The output includes messages produced by the device drivers. </br> == Use == <code>dmesg | tail</code> show latest messages</br> == Useful Flags == <code>-D</code> disable printing messages to console</br> <code>-E</code> enable printing messages to console</br> <code>-l <level></code> restrict output to defined level</br> <code>-w</code> print messages and wait for new..."
- 11:00, 21 August 2023 diff hist +1,217 Journal Control current
- 08:40, 21 August 2023 diff hist −68 Journal Control →Use
- 10:47, 18 August 2023 diff hist +445 Bash Shell