Difference between revisions of "Linux: Landing Page"

From Define Wiki
Jump to navigation Jump to search
 
(35 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
== Linux General ==
 
== Linux General ==
 
+
* [[Creating an upload service using FastAPI - cern automation]]
 +
* [[Using Wazuh for SIEM and vulnerability assessment]]
 +
* [[Using metasploit for pen testing - on ubuntu 22.04 vm]]
 +
* [[Parsec on m60 remote cloud gaming]]
 +
* [[Installing and using KDB / Kx]]
 +
* [[Using cl1p.net for copying ssh keys from IPMI viewers (Or screen that don't support cut and paste)]]
 +
* [[Setting up Gitlab from scratch on centos 7]]
 +
* [[Certbot Letsencrypt Setting up standard web servers]]
 +
* [[HFT:Check the current CPU Speed]]
 +
* [[HFT: Setup and Optimization]]
 +
* [[Linux: Bash Completion]]
 
* [[Using netcat to install or copy .img or .img.xz files]]
 
* [[Using netcat to install or copy .img or .img.xz files]]
 +
* [[Using a tar file in a command like a file]]
 
* [[Software RAID with mdadm]]
 
* [[Software RAID with mdadm]]
 
* [[Linux: SSH tips and tricks]]
 
* [[Linux: SSH tips and tricks]]
 +
* [[Using a your laptop internet connection on a remote cluster]]
 
* [[Gnuplot: Plotting graphs]]
 
* [[Gnuplot: Plotting graphs]]
 
* [[RPM: Using the rpm command (Tips and tricks)]]
 
* [[RPM: Using the rpm command (Tips and tricks)]]
Line 25: Line 37:
 
* [[Linux: Installing a different kernel]]
 
* [[Linux: Installing a different kernel]]
 
* [[Linux: CPU frequency scaling in Linux with cpufreq]]
 
* [[Linux: CPU frequency scaling in Linux with cpufreq]]
 +
* [[Linux match drive labels to drive slots]]
 +
* [[Linux: Build cmake 2.8 on Centos 6]]
 +
* [[Linux: screen command]]
 +
* [[Linux: Creating a ramdisk with tmpfs and ramfs]]
 +
* [[Linux: Setting up NFS over RDMA]]
 +
* [[Linux: Enabling X Windows in CentOS | Enabling X Windows/GNOME/GUI in CentOS]]
 +
* [[Upgrading from Centos 8 Stream to Centos 9 Stream to Rocky 9]]
  
 
==Debugging==
 
==Debugging==
Line 30: Line 49:
 
* [[Linux: Network Debugging]]
 
* [[Linux: Network Debugging]]
 
* [[Linux: DNS Debugging]]
 
* [[Linux: DNS Debugging]]
 
==Server Managment==
 
* [[BIOS Recovery]]
 
* [[ipmitool: Basic installation and usage]]
 
* [[SMM: Supermicro Server Management]]
 
* [[MFU: Mass Firmware Update]]
 
* [[IPMICFG: Using the Supermicro utility ipmicfg (to update the FRU)]]
 
* [[SMCIBU: Supermicro BIOS Utility]]
 
 
== Virtualisation ==
 
* [[KVM: Installation and operation]]
 
* [[KVM: Tips and Tricks]]
 
* [[VMWare: vCentre Installation and Setup]]
 
* [[VMWare: Setting up PXE deployment for ESXi 5]]
 
 
== Switches ==
 
* [[Gnodal: Setting up the gnodal switch]]
 
 
 
== Raid Controllers ==
 
* [[RAID: Using MegaCli, the LSI command line interface]]
 
* [[MegaCli: LSI Command Line Tool commands]]
 
 
== Infiniband ==
 
* [[Install Qlogic OFED]]
 
* [[Intel/Qlogic IB]]
 
 
* [[Linux: Checking the Infiniband Fabric]]
 
* [[Linux: Checking the Infiniband Fabric]]
* [[Linux: Memory Limits on Mellonox OFED]]
+
* [[Linux: Mellanox - Changing VPI from IB to Eth]]
 +
* [[Linux: using ldapsearch to debug Active Directory]]
  
 
== ACL Test Pages ==
 
== ACL Test Pages ==
  
 
* [[External:Feedback]]
 
* [[External:Feedback]]
 +
 +
== Setting up a call home function ==
 +
* [[Linux: Setting up a call home function]]
 +
 +
== All things Python and Pytorch ==
 +
* [[Short MPI Tests using Pytorch example code]]
 +
* [[OSU Benchmarking with Python and Pytorch]]
 +
* [[Dockerfiles for setting up pytorch for AMD RoCM]]

Latest revision as of 16:02, 16 September 2024

Linux General

Debugging

ACL Test Pages

Setting up a call home function

All things Python and Pytorch