06/01/2025
TechNinjas
ZenithTech: Innovate. Elevate. Dominate. 💻🚀
#ZenithTech #Innovation #TechRevolution
@ZenithTech
06/01/2025
03/01/2025
03/01/2025
31/12/2024
🔅 Master Package Management in Linux with APT
Streamline software installation and updates with APT. 🛠
Update package lists:
sudo apt update
Upgrade installed packages:
sudo apt upgrade
Install new software:
sudo apt install package_name
Remove software:
sudo apt remove package_name
Clean up unused dependencies:
sudo apt autoremove
31/12/2024
🔅 Check Network Configuration in Linux
Easily view your network settings and troubleshoot issues. 🌐
Use this command:
ifconfig
Or, for a more detailed view:
ip addr show
Check your routing table:
route -n
Display active connections and listening ports:
netstat -tuln
31/12/2024
🔅 Harness the Power of Bash Scripting in Linux
Automate tasks and increase productivity with Bash scripting. 🤖
Create a new script file:
touch myscript.sh
Edit the script file:
nano myscript.sh
Add your commands:
#!/bin/bash
echo "Hello, world!"
Make the script executable:
chmod +x myscript.sh
Run your script:
/myscript.sh
31/12/2024
💻 Basic Linux Commands
31/12/2024
💻 What stop you from using Linux ?
Cliquez ici pour réclamer votre Listage Commercial.