Bash Positional Parameters Linux Tips, Tricks and Tutorials on Linuxize 2026年1月28日 16:20 Positional parameters are Bash variables that hold arguments passed to a script or function. Learn how to use $1, $2, $@, $#, and the shift command in Bash.
How to Install Java on Ubuntu 24.04 Linux Tips, Tricks and Tutorials on Linuxize 2026年1月27日 18:00 Learn how to install OpenJDK and Oracle JDK on Ubuntu 24.04. Covers Java 21, 25, and other LTS versions.
How to Install Git on Ubuntu 24.04 Linux Tips, Tricks and Tutorials on Linuxize 2026年1月27日 16:00 Learn how to install and configure Git on Ubuntu 24.04 using apt, the Git PPA, or by compiling from source.
How to Install Node.js and npm on Ubuntu 24.04 Linux Tips, Tricks and Tutorials on Linuxize 2026年1月26日 17:00 Learn three ways to install Node.js and npm on Ubuntu 24.04: NodeSource repository, nvm, and default Ubuntu packages.
SSH Cheatsheet Linux Tips, Tricks and Tutorials on Linuxize 2026年1月26日 08:00 Quick reference for SSH commands and configuration
Python Dictionary: How to Create, Access, and Modify Linux Tips, Tricks and Tutorials on Linuxize 2020年4月6日 04:51 Learn how to use Python dictionaries to store key-value data. Covers creating, accessing, updating, and iterating with examples.
How to Generate SSH Keys on Linux Linux Tips, Tricks and Tutorials on Linuxize 2026年1月23日 21:00 Learn how to generate SSH keys on Linux using ssh-keygen, copy them to remote servers, and set up passwordless authentication.