privacy

Securing Your Communications: GNU/Linux and Encryption

Securing Your Communications: GNU/Linux and Encryption

Securing Your Communications: GNU/Linux and Encryption

Encryption on GNU/Linux keeps your messages and files private. You can start with tools already in most distros and add a couple more when needed.

Generate your GPG key

Most people use GnuPG for email and file signing. Run this in a terminal:

gpg --full-generate-key
  1. Choose RSA and RSA (default).
  2. Set key size to 4096.
  3. Pick an expiration date you can manage, such as two years.
  4. Enter your real name and email exactly as you use them.
  5. Set a strong passphrase and store it in a password manager.

Encrypt email with Thunderbird

Thunderbird handles GPG out of the box once you install the Enigmail extension or use the built-in OpenPGP support in recent versions.

  • Import your key: Account Settings → End-to-End Encryption → Add Key.
  • Send an encrypted test message to yourself first.
  • Ask a contact for their public key and add it to your keyring with gpg --import.

Replies stay encrypted only if both sides have each other’s keys.

Encrypt files before sending

Use age for simple file encryption when you do not need the full GPG feature set.

age -r [email protected] -o file.txt.age file.txt

The recipient decrypts with their private key:

age -d -i ~/.ssh/id_ed25519 -o file.txt file.txt.age

age works well for sharing documents over email or cloud storage that you do not fully trust.

Choose chat apps with real encryption

Signal Desktop runs cleanly on GNU/Linux and uses the same protocol as the phone app.

App Protocol Notes
Signal Signal Protocol Default E2E, works on most distros
Element Matrix Self-host option, good for teams
Session Oxen No phone number required

Install from your package manager or Flatpak to keep the app updated automatically.

Back up and protect your keys

Copy your private key to an offline USB drive you keep in a safe place:

gpg --export-secret-keys --armor [email protected] > backup.asc

Never store the backup on any machine connected to the internet. Test restore once a year so you know the passphrase still works.

Posted by admin in Guides & Tutorials, 0 comments
How to Start Using Linux in Brazil: A Beginner’s Guide

How to Start Using Linux in Brazil: A Beginner’s Guide

How to Start Using Linux in Brazil: A Beginner’s Guide

Start by running Linux inside your current Windows setup. This avoids any risk to your files while you test the waters.

Pick a distro that works well here

Most people in Brazil do fine with Ubuntu or Linux Mint. Both come with Portuguese language support out of the box and have local download servers that keep updates fast.

  • Ubuntu: good if you want the most community help in Portuguese forums.
  • Linux Mint: feels closer to Windows and runs lighter on older machines common in Brazilian homes.

Install it without touching your hard drive

Download VirtualBox from the official site, then grab an Ubuntu ISO from ubuntu.com. Follow these steps:

  1. Open VirtualBox and create a new machine with 4 GB RAM and 25 GB virtual disk.
  2. Attach the ISO and start the machine.
  3. Choose “Try Ubuntu” first so nothing installs yet.
  4. Once inside, open the browser and test if your Wi-Fi and mouse work.

After an hour of use you can decide whether to install it for real later.

Adjust settings for Brazilian daily life

After the first boot, open Settings and set these items right away:

Setting What to do
Language Switch to Português (Brasil)
Keyboard Choose ABNT2 layout
Time zone America/Sao_Paulo
Updates Pick the nearest mirror in Software & Updates

This makes LibreOffice show dates in dd/mm/yyyy and lets you type accents without extra work.

Handle real tasks right away

Open the terminal and run these commands to get common tools:

  • sudo apt update && sudo apt install vlc gimp libreoffice
  • sudo apt install steam for games

If your bank app refuses to run, install it through the browser first. Most Brazilian banks now work fine in Firefox after you enable the “Use hardware acceleration” option.

Join the Ubuntu Brasil group on Telegram or the local subreddit for quick answers when something breaks. People answer in Portuguese within minutes during the day.

Posted by admin in Guides & Tutorials, 0 comments
Open Source Alternatives to Popular Proprietary Software

Open Source Alternatives to Popular Proprietary Software

Open Source Alternatives to Popular Proprietary Software

You can drop most paid tools and switch to free options that cover real daily work without subscriptions.

Office and Documents

Start here if you send files to clients or coworkers who still use Microsoft formats.

  • Word documents: LibreOffice Writer opens .docx files and keeps formatting intact in most cases.
  • Spreadsheets: LibreOffice Calc handles basic formulas, charts, and exports to .xlsx without issues.
  • Presentations: LibreOffice Impress replaces PowerPoint for simple slides you can save as .pptx.

Install LibreOffice from the official site, open your existing files, and test one client document first. It takes about ten minutes on most machines.

Task Proprietary Open source swap
Edit contracts Word LibreOffice Writer
Budget tracking Excel LibreOffice Calc
Team slides PowerPoint LibreOffice Impress

Photo Editing

GIMP handles the same core jobs as Photoshop for most non-studio users.

Open a photo, crop it, adjust levels, add a text layer, then export as PNG or JPEG. The interface looks different at first, so give yourself one afternoon to learn the main tools. Many designers keep both programs during the switch and move projects over gradually.

