Skip to content

fhassan-ibm/intern-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

🚀 NVMe-CLI Internship Guide

Welcome to the NVMe-CLI Internship at IBM!
This guide contains all essential links, credentials, setup steps, development tooling, and terminal commands you will use throughout your internship.


⚠️ Critical HR & Administrative Tasks

⏱️ Weekly Time Logging (REQUIRED)

Log your hours every Friday before Noon


🎯 Internship Journey Tool (REQUIRED)


📝 Blueprint Form


🏢 IBM Internal Resources

🌐 General IBM Resources


🛠️ Tools & Software


🎓 Education & Training


🔐 Technical Access & Credentials

🧪 Lab Access


🖥️ HMC (Hardware Management Console)


💻 More Important Links

⚙️ NIM (Network Installation Management) 🔗 https://pages.github.ibm.com/Halbedaiwi/nim-installation/

📅 Intern Plan & Schedule

🔗 https://github.ibm.com/drc/2026-intern-plans/blob/main/nvme-cli-coverity/INTERN-SCHEDULE.md

🧩 NVMe-CLI Project Repository

🔗 https://github.com/linux-nvme/nvme-cli

🔐 Important Commands (System-Level Access)

ssh root@<ipaddress>
ex - ssh fhassan@ltcrain119-lp6.ltc.tadn.ibm.com
ssh <your_username>@<lpar_hostname>
ex - ssh root@ltcrain65-lp4.ltc.tadn.ibm.com
ibm-dnf.sh - important subscription resource

pwd             # Show current directory
cd <dir>        # Change directory
cd ..           # Go back one directory
cd ~            # Go to home directory
cat <file>      # View file contents
less <file>     # Scroll file
vim <file>      # Advanced editor
nano <file>     # Beginner editor
ls              # List files
ls -la          # Detailed list
mkdir <dir>     # Create directory
rm <file>       # Remove file
cp <src> <dst>  # Copy file
mv <src> <dst>  # Move/rename
hostname -I     # Show IP address
whoami          # Current user
df -h           # Disk usage
top             # Running processes

CLANG tools (once lpar is set up)
cd /root/nvme-cli

rm -rf .build
CC=clang CXX=clang meson setup .build
ninja -C .build scan-build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors