A blog to compile what I have learned (and what I am learning) about Mandriva (and GNU/Linux in general) since 2009, when I migrated. Current distros I'm using: OpenMandriva Lx ROME 5.0, Mageia 9, MX 19, Manjaro 23.1, and Elive 3.
lunes, 24 de octubre de 2016
The Blog of Helios: Of Life, Linux and Karma Angels
This is perhaps one of the most beautiful stories I have read in the Linux community. The Blog of Helios: Of Life, Linux and Karma Angels
miércoles, 5 de octubre de 2016
Steam woes in OpenMandriva.... Again!
Steam updated today and, as a nasty surprise, I hit the same problem I had before with it.
I tried the solution here, but it was not working this time: the code reverted to its original form, preventing the Steam runtime to work.
Then, I realized that I was including the brackets in the code.... Stupid mistake.
I removed them and, voila, Steam unpacked the runtime and opened the user interface.
I tried the solution here, but it was not working this time: the code reverted to its original form, preventing the Steam runtime to work.
Then, I realized that I was including the brackets in the code.... Stupid mistake.
>tar --blocking-factor=${BF} -xf "$2" -C "$3" |
>zenity --progress --auto-close --no-cancel --width 400 --text="$1"
I removed them and, voila, Steam unpacked the runtime and opened the user interface.
tar --blocking-factor=${BF} -xf "$2" -C "$3" |
zenity --progress --auto-close --no-cancel --width 400 --text="$1"
Suscribirse a:
Entradas (Atom)
14 Years?! Happy anniversary, Mandriva Chronicles!
Yes, today is the 14th anniversary of this humble blog, which I created to register my experiences as a Linux user. What has changed since ...
-
Linux is commonly de-famed as an operating system for computer gurus and, in the Linux world, many people believe that the only user-friendl...
-
A few days ago, thanks to one student, I realized that something funny was happening with my Linux netbook. He said that it was weird that I...