Posted by admin in Community & Culture, 0 comments
VPNs and Digital Rights in Brazil

VPNs and Digital Rights in Brazil

VPNs and Digital Rights in Brazil

If you want to keep your browsing private from your ISP and reduce tracking under Brazil’s LGPD rules, start with a no-logs VPN that has servers in São Paulo or Rio. This setup hides your traffic from your provider and lets you reach content that local networks sometimes restrict.

Setting Up Your VPN in Brazil

Pick a provider with audited no-logs policies and fast local servers. Install the app on your phone or laptop, then follow these steps.

  1. Create an account and pay with a method that does not tie directly to your CPF.
  2. Connect to a Brazilian server first for lower latency on local sites.
  3. Switch to a server in Europe or the US when you need access to international news or streaming that gets blocked on some Brazilian connections.
  4. Turn on the kill switch so your real IP never leaks if the connection drops.

Test it on public Wi-Fi at a café in Copacabana. Without the VPN your MAC address and traffic stay visible to the network owner. With it active, only the VPN server sees the destination.

How a VPN Fits Brazilian Privacy Rules

LGPD gives you rights to know what data companies hold about you. Your ISP can still log metadata unless you route everything through a VPN first. That single change stops routine collection of the sites you visit.

  • During election periods some regional networks limit certain political pages. A VPN lets you reach the same pages from an IP outside the filtered range.
  • If you run a small site or blog, a VPN masks your home IP from scrapers and hosting logs that authorities sometimes request.
  • Journalists and researchers in Brasília often keep a VPN on when checking foreign databases so their queries do not appear in ISP reports.

Check your provider’s jurisdiction. Servers based outside Brazil add another layer when local courts issue data orders. Update the app regularly so you keep the newest obfuscation options that work on restricted networks.

Posted by admin in Community & Culture, 0 comments
Free Software Solutions for Small Businesses in Brazil

Free Software Solutions for Small Businesses in Brazil

Free Software Solutions for Small Businesses in Brazil

You can equip a small business in Brazil with free tools that cover daily operations, from invoicing to customer records, without paying for licenses. Many of these run on modest hardware and support Portuguese.

Start by replacing paid office suites and basic accounting software with established open-source alternatives. Test one category at a time so you do not disrupt cash flow or daily work.

Core Tools and How to Set Them Up

Focus first on documents, spreadsheets, and simple accounting. These three areas cover most small-business needs in Brazil.

  • LibreOffice handles proposals, client contracts, and NF-e spreadsheets. A bakery in São Paulo switched last year and now exports PDF invoices directly from Calc.
  • GnuCash tracks income and expenses with Brazilian tax categories already available in its chart of accounts. Import bank CSV files each month and generate reports for the accountant.
  • Thunderbird plus Lightning manages email and shared calendars for a team of five or fewer.

Installation order on a Windows or Linux machine usually looks like this:

  1. Download LibreOffice from the official site and run the installer.
  2. Install GnuCash next and open the sample Brazilian company file.
  3. Add the Brazilian Portuguese dictionary in LibreOffice so spell-checking matches local terms.
Task Free Tool Real Example
Word processing & spreadsheets LibreOffice Monthly sales report for a three-person retail shop
Basic bookkeeping GnuCash Tracking supplier payments and client receivables
Team calendar Thunderbird + Lightning Shared shift schedule at a small clinic

Check the local business association or SEBRAE website for community lists of accountants already familiar with these files. That saves time when you need to hand over reports at tax season.

Posted by admin in Policy & Rights, 0 comments
Community Spotlight: Grassroots Free Software Groups in Brazil

Community Spotlight: Grassroots Free Software Groups in Brazil

Community Spotlight: Grassroots Free Software Groups in Brazil

You find these groups by searching for “software livre” plus your city name. Many run regular meetups where people install packages, debug scripts, and share hardware fixes without corporate backing.

Locating a Group in Your City

Start with the obvious search. Then move to direct contact.

  1. Type “software livre [your city]” into a search engine and note the first three forum or Telegram links that appear.
  2. Send a short message introducing yourself and asking for the next meeting date.
  3. Show up with a laptop that already runs a free distro so you can test contributed packages on the spot.

Groups in São Paulo often meet at public tech hubs on Saturday mornings. In Porto Alegre the same crowd gathers at university labs after work hours.

Typical Activities You Will See

Meetings stay practical. One evening might focus on packaging a new printer driver for Ubuntu derivatives. Another covers setting up a local mirror for apt repositories so rural towns avoid slow international downloads.

  • Live installs of LibreOffice followed by template sharing for municipal paperwork.
  • Walk-throughs of GIMP scripts that volunteers created for school yearbook projects.
  • Hardware repair tables where old netbooks get new free firmware flashed.
City Focus this month Meeting spot
Recife Mesh network nodes Public library side room
Belo Horizonte Offline maps for buses Community center

First Visit Checklist

Bring a notebook and a charged phone. You do not need a presentation.

  • Ask which project the group needs help testing right now.
  • Offer to document one command that worked for you during the session.
  • Exchange contact details only with people who run the mailing list.

Leave when the room starts emptying. Follow up the next day with one small patch or note so the group remembers you.

Posted by admin in Community & Culture, 0 comments