Getting started with C programming on Linux only requires one package: gcc Once you do that, you’re off to the races! π Summary of Commands: Source Code for ‘hello.c’ Demo
Category Archives: Uncategorized
Vim Searching – Advanced Tips
Summary of Commands
Re-run a command with sudo permissions
Here’s how to quickly re-run your previous command with sudo permissions. !! is the same as !-1 But you can also do
What Process is listening on each port?
To quickly see what process is listening on each network port, use the Linux command: ss
AI π€ is getting so good..
AI π€ is getting so good.. You canβt trust anything you see on the Internet. You have to think critically about all the information and always be skeptical. You know, what we should have ALWAYS BEEN DOING; since time immemorial! π
TMUX Copy Mode – Part 1 & 2
Part 1 Using TMUX but can’t scroll your output? This video is for you! Here we introduce TMUX’s Copy Mode. Copy Mode is how you Summary of Copy Mode Commands (defaults) Summary of TMUX Commands Part 2 Summary of TMUX Commands
NEVER GET LOST IN VIM AGAIN!
Are you new to Vim but every time you launch it.. Exiting feels like trying to escape a blackhole! ππ I just launched my Vim Crash Course and it will show you how to edit files, never get lost, and exit once and for all. π https://stan.store/raychavez/p/vim-crash-course-for-linux-users
TMUX Options
The following options are from TMUX version 3.2a You can view the details of each option in the tmux man page Video Demo Available server options Available Session Options Available window options Available Pane Options
Advanced Hot Keys (Bash)
Command Summary Bashβs default is to use these Emacs-style commands: Video Demo:
Supercharge your bash prompt w/ git info
Here’s the source code for the bash function and PS1 variable: Full Demo:
