#linuxtricks — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #linuxtricks, aggregated by home.social.
-
LA FRANCE LÂCHE MICROSOFT POUR LINUX ET L’OPENSOURCE !!!!
https://youtu.be/zhTqURiXh6o -
LA FRANCE LÂCHE MICROSOFT POUR LINUX ET L’OPENSOURCE !!!!
https://youtu.be/zhTqURiXh6o -
LA FRANCE LÂCHE MICROSOFT POUR LINUX ET L’OPENSOURCE !!!!
https://youtu.be/zhTqURiXh6o -
LA FRANCE LÂCHE MICROSOFT POUR LINUX ET L’OPENSOURCE !!!!
https://youtu.be/zhTqURiXh6o -
Want a harmless Linux trick? Here's how to enable the 'Activate Linux' watermark on your desktop.
Read more details here: https://ostechnix.com/activate-linux/
-
Want a harmless Linux trick? Here's how to enable the 'Activate Linux' watermark on your desktop.
Read more details here: https://ostechnix.com/activate-linux/
-
Want a harmless Linux trick? Here's how to enable the 'Activate Linux' watermark on your desktop.
Read more details here: https://ostechnix.com/activate-linux/
-
Want a harmless Linux trick? Here's how to enable the 'Activate Linux' watermark on your desktop.
Read more details here: https://ostechnix.com/activate-linux/
-
Want a harmless Linux trick? Here's how to enable the 'Activate Linux' watermark on your desktop.
Read more details here: https://ostechnix.com/activate-linux/
-
@adrien_d : Yumex renaît de ses cendres, ce synaptic de Fedora est un banger !
https://youtube.com/watch?v=7P3E0LgdfRM#Fedora #dnf #dnf5 #Flatpak #YumExtender #Yumex #Yumexng #LibAdwaita #Linuxtricks
-
@adrien_d : Yumex renaît de ses cendres, ce synaptic de Fedora est un banger !
https://youtube.com/watch?v=7P3E0LgdfRM#Fedora #dnf #dnf5 #Flatpak #YumExtender #Yumex #Yumexng #LibAdwaita #Linuxtricks
-
@adrien_d : Yumex renaît de ses cendres, ce synaptic de Fedora est un banger !
https://youtube.com/watch?v=7P3E0LgdfRM#Fedora #dnf #dnf5 #Flatpak #YumExtender #Yumex #Yumexng #LibAdwaita #Linuxtricks
-
@adrien_d : Yumex renaît de ses cendres, ce synaptic de Fedora est un banger !
https://youtube.com/watch?v=7P3E0LgdfRM#Fedora #dnf #dnf5 #Flatpak #YumExtender #Yumex #Yumexng #LibAdwaita #Linuxtricks
-
@adrien_d : Yumex renaît de ses cendres, ce synaptic de Fedora est un banger !
https://youtube.com/watch?v=7P3E0LgdfRM#Fedora #dnf #dnf5 #Flatpak #YumExtender #Yumex #Yumexng #LibAdwaita #Linuxtricks
-
#LTMLinuxTips - Day 4
Need a quick history recall? Use: history | tail
Start typing—press it again to cycle!
-
#LTMLinuxTips - Day 4
Need a quick history recall? Use: history | tail
Start typing—press it again to cycle!
-
#LTMLinuxTips - Day 4
Need a quick history recall? Use: history | tail
Start typing—press it again to cycle!
-
🐧 #LTMLinuxTips - Day 3
Forget to use sudo? Don't retype everything: sudo !!
It reruns your last command as root. Saved me more times than I can count!
-
🐧 #LTMLinuxTips - Day 2
Want to quickly find out what distro you're using?
Run: cat /etc/os-release
This gives you detailed info like distro name, version, and more.
-
Quand je vois ce qui est arrivé à Adrien #Linuxtricks, je repense à la description de ma chaîne #PeerTube : https://peertube-blablalinux.be/
-
How to Shrink Long or Multiple Commands into a Single Short Command
#Linux #LinuxTips #LinuxTricks #IT #SysAdmin #DevOps #Tech #LinuxCommand
https://linuxtldr.com/shrinking-long-or-multiple-commands-into-a-single-short-command/ -
"Linux-Nerds aufgepasst! Heute zeige ich euch, wie ihr mithilfe von 'grep' und 'sed' effizient Textdateien analysieren und bearbeiten könnt. 🔍💻 Mit dem Befehl 'grep -r' könnt ihr bestimmte Muster in Dateien rekursiv suchen, während 'sed -i' euch ermöglicht, Textänderungen inline vorzunehmen. Das spart Zeit und Nerven! Probiert es aus und erlebt die Magie der Kommandozeile! ✨🐧 #LinuxTricks #OpenSourceLove"
-
"Beim Verbinden mit einem entfernten Linux-Server über SSH könnt ihr die -X-Option verwenden, um eine grafische Benutzeroberfläche (GUI) von Anwendungen auf eurem lokalen Computer anzeigen zu lassen. Einfach 'ssh -X benutzername@server-ip' eingeben und die Freiheit einer GUI auf der Linux-Kommandozeile erleben! 🐧💻 #LinuxTricks"
-
Adrien #Linuxtricks - #Ubuntu 23.10 : Réactiver la possiblité d'installer des #DEB manuellement !
-
If you spend any amount of time on the command line and often need to read #Markdown .md files, for longer documents, wouldn't it be nice to see them formatted, and use the links?
You absolutely can using two utilities you probably already have on your system: #pandoc and #lynx.
I've added a function to my .bashrc to use it:
md() { pandoc $1 | lynx --stdin }
Usage:
md README.mdOf course, you can name the function anything you wish.
-
Bei der Verwendung von #Linux-Befehlen ist das Setzen von Aliasen äußerst nützlich. Mit 'alias' kannst du komplexe Befehle oder oft verwendete Befehlskombinationen als Abkürzung festlegen. Zum Beispiel 'alias ll='ls -lh', spart Zeit und vieles mehr! 💡✨#OpenSource #LinuxTricks
-
Der Befehl 'find' ist ein vielseitiges Werkzeug in Linux, um Dateien anhand von Kriterien zu suchen. Zum Finden von Dateien, die größer als 100MB sind, verwende 'find /pfad -size +100M'. Mit 'find /pfad -name *.txt' kannst du alle .txt-Dateien finden. #LinuxTricks #Commandline
-
Attempting to run Windows 10 software in Linux WINE on a machine originally only able to run Windows XP, LOL. #linuxtricks
-
🏵️ How much memory does my program use?
▶️ a frequent question on Stackoverflow▶️ People usually try to use top, atop,ps. But sometimes it's a little bit confusing
💎 Read this post by @brk0v - It shows modern Linux memory tools
https://biriukov.dev/docs/page-cache/7-how-much-memory-my-program-uses-or-the-tale-of-working-set-size/#linux #linuxtips #linuxtricks #sysadmins. #sysadmin #networking #netadmin #devops #softwareengineering
-
File permissions in Linux/Unix explained:
▶️ What is the meaning of the permission value how it is calculated
▶️ Octal representation of file permissions
https://vk9-sec.com/file-permissions-in-linux-unix/
Image credit:@alexxubyte
-
@Shinra
Un article intéressant sur #LinuxTricks sur le coût d'un test PCR.
https://www.linuxtricks.fr/news/11-le-sac-de-chips/478-covid-19-non-les-tests-pcr-ne-sont-pas-gratuits/ -
Adrien #Linuxtricks - #Ubuntu 23.10 : Réactiver la possiblité d'installer des #DEB manuellement !
-
Adrien #Linuxtricks - #Ubuntu 23.10 : Réactiver la possiblité d'installer des #DEB manuellement !
-
🐧 #LTMLinuxTips - Day 3
Forget to use sudo? Don't retype everything: sudo !!
It reruns your last command as root. Saved me more times than I can count!
-
🐧 #LTMLinuxTips - Day 3
Forget to use sudo? Don't retype everything: sudo !!
It reruns your last command as root. Saved me more times than I can count!
-
🐧 #LTMLinuxTips - Day 2
Want to quickly find out what distro you're using?
Run: cat /etc/os-release
This gives you detailed info like distro name, version, and more.
-
🐧 #LTMLinuxTips - Day 2
Want to quickly find out what distro you're using?
Run: cat /etc/os-release
This gives you detailed info like distro name, version, and more.
-
Quand je vois ce qui est arrivé à Adrien #Linuxtricks, je repense à la description de ma chaîne #PeerTube : https://peertube-blablalinux.be/
-
Quand je vois ce qui est arrivé à Adrien #Linuxtricks, je repense à la description de ma chaîne #PeerTube : https://peertube-blablalinux.be/
-
Quand je vois ce qui est arrivé à Adrien #Linuxtricks, je repense à la description de ma chaîne #PeerTube : https://peertube-blablalinux.be/
-
Quand je vois ce qui est arrivé à Adrien #Linuxtricks, je repense à la description de ma chaîne #PeerTube : https://peertube-blablalinux.be/
-
How to Shrink Long or Multiple Commands into a Single Short Command
#Linux #LinuxTips #LinuxTricks #IT #SysAdmin #DevOps #Tech #LinuxCommand
https://linuxtldr.com/shrinking-long-or-multiple-commands-into-a-single-short-command/ -
How to Shrink Long or Multiple Commands into a Single Short Command
#Linux #LinuxTips #LinuxTricks #IT #SysAdmin #DevOps #Tech #LinuxCommand
https://linuxtldr.com/shrinking-long-or-multiple-commands-into-a-single-short-command/ -
How to Shrink Long or Multiple Commands into a Single Short Command
#Linux #LinuxTips #LinuxTricks #IT #SysAdmin #DevOps #Tech #LinuxCommand
https://linuxtldr.com/shrinking-long-or-multiple-commands-into-a-single-short-command/ -
How to Shrink Long or Multiple Commands into a Single Short Command
#Linux #LinuxTips #LinuxTricks #IT #SysAdmin #DevOps #Tech #LinuxCommand
https://linuxtldr.com/shrinking-long-or-multiple-commands-into-a-single-short-command/ -
"🐧💻 Linux-Tipp: Mit dem Befehl 'grep -r "Suchbegriff" Pfad/' kannst du einen bestimmten Suchbegriff rekursiv in Dateien im angegebenen Pfad suchen. So findest du mühelos relevante Informationen in deinem gesamten Dateisystem. 🧐 #LinuxTricks #OpenSource"