Home New Trending Search
About Privacy Terms
#
#LinuxTips
Posts tagged #LinuxTips on Bluesky
Post image

⚡ Moving between folders in Linux?

Use `cd` to change directories instantly 📂

Your navigation tool in the terminal.

#LinuxTips #CommandLine #LinuxLearning #Terminal

0 0 0 0
Post image

🔐 Need admin privileges?

Use sudo to run commands as the superuser safely 📂
Control your system with elevated permissions.

#LinuxTips #CommandLine #LinuxLearning #Terminal

0 0 0 0
Post image

⚡ New to Linux?

Use ls to quickly view files and folders in your current directory 📁

Your first step into the command line.

#LinuxTips #CommandLine #LinuxLearning #Terminal

0 0 0 0
Preview
ADAILY.DEV - Desafio Diário para Developers & DevOps Teste suas habilidades com um novo desafio todos os dias. Cenários reais de produção te esperam.

Eu consegui superar a Daily de hoje! Você consegue? Developer - 1m 42s 🚀 #LINUXtips #AdailyDev #DevOps #Developer adaily.dev by @linuxtips.io

1 0 0 0
Preview
How to Enable AI Agents in ONLYOFFICE on Linux Learn how to enable AI agents in ONLYOFFICE Desktop Editors to automate document editing, generate content, analyze files, and boost productivity on Linux.

How to Enable #AIAgents in #ONLYOFFICE on #Linux || #LinuxTips #OpenSource bit.ly/4beTlvo

1 0 0 0
Shell code fragment
p=long_run_prog_name
while pgrep $p >/dev/null
do
    echo $(date -Isec) \
	 $(awk -v s=$(stat -c %s infile) '/pos/{printf "%.3f %%\n", 100*$2/s}' \
	       $(eval echo /proc/{$(pgrep -d, $p)}/fdinfo/3) )
    sleep 30
done

Shell code fragment p=long_run_prog_name while pgrep $p >/dev/null do echo $(date -Isec) \ $(awk -v s=$(stat -c %s infile) '/pos/{printf "%.3f %%\n", 100*$2/s}' \ $(eval echo /proc/{$(pgrep -d, $p)}/fdinfo/3) ) sleep 30 done

The 'pv' #Linux utility is quite nice as you can track any process read process with the -d option. But what if it is not installed?

