Xose Vazquez Perez
Xose Vazquez Perez
**GeckoMain** only appears with other options/tools: ``` $ ps -e -o pid,ppid,tid,cmd | grep -E '[f]iref|[G]ecko' 747 721 747 /usr/lib64/firefox/firefox 916 747 916 /usr/lib64/firefox/firefox -contentproc -parentBuildID 20211101141339 -prefsLen 1 -prefMapSize...
recent firefox releases replace "GeckoMain" with "firefox"
The original Google Reader keyboard shortcuts page was deleted time ago, and now it was also removed from the Google cache system. I did save the complete html page. Drop...
Maybe some code of these proyects can help: - getFavicon http://g.etfv.co/ code: http://github.com/potatolondon/getfavicon - commafeed implementation(java): http://github.com/Athou/commafeed/blob/master/src/main/java/com/commafeed/backend/feeds/FaviconFetcher.java
@kloczek > If may I ask you to have look on all Fedora parches https://src.fedoraproject.org/rpms/ppp/tree/master There is also a lot of pending patches, at least, in Debian and OpenWrt: Debian...
> > @kloczek > > > If may I ask you to have look on all Fedora parches https://src.fedoraproject.org/rpms/ppp/tree/master > > > > > > There is also a lot...
Apple's ppp is at: https://opensource.apple.com/tarballs/ppp/
Did you apply this (**UNTESTED**) patch: https://paste.debian.net/plain/1198106 **It is NOT included in the ltfs repository.** do: `$ patch -p1 < 1198106` recompile it and run:`# ltfs -o device_list`
Do other LTO tape drive models work? Also, you can try the stable branch: `git clone -b v2.4-stable https://github.com/LinearTapeFileSystem/ltfs.git` or `git checkout v2.4-stable `# on a downloaded repo And recompile...
> Hmm, it is little bit strange to me. In RHEL7/8, `-W and -Wall` is already specified. I don't know why it doesn't set in Fedora 34. You and I...