Ohh that was a good one. best one I think.
Same as having a good backup strategy but didn’t try to restore once.
IT enthusiast & web developer from Switzerland
Ohh that was a good one. best one I think.
Same as having a good backup strategy but didn’t try to restore once.
there are everywhere and everytime excaptios
and yeah like instagram and whatsapp. every update makes the app worse. google assistant too
i already using many alternatives for myself. but for work and hobbies, i still need some of those google apps or social media platforms
it depends about which applications they are and how securitx affined you are. but as a normal user for most apps this is ok
I dont really use critical apps on my phone and on some important apps, i cant use them until I update them. So theres not a big risk or danger for not updating them. still there are some apps i update often but for the big all, twice a year must be enough
Hey thanks for the comment!
The plugins don’t get maintained by me, they’re getting maintained by the Grav team. I’m not very good in PHP too.
I plan to create an issue on GitHub if I know more and probably identified the code causing the problem.
Every shortcode is a PHP class and looks like this:
<?php
namespace Grav\Plugin\Shortcodes;
use Grav\Common\Utils;
use Thunder\Shortcode\Shortcode\ShortcodeInterface;
class ClearBothShortcode extends Shortcode
{
public function init()
{
$this->shortcode->getHandlers()->add('clearboth', function (ShortcodeInterface $sc) {
// Get shortcode content and parameters
$str = $sc->getContent();
$output = '<div style="clear: both;"></div>';
return $output;
});
}
}
with that, it should be possible to only call these classes.
She doesn’t have much money for a new laptop and since she won’t use it often, it’s enough to check mail, e-banking, … And we have some old laptops at home nobody uses, so we thought we could give it to her as a gift.
Eventually, she’ll buy a new ~400$ laptop later with some good specs, but that’s not in the upcoming months. But thanks for the help.
Yeah, it’s an old laptop. She doesn’t have much money for a new laptop and since she won’t use it often, it’s enough to check mail, e-banking, … And we have some old laptops at home nobody uses, so we thought we could give it to her as a gift.
Eventually, she’ll buy a new ~400$ laptop later with some good specs but that’s not in the next few months. But thanks for the tips.
Wow… thanks for this detailed info & guide! I’ll probably use the HP laptop with Mint Cinnamon, cause I don’t like that old retro look of xfce. A friend told me to try Lubuntu too, so let’s see.
I didn’t know about that Chrome/ Firefox performance “issue” on old laptops, so thank you! Isn’t there a way to disable flatpak at all? Thought on my Manjaro I could disable it, so eventually there is an option there too. OnlyOffice and uBlock were my guesses too. I’ll probably set up NextDNS and KDE Connect too.
using an ad blocker. personally, i use ad blockers for years and when i work on a friends laptop im shocked how much ads there are actually. i cant count on a hand how mucn i told my father he should use ad blocker browser and extenstion. and he wont do it. recently, i changed the DNS server on a router level to nextdns, where it blocks ads and trackers. he told me its amazing how smoother the experience is now
password managers. as an IT specialist i have about 300 login details for many services, personal, work and clients. every login has its own password and eventually email too. and i know sooooo many people who forgot their passwords (they have about 3 very similar ones but ok) and try them all until they find out they had to creat a new for that specific service. and they are so unaware about the dangers (for example fishing, SE, …) with this method.
I’m using Brave cause I love and need Chromium. Firefox and Vivaldi are great options too.
You could use a PiHole or nextdns.io too as a DNS blocker against ads and trackers.
for images, i use squoosh.app. it is a webapplication and not a desktop app. it can compress, convert & resize various image types. it is opensource and running offline (locally on your computer). github
I use Manjaro btw. with a HP printer.
YES, it works! (I just don’t print)
I like to tell IT newbies in their first year apprentice that sudo rm -fr /
removes the french language from the root, since in Swiss Windows, french comes as second keyboard layout and sometimes you accidentally switch and nobody likes it.
Somethimes their first linux is a VM, lucky them, but not always:)
as a young IT with friends who dont know much about IT i have to say that most around 20 use reddit, instagram, … cause its the only thing they know. everyone they know uses them and many of them want likes, …
if they would join the fediverse:
=> give it a few more years and get your friends, family & collegues on here and see the fediverse grow
You can’t really prevent a brute force attack. Even if you prevent it from one IP or so, you can still do “distributed” brute force attacks.
Also only allowing one password per 5 seconds or so per IP will not work if you have lots of users and they are at work and have the same IP.
as a swiss german (we capitalize nouns for those who don’t know), I sometimes automatically capitalize nouns when writing in english, especially when I just wrote something in german. Its a habit and at least for me, its really hard to prevent me doing it.
Same is for when I wrote mucn in english before, then writing something in german. Then everything is in lowercase.