p=long_run_prog_name; while pgrep $p >/dev/null; do echo $(date -Isec) $(awk -v s=$(stat -c %s infile) '/pos/{printf "%.3f […]

[Original post on mastodon.social]

0 0 0 0
Preview
How To Install 1panel On Debian 12 Light

💡 Pro tip for sysadmins & hosting providers:

1Panel provides a clean UI to manage apps, Docker and system services ⚙️

Learn how to install it on Debian 12 👇
wiki.crowncloud.net?How_to_insta...

#SysAdminLife #LinuxTips #DevOpsTools #SelfHosting

0 0 0 0
Post image

Sabías que os obxetivos de reciclaxe da Unión Europea para 2030, integrados na economía circular, esixen reciclar o 70% de todos os residuos de envases e alcanzar o 60% en residuos municipais, limitando o vertido ao 10%?

#BancoReciclaxeMilladoiro #reciclaxeelectrónica #linuxtips @concellodeames

0 0 0 0
Post image

⚡ Want to know how long your server has been running?

Use uptime to view uptime, users & load average instantly 📊

#LinuxTips #CommandLine #ServerMonitoring #Terminal

0 0 0 0
Post image

⚡ Need to check your server’s IP address?

Use ifconfig to view and manage network interfaces instantly 📡

#LinuxTips #CommandLine #NetworkTools #Terminal

0 0 0 0
Post image

⚡ App frozen or process stuck?

Use kill to stop running processes instantly 📊
Take control of your system.

#LinuxTips #CommandLine #ProcessManagement #Terminal

0 0 0 0
Preview
Cómo cambiar el nombre de una interfaz de red en GNULinux Debian Cuando existen multitud de interfaces de red en nuestro equipo con GNULinux, a veces es dificil saber a que red corresponde cada una de ellas y es necesario estar mirando la IP y la máscara de red que tiene asociada la interfaz de red. En GNULinux podemos cambiar el nombre de nuestras interfaces d...

¿Listo para renombrar tu interfaz de red en Debian? 🚀🛠️ Cambia el nombre sin complicaciones y mejora tu flujo de trabajo. #LinuxTips #Debian #NetConfig

1 0 0 0
Preview
ADAILY.DEV - Desafio Diário para Developers & DevOps Teste suas habilidades com um novo desafio todos os dias. Cenários reais de produção te esperam.

Eu dominei a Daily Expert de hoje! Você consegue? Developer - 22m 01s 🏆 #LINUXtips #AdailyDev #JavaScript #Developer adaily.dev by @linuxtips.io

0 0 0 0
Preview
Best Lightweight Linux Apps For 2GB RAM PCs (2026 Guide) Running Linux on a 2GB RAM machine? Discover the best lightweight Linux apps for 2GB RAM PCs in 2026 — from browsers to editors, media players to email clients — that keep your old hardware fast and f...

Running Linux on a 2GB RAM PC in 2026? You don't need expensive hardware to have a fast desktop.
Here are the best lightweight Linux apps that actually work — browsers, editors, media players & more 👇 techrefreshing.com/best-lightwe... #Linux #OpenSource #LightweightLinux #LinuxTips

2 0 0 0
Preview
How To Change Timezone On CentOS Stream 9 Light

💡 Pro tip for sysadmins:
Correct timezone settings prevent cron, logging, and app scheduling errors ⚙️

Learn how to change it on CentOS Stream 9 👇
wiki.crowncloud.net?How_To_Chang...

#LinuxAdministration #LinuxTips #Infrastructure #ServerConfig

0 0 0 0
Preview
strigus - Labs de Design de Sistemas | LINUXtips Plataforma interativa de aprendizado de arquitetura de containers e Kubernetes. Desafios gratuitos de design de sistemas criados pela LINUXtips.

🔥 Estou participando da Semana DevOps 2026 da LINUXtips! 6 dias de imersão prática. Use meu código ALEX-357F! #SemanaDevOps #LINUXtips #DevOps strigus.io/semana-devops

1 0 0 0
Preview
How to Set Battery Charge Thresholds on Linux with TLP - OSTechNix Learn how to extend your Linux laptop's battery lifespan by setting charge thresholds with TLP. Step-by-step config for major Laptop brands.

Learn how to extend your Linux laptop's battery lifespan by setting charge thresholds with TLP in Linux. Step-by-step config for all major Laptop brands.

Step-by-Step Guide here: ostechnix.com/linux-batter...

#tlp #LaptopBattery #ChargeThreshold #Linuxtips #Linuxhowto #CLI

1 0 0 0
Preview
How To Install WordPress With LEMP Stack On Ubuntu 22 04 Light

Pro tip for sysadmins & site owners:

LEMP + WordPress delivers better performance under load ⚙️

Learn how to configure it on Ubuntu 22.04 👇
wiki.crowncloud.net?How_to_Insta...

#SysAdminLife #LinuxTips #WebDevelopment #HostingSolutions

1 0 0 0
Preview
Cómo usar cd, pushd, popd, and zoxide en Linux | Comandos Linux | CIBERED Domina la navegación en Linux: más allá de cd con pushd, popd y zoxide. Atajos, wildcards y navegación inteligente. ¡Acelera tu terminal hoy!

📁 ¿Cómo usar correctamente el comando cd? Aprende los comandos pushd, popd y zoxide en Linux cibered.com/tutoriales/c...

#ComandoCD #LinuxTips #TerminalLinux #Cibered

0 0 0 0

🔥 Estou participando da Semana DevOps 2026 da LINUXtips! 6 dias de imersão prática. Use meu código ALEX-9D3E! #SemanaDevOps #LINUXtips #DevOps

1 0 0 0
Post image

⚡ Website not loading? Server unreachable?

Use ping to diagnose connectivity issues in seconds 📡

Know if it’s up - or down.

#LinuxTips #CommandLine #NetworkDiagnostics #Termina

0 0 0 0
Post image

⚡ Server feeling slow?

Use free -h to check memory usage in human-readable format 📊

See RAM & swap at a glance.

#LinuxTips #CommandLine #ServerMonitoring #Terminal

0 0 0 0
Preview
How To Install Firezone UI For WireGuard VPN On Debian 12 Light

💡 Pro tip for sysadmins & remote teams:

Firezone adds a powerful dashboard and access controls to WireGuard ⚙️

Learn how to install it on Debian 12 👇
wiki.crowncloud.net?How_to_Insta...

#SysAdminLife #LinuxTips #SecureAccess #DevOpsTools

0 0 0 0
Preview
Linux Distros With The Longest Support Cycle (2026 Official Data) Looking for a Linux distro that won't leave you scrambling with forced upgrades? Discover the top Linux distros with the longest support cycle, from Ubuntu's 15-year coverage to RHEL's enterprise-grad...

Linux Distros with the Longest Support Cycle (2026)
techrefreshing.com/linux-distro...
#Linux #LinuxServer #Ubuntu #RHEL #OpenSource #SysAdmin #DevOps #LinuxTips #EnterpriseTech

1 0 0 0
Post image

⚡ Lost in the terminal?

Use pwd to print your current working directory instantly 📂

No confusion. Just clarity.

#LinuxTips #CommandLine #LinuxLearning #Terminal

1 0 0 0
Post image

⚡ Need to quickly view a file?

Use cat to display contents instantly in your terminal 📂

Clean output. Zero hassle.

#LinuxTips #CommandLine #LinuxLearning #Terminal

0 0 0 0
Post image

Organizing files or setting up a project?

Use #mkdir to create directories in seconds 📂

Clean structure. Better workflow.

#LinuxTips #CommandLine #LinuxLearning #Terminal

1 0 0 0
Post image

Running into permission or ownership issues?

Use chown to assign the correct user and group.

Fix access the right way.

#LinuxTips #CommandLine #LinuxLearning #Terminal

0 0 0 0
Post image

Server running slow?

Use top to instantly see what’s consuming CPU & RAM.

Real-time monitoring made simple.

#LinuxTips #CommandLine #PerformanceMonitoring #Terminal

0 0 0 0
Post image

Getting “Permission denied” errors?

Use chmod to change file permissions quickly and correctly.

Control who can read, write & execute.

#LinuxTips #CommandLine #LinuxLearning #Terminal

0 0 0 0