digital rights

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
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
The Importance of Open Standards in Brazilian Education

The Importance of Open Standards in Brazilian Education

The Importance of Open Standards in Brazilian Education

You run into file problems all the time. A lesson plan created in one program refuses to open properly on another. Open standards in Brazilian education solve this by letting different tools read and edit the same content without extra conversion steps.

Start by picking formats that already work everywhere

Choose document and data types that follow published rules instead of proprietary ones. In practice this means ODF for text and spreadsheets, HTML or PDF/A for final materials, and IMS LTI or SCORM when you plug in learning platforms.

  • Lesson plans saved as .odt open on LibreOffice, Google Docs, or Microsoft Word.
  • Student records exported in CSV stay readable by any database used by state secretariats.
  • Quizzes packaged with SCORM run inside Moodle, Canvas, or the ministry’s own system.

Reduce license costs in municipal networks

Many city education departments still pay per seat for office suites and learning management systems. Switching to tools that read open formats cuts those recurring fees. One mid-sized São Paulo municipality moved 180 schools to LibreOffice and an open-source Moodle fork; annual license savings paid for new teacher laptops within two years.

Keep materials usable after vendor changes

Proprietary formats can become unreadable once a company stops supporting them. Open standards keep the same files readable for decades. A Rio de Janeiro state archive still opens 2008 teacher training modules because they were stored as ODF and PDF/A rather than an old .doc version.

Check compatibility before you buy or adopt

Use this short checklist when evaluating any new platform or template:

  1. Can we export and import using ODF or CSV without data loss?
  2. Does the system accept LTI or SCORM packages from other vendors?
  3. Will the exported files open in at least two different free programs?
  4. Are the file specifications publicly documented?

Compare common choices side by side

Task Closed format example Open standard option
Lesson plans .docx only .odt + PDF/A
Student grades Locked spreadsheet CSV + simple database
Online courses Custom SCORM lock-in Standard SCORM or LTI

Run a one-week test with two schools. Export the same set of files in both closed and open formats, then open them on the machines teachers actually use. The difference in extra clicks and support tickets shows up fast.

Posted by admin in Community & Culture, 0 comments