User contributions for Admin
Jump to navigation
Jump to search
27 August 2024
- 13:3913:39, 27 August 2024 diff hist +390 Efi shell tips and tricks →References current Tag: Visual edit
- 13:3313:33, 27 August 2024 diff hist +2,019 Efi shell tips and tricks →References Tag: Visual edit
- 11:1711:17, 27 August 2024 diff hist +3,342 N Efi shell tips and tricks Created page with " == EFI shell commands == {| class="wikitable" |+ !Type !Command !Description !Notes |- |Boot Commands — EFI Shell. Commands related to nPartition booting |autoboot |Set/view autoboot timeout variable | |- | |bcfg |Display/modify the driver/boot configuration | |- | |boottest |Set/view BootTest bits | |- | |dbprofile |Display/modify direct boot profiles for use by lanboot | |- | |lanboot |Boot over the LAN | |- | |reconfigreset |Reset the system (nPartition) for recon..." Tag: Visual edit
- 10:5710:57, 27 August 2024 diff hist +357 Nvdia-smi tips and tricks →--gpus options Tag: Visual edit
23 August 2024
- 12:0812:08, 23 August 2024 diff hist +1,167 N SR-IOV Created page with "== Single Root IO Virtualization (SR-IOV) == SR-IOV ('''Single Root - I/O Virtualization''') is a technology that allows a single PCIe device to appear as multiple separate physical devices to the host system. Disabling SR-IOV can affect how the GPU is exposed to the operating system and drivers<ref>https://www.ibm.com/docs/en/power8?topic=POWER8/p8ecu/p8ecu_vios_concepts_network_sriov.htm</ref> SR-IOV is commonly used in conjunction with an SR-IOV enabled hypervisor to..." current Tag: Visual edit
- 12:0112:01, 23 August 2024 diff hist +4 BIOS →Work around current Tag: Visual edit
4 August 2024
- 18:1418:14, 4 August 2024 diff hist +158 SSH Tunneling →Background current Tag: Visual edit
- 13:2313:23, 4 August 2024 diff hist +161 SSH Tunneling No edit summary Tag: Visual edit
31 July 2024
- 11:0111:01, 31 July 2024 diff hist +350 BIOS vs UEFI No edit summary current Tag: Visual edit
16 July 2024
- 13:1213:12, 16 July 2024 diff hist +158 Data backup and disaster planning →Tools current Tag: Visual edit
- 13:0813:08, 16 July 2024 diff hist +397 Data backup and disaster planning →Advanced Backup Techniques and Tools Tag: Visual edit
- 12:5512:55, 16 July 2024 diff hist +4,696 N Data backup and disaster planning Created page with "Linux systems are widely used in servers and critical infrastructure, ensuring rapid recovery from failures is paramount. This page dives deep into the essentials of Linux system recovery, offering insights into effective backup strategies and disaster planning. == Types of Failures Affecting Linux Systems == * '''Hardware Failures''': These include issues like hard drive crashes, memory corruption, or power supply failures. * '''Software Issues''': Software failures m..." Tag: Visual edit
- 12:4712:47, 16 July 2024 diff hist +750 Private:Zfs →ZFS test Tag: Visual edit
14 July 2024
- 17:1117:11, 14 July 2024 diff hist +29 Thermodynamics →Specifici heat capacity (symbol c) current Tag: Visual edit
- 17:1017:10, 14 July 2024 diff hist +6 Thermodynamics →Specifici heat capacity (symbol c) Tag: Visual edit
- 17:0917:09, 14 July 2024 diff hist +342 Thermodynamics →Specifici heat capacity (symbol c) Tag: Visual edit
- 13:3813:38, 14 July 2024 diff hist +50 Samba tips and tricks No edit summary current Tag: Visual edit
- 13:1513:15, 14 July 2024 diff hist +561 N Samba tips and tricks Created page with " == Wired file name on Window file explorer while correct file name on Linux == Window file explorer shows wired file name, <code>G2X4IA~5 O2T3KH~K SYJ2IT~R</code> It's a file name mangling problem due to Samba is converting filenames down to old style DOS 8.3 filenames. On server side, edit <code>/etc/samba/smb.conf</code> and add <code>mangled names=no</code> to the <code>[global]</code> section and restart the smb service.<ref>Reference: <nowiki>http://oreilly.co..." Tag: Visual edit
13 July 2024
- 14:1914:19, 13 July 2024 diff hist +985 Thermodynamics →Thermal conductivity[3] Tag: Visual edit
22 June 2024
- 11:3811:38, 22 June 2024 diff hist +225 Private:HMVPN configuration →KT DHCP options current Tag: Visual edit
- 11:3711:37, 22 June 2024 diff hist +28 Private:HMVPN configuration →VPN GW host network configuration Tag: Visual edit
- 10:3410:34, 22 June 2024 diff hist +2 Network traffic No edit summary current Tag: Visual edit
18 June 2024
- 14:5714:57, 18 June 2024 diff hist +2,178 N Training and Inference Created page with "In AI we must first draw a distinction between training an AI model and using the trained model for inference on a real world data stream. Training stage requires magnitude amount of compute intensive while inference stage requires minimum reasonable amount of compute resources to provide service response time effectivly. == Training stage - system requirements by AI model == The three major categories of AI architectures and the challenges * Convolutional Neural Ne..." current Tag: Visual edit
- 14:1414:14, 18 June 2024 diff hist +128 Transformer model No edit summary current Tag: Visual edit
- 14:0814:08, 18 June 2024 diff hist −116 Transformer model No edit summary Tag: Visual edit
- 13:5413:54, 18 June 2024 diff hist −3 Transformer model →What is transformer model ? Tag: Visual edit
- 13:5413:54, 18 June 2024 diff hist −77 Transformer model →References Tag: Visual edit
- 13:5213:52, 18 June 2024 diff hist +439 Transformer model →What is transformer model ? Tag: Visual edit
- 13:4813:48, 18 June 2024 diff hist +1,428 N Transformer model Created page with "== What is transformer model ? == A transformer model is a type of deep learning model that was introduced in 2017 paper called "Attention is All You Need" by Ashish Vaswani, a team at Google Brain, and a group from the University of Toronto. and now now used in applications such as training LLMs. <ref>https://www.ibm.com/topics/transformer-model</ref> Transformer models can translate text and speech in near-real-time. OpenAI’s popular ChatGPT text generation tool ma..." Tag: Visual edit
- 13:4113:41, 18 June 2024 diff hist +73 Transformer Engine →What is (TE) Transfermer Engine current Tag: Visual edit
- 13:3713:37, 18 June 2024 diff hist +1,168 Transformer Engine No edit summary Tag: Visual edit
- 13:2513:25, 18 June 2024 diff hist +1,467 N Transformer Engine Created page with "== What is (TE) Transfermer Engine == Most deep learning frameworks train with FP32 by default. This is not essential, however, to achieve full accuracy for many deep learning models. Using mixed-precision training, which combines <u>single-precision (FP32)</u> with <u>lower precision (FP16)</u> format when training a model, results in significant speedups with minimal differences in accuracy as compared to FP32 training. With Hopper and Ada GPU architecture <u>FP8 preci..." Tag: Visual edit
- 13:1513:15, 18 June 2024 diff hist +4 NVIDIA GPU →GPU Tenser performance notes for RTX 4090 Tag: Visual edit
13 June 2024
- 14:0014:00, 13 June 2024 diff hist +194 Private:Rpi →X11 current Tag: Visual edit
- 13:3113:31, 13 June 2024 diff hist −1 Template:Tri-mode →Storage Today vs Tri-mode current Tag: Visual edit
- 13:3113:31, 13 June 2024 diff hist +1,084 Template:Tri-mode →Storage Today vs Tri-mode Tag: Visual edit
- 13:1113:11, 13 June 2024 diff hist −18 Template:Tri-mode →References Tag: Visual edit
- 13:0913:09, 13 June 2024 diff hist −4 Template:Tri-mode →Tri-Mode Tag: Visual edit
- 13:0813:08, 13 June 2024 diff hist −24 SSD No edit summary Tag: Visual edit
- 13:0813:08, 13 June 2024 diff hist +345 Template:Tri-mode →Storage Today vs Tri-mode Tag: Visual edit
- 13:0213:02, 13 June 2024 diff hist −1 Template:Tri-mode →Tri-Mode Tag: Visual edit
- 13:0213:02, 13 June 2024 diff hist +351 Template:Tri-mode No edit summary Tag: Visual edit
- 13:0113:01, 13 June 2024 diff hist +16 N File:Tri-mode storage.png No edit summary current
- 13:0013:00, 13 June 2024 diff hist +20 N File:Storage Today & Past.png No edit summary current
- 12:5812:58, 13 June 2024 diff hist +18 SSD No edit summary Tag: Visual edit
- 12:5812:58, 13 June 2024 diff hist +906 N Template:Tri-mode Created page with " == Tri-Mode == thumb|408x408px|Tri-mode<ref>https://medium.com/@bilgin.ozturk/what-is-tri-mode-controller-why-is-it-so-important-db97129cc0f5</ref> Tri-Mode controllers make this SATA/SAS/NVME interface mess simple by using a single controller, expander, and disk backplane. Tri-mode controllers alone are not enough, here the disc backplanes also come into play. For the perfect Tri-Mode operation, system needs to have • One Backplane • One c..." Tag: Visual edit
- 12:4912:49, 13 June 2024 diff hist +8 N File:Tri-mode.png No edit summary current
- 12:4412:44, 13 June 2024 diff hist +894 N Serial ATA Created page with " == Protocoles and kernel param == {| class="wikitable" |+ !Name !Description |- |Native Command Queuing (NCQ) |an extension of the Serial ATA protocol allowing hard disk drives to internally optimize the order in which received read and write commands are executed. this param looks highly relative the discussion on [https://forum.armbian.com/topic/15937-sata-issue-drive-resets-atax00-failed-command-read-fpdma-queued/ SATA issue, drive resets: ataX.00: failed command: R..." current Tag: Visual edit
- 12:3712:37, 13 June 2024 diff hist +31 SSD No edit summary Tag: Visual edit