Difference between revisions of "Linux: Landing Page"
Jump to navigation
Jump to search
| (29 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 31: | Line 50: | ||
* [[Linux: DNS Debugging]] | * [[Linux: DNS Debugging]] | ||
* [[Linux: Checking the Infiniband Fabric]] | * [[Linux: Checking the Infiniband Fabric]] | ||
| + | * [[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
- 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 a tar file in a command like a file
- Software RAID with mdadm
- Linux: SSH tips and tricks
- Using a your laptop internet connection on a remote cluster
- Gnuplot: Plotting graphs
- RPM: Using the rpm command (Tips and tricks)
- Linux: Flush the cache
- Parted: Basic operations
- Bandwidth Shaping: Throttling eth0 upload/download speeds
- Yum: add a local cdrom repository
- Create a filesystem on a file
- Linux: Grant sudo access
- Linux: Setup static routes
- wget: Download files recursively from a location
- Linux: BIOS Raid Metadata
- Linux: VIM Commands
- Linux: Setting up SOL (Serial Over Lan)
- Iptables: Explanations, options & examples
- find: Tips and Tricks
- Linux: awk Tips and Tricks
- Linux: Runlevel editor
- Linux; Suse boot up issues
- Linux: Kernel Arguments
- Linux: Installing a different kernel
- 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
- Enabling X Windows/GNOME/GUI in CentOS
- Upgrading from Centos 8 Stream to Centos 9 Stream to Rocky 9
Debugging
- Linux: Network Debugging
- Linux: DNS Debugging
- Linux: Checking the Infiniband Fabric
- Linux: Mellanox - Changing VPI from IB to Eth
- Linux: using ldapsearch to debug Active Directory