Re: [Trisquel-users] Fan control X60

2020-08-02 Thread mason
When troubleshooting, start by doing a web search for your error. Here's the first Searx result: https://askubuntu.com/questions/954862/couldnt-be-accessed-by-user-apt-pkgacquirerun-13-permission-denied See if that helps.

[Trisquel-users] Fan control X60

2020-08-02 Thread tr33hugger
IBM Thinkpad X60, SSD, using synaptic package manager I installed 'thinkfan' but it didn't work so then tried 'fan control'and it didn't work.They both ouput errors; Selecting previously unselected package fancontrol. (Reading database ... 215860 files and directories currently installed.)

Re: [Trisquel-users] A script to interact with website

2020-08-02 Thread sabrinakitty
Thank you for the script and the article about SaaSS! I will be careful to not use any SaaSS in the future.

[Trisquel-users] Re : A script to interact with website

2020-08-02 Thread lcerf
I wrote that Shell script: #!/bin/sh if [ -z "$1" -o "$1" = "-h" -o "$1" = "--help" ] then printf "Usage: $0 word ... " exit fi for word in "$@" do printf "Translations for \"$word\": " w=$(printf "$1" | sed 's/ /+/g') wget https://www.multitran.com/m.exe?s=$w -qO - | grep

[Trisquel-users] Re : A script to interact with website

2020-08-02 Thread lcerf
It is... but I will not "help" SaaSS abuse you: https://www.gnu.org/philosophy/who-does-that-server-really-serve.html

[Trisquel-users] A script to interact with website

2020-08-02 Thread sabrinakitty
Hello There is a translation website, I'm trying to use curl to download a page and then extract the translation from html code and display it in the terminal window. The site accepts method GET, the = part is a string to translate. I want to use this site, because it provides multiple