Soluții

How to Keep Your Twitter Account Secure Without Having to Pay for the Privilege

Twitter in February 2023 announced that text message two-factor authentication (2FA) is set to become a premium feature for Twitter Blue accounts.

Twitter has said that it will soon be removing text message-based 2FA from non-paying accounts and turning it into a feature that will only be available to subscribers of its premium Twitter Blue offering, which costs $8 per month. This means that any users who don’t pay for a Blue subscription and rely on Twitter to send them an SMS text message code to complete the login process will have the feature turned off and removed from their accounts by March 20. Their account password will become the only barrier to access.

Aside from purely financial reasons (presumably it costs Twitter to send you a text), making text-based 2FA a paid-for perk is an odd decision on Twitter’s part.

Twitter has justified the policy change by saying, rightly, that SMS 2FA can be abused by bad actors. And there have indeed been “SIM swap attacks” where hackers convinced cell providers to assign a victim’s phone number to a device they control, and by taking control of a person’s phone number, the hacker can impersonate the victim, as well as receive text message codes to their account. But making SMS 2FA available only to Twitter Blue subscribers simply makes them more susceptible to attacks of this nature.

Twitter says that it is “committed to keeping people safe and secure on Twitter,” and it’s true that SMS 2FA is better than no 2FA at all, but its policy does nothing to encourage users to switch to a more secure form of 2FA – perhaps because doing so means paying Twitter absolutely nothing.

Switching to App-Based 2FA is the Solution.

[mai mult...]

Cum se instalează Microsoft Edge Browser pe Ubuntu 22.04

Microsoft Edge este un browser rapid și sigur pentru web-ul modern. Este construit cu Chromium, la fel ca cel folosit de browserul Google Chrome. În acest articol vă vom arăta cum să instalați browserul web Microsoft Edge Browser pe Ubuntu 22.04.

În prezent, pentru Linux previzualizarea dezvoltatorului este disponibilă, iar versiunea stabilă este disponibilă pe Windows, macOS, iOS și Android. Vă puteți sincroniza marcajele, istoricul și parolele pe toate dispozitivele dvs. folosind Edge ca și alt browser.

[mai mult...]

How to Run MySQL on Kubernetes With Oracle’s Operator

Kubernetes support for stateful applications has considerably matured over the past few years. Now it’s viable to locate your database inside your cluster, allowing it to benefit from the same scalability as your other workloads.

MySQL is one of the most popular relational database engines and it’s now augmented by an official Kubernetes operator. The Oracle-led open-source project provides a simple way to create managed MySQL clusters within Kubernetes.

[mai mult...]

How to Backup Kubernetes MySQL Operator Clusters

Oracle’s MySQL Operator for Kubernetes is a convenient way to automate MySQL database provisioning within your cluster. One of the operator’s headline features is integrated hands-off backup support that increases your resiliency. Backups copy your database to external storage on a recurring schedule.

This article will walk you through setting up backups to an Amazon S3-compatible object storage service. You’ll also see how to store backups in Oracle Cloud Infrastructure (OCI) storage or local persistent volumes inside your cluster.

[mai mult...]

How to Use Kubernetes Taints and Tolerations to Avoid Undesirable Scheduling

Taints and tolerations are a Kubernetes mechanism for controlling how Pods schedule to the Nodes in your cluster. Taints are applied to Nodes and act as a repelling barrier against new Pods. Tainted Nodes will only accept Pods that have been marked with a corresponding toleration.

Taints are one of the more advanced Kubernetes scheduling mechanisms. They facilitate many different use cases where you want to prevent Pods ending up on undesirable Nodes.

[mai mult...]