An Ode to Linux Desktop Users Everywhere
levlaz.org
An Ode to Linux Desktop Users Everywhere
1–10 of 135 posts
Re: An Ode to Linux Desktop Users Everywhere
#2Re: An Ode to Linux Desktop Users Everywhere
#3Unfortunately, this is true, we have all been there.
``` # Restart Network Driver alias n="sudo modprobe -r ath10k_pci && sudo modprobe ath10k_pci" ``` And ended up stealing the Apple ad instead. Much more fun. :)
Re: An Ode to Linux Desktop Users Everywhere
#4Unfortunately, this is true, we have all been there.
I started writing a post about the latest addition to my ~/.bash_profile file: ``` # Restart Network Driver alias n="sudo modprobe -r ath10k_pci && sudo modprobe ath10k_pci" ``` And ended up stealing the Apple ad instead. Much more fun. :)
Re: An Ode to Linux Desktop Users Everywhere
#5Earlier quoted context omitted.
I started writing a post about the latest addition to my ~/.bash_profile file: ``` # Restart Network Driver alias n="sudo modprobe -r ath10k_pci && sudo modprobe ath10k_pci" ``` And ended up stealing the Apple ad instead. Much more fun. :)
does stuff in ~/.bash_profile also get executed when you return from suspend/hibernation or rather just at first boot?
Re: An Ode to Linux Desktop Users Everywhere
#6Earlier quoted context omitted.
does stuff in ~/.bash_profile also get executed when you return from suspend/hibernation or rather just at first boot?
Oh no, this is just an alias called `n` that I execute when the drivers are borked. Every other time that my laptop resumes from hibernate my wifi doesn't work. There is probably a much better solution here, but this one works for me.
this helped: http://askubuntu.com/questions/632719/my-wifi-drops-the-conn...
the fwlps=0 option disables the sleep feature altogether which might reduce battery life, but installing tlp gave me ~2 hrs extra per charge
Re: An Ode to Linux Desktop Users Everywhere
#7Earlier quoted context omitted.
Oh no, this is just an alias called `n` that I execute when the drivers are borked. Every other time that my laptop resumes from hibernate my wifi doesn't work. There is probably a much better solution here, but this one works for me.
i went through the same pains with my hp stream 11 this helped: http://askubuntu.com/questions/632719/my-wifi-drops-the-conn... the fwlps=0 option disables the sleep feature altogether which might reduce battery life, but installing tlp gave me ~2 hrs extra per charge
I am honestly proud to be in a community of users who would read that thread and not reinstall Windows. It takes a special breed.
Re: An Ode to Linux Desktop Users Everywhere
#8Earlier quoted context omitted.
i went through the same pains with my hp stream 11 this helped: http://askubuntu.com/questions/632719/my-wifi-drops-the-conn... the fwlps=0 option disables the sleep feature altogether which might reduce battery life, but installing tlp gave me ~2 hrs extra per charge
Nice! Thanks for sharing that. I think that AskUbuntu thread is a living testimonial to what I am trying to express through my trolly blog post. I am honestly proud to be in a community of users who would read that thread and not reinstall Windows. It takes a special breed.
i've followed you on twitter. keep writing good content!
Re: An Ode to Linux Desktop Users Everywhere
#9Earlier quoted context omitted.
Nice! Thanks for sharing that. I think that AskUbuntu thread is a living testimonial to what I am trying to express through my trolly blog post. I am honestly proud to be in a community of users who would read that thread and not reinstall Windows. It takes a special breed.
i'm reading your "about" page and thinking... what have i been doing all my life? i've followed you on twitter. keep writing good content!
Cheers!
Re: An Ode to Linux Desktop Users Everywhere
#10I think using a friendlier distro like Ubuntu or Fedora would probably be a lot better and give a much better experience.