Duckduckgo could not load, delete data etc.
I tried to reinstall several times, but that did not work.
I removed the app manually in /apps/ - and installed the browser via brew:
# brew install duckduckgo
Then everything worked again.
Duckduckgo could not load, delete data etc.
I tried to reinstall several times, but that did not work.
I removed the app manually in /apps/ - and installed the browser via brew:
# brew install duckduckgo
Then everything worked again.
When two users are logged in at the same time the system lags. The amount of RAM is probably the issue. If that's the case:
By now upgrading seems impossible. The distro has reached "end of life". However the next release is not available. Many users have the same issue. I tried:
740 apt update
741 apt full-upgrade -y
742 apt search update-manager-core
743 do-release-i
744 do-release-upgrade
745 do-release-upgrade -d
746 apt full-upgrade -y
747 apt install -y update-manager-core
748 apt clean
749 apt update
750 do-release-upgrade
751 apt update
752 apt full-upgrade -y
753 apt clean
754 apt update
755 reboot
I butikken er den heller ikke nem at anvende. Når man indscanner varer i betalingsautomaten opstår følgende.
I could not log on from the app.
What an incompetent app.
The setup took me around 45 minutes ... whith idotic blocs like "too many log in attempts" - hell yes I could not log in and tried again. From the app the set up was virtually impossible.
However, I could log on and change old settings on the website.
Then I could use the app ... which feels very cumbersome.
Now the only thing missing is: the phone must be approved.
After yet another research I found out that the message probably ment: "since you are using mobile pay, you don't have to register the phone".
Have they tested this process? Or whethter the letters make sense?
However, there are no instructions as to how to do that ...
This is insane.
Now I will try out the app in the store ... I expect it to work like a breeze.
In the store
Well, I could not figure out how to use the thing. I scanned what I tried to buy on the self-pay-machine. Then a QR-code came with the text: try to pay via the app. That seemed ok. I used the QR, but could not pay.
I asked a coop-employee what to do. She suggested that I could scan the groceries again in the app and then pay. No thank you.
I payed via my creditcard.
Later on I tried in another shop. They told me that I had to scan a printed QR hanging in the shop and then use the app to pay.
O so cumbersome - what a waste of precious time.
After an update an unwanted notification distractor is placed on the log in screen. In my oppinion such a distractor is ok for those who want it. But it is unacceptable that you have to do this in order to turn it off.
Dear #Samsung: please stop this behavior!
I found this recipe: https://us.community.samsung.com/t5/Galaxy-S24/Galaxy-S24-How-do-I-turn-Now-Brief-off/td-p/3369497
Problem: every time I put on my Bluetooth headphones "Apple Music" starts - and sometimes it will even play music. This is most annoying.
Follow the instructions from noTunes, here.
Install NoTunes via brew:
# brew install --cask notunes
Open: Settings / General
Under "Open at login" click the + below and add "noTunes".
The MacBook Air will often freeze when I use an external screen along side with Outlook. On Microsoft's page I've seen that it's a socalled "known problem". They give this advice:
On my newly installed Ubuntu VSC's letters were too small. The settings in Ubuntu were tweaked and now they work all right. But VSC had it's own way of dispaying the windows.
After some duckduckgoing I found the solution: set the window zoom level to 2.
Perhaps this setting is usefull in other programs too?
How can I get a response from my device via the Mozart API?
Use curl along these lines:
curl --request GET \
--url http://192.168.*.*:80/api/v1/setup/remotes \
--header 'Accept: application/json'
The installation was easy, however on one of the first boots Bluetooth was not detected. The day after it worked, somehow ... The rest is moving data from my nine year old Ubuntu Server to Minisforum.
Minisforum came with Windows preinstalled. I opened Windows just to have a sneak peak, but I'm not a Windows fan. The installations is a nightmare. Spyware and payed solutions all over the place. During installation I dropped the Windows option, and installed Ubuntu on the system. Nope, Windows is not for me at all.
Boot Disk
I bought a usb-stick and formatted it on my work-Mac.
Recipe: https://ubuntu.com/tutorials/create-a-usb-stick-on-macos#1-overview
The usb-sticl was FAT32 formatted, so the only thing to do was to burn the Ubuntu-iso. Here I followed the recipe above, downloaded Etcher and booted from the stick.
How to boot from the install disk
Press F7 several times during boot. Now you'll get the option to try or install Ubuntu. I tried and ran the install.
Ubuntu - htop
Now what's system-wise. Everything seems to be up and running. No swap used here and now, however the only thing running is music via Tidal in a chrome-browser and a terminal.
Ubuntu: todo
From my Spam folder:
If you spammark LinkedIn they'll change the mail slightly ... so they continue on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on on and on
This time leaving LinkedIn Learning seemed like a success (again).
However this came up.
"So he tried leaving LinkedIn again. But did Per really leave linkedLn? Was he really off the hook? Or was he trapped in the never-ending Kafka'ish labyrinth? Watch out for the next episode of Leaving LinkedIn ..."
Business Insider
See this article - Business Insider: "LinkedIn Is Almost Impossible To Quit"
https://www.businessinsider.com/how-to-close-your-linkedin-account-2011-2#of-course-my-customer-service-rep-franois-just-copied-and-pasted-something-thats-already-in-the-help-center-and-isnt-useful-to-me-13
More and more share this experience. Leaving LinkedIn is impossible - and that's against the Law.
https://www.reddit.com/r/linkedin/comments/1d0a4ah/impossible_to_close_linkedin_account/
I got this answer.
Now there is a subscription to LinkedIn learning.
GPG: Show the stored password in the terminal
Send the content of the file to std out (-o):
# gpg -d -o - mySecrets.gpg
GPG: Encrypt a file
# gpg --encrypt --recipient recipient@example.com file.txt
The command will create the file file.gpg - and of course the file with the secret message must be deleted.
Also see the man page.