Kahibaro
Discord Login Register

First-time setup

Logging in for the First Time

After installation and reboot, you’ll usually see a login screen (graphical display manager) or a text login prompt, depending on your setup.

If login fails, double‑check:

Completing Any Initial Wizard

Many desktop‑oriented distributions show a first‑run “welcome” or “setup” wizard.

Typical steps:

If you don’t see a wizard, these settings are usually available in “Settings” or “System Settings” inside the desktop.

Setting Up System Locale, Time, and Keyboard

Basic regional settings affect how dates, numbers, and text input behave.

Time and Date

Most graphical environments have:

Key options:

On text systems, this is often managed by tools like timedatectl or distro‑specific utilities (covered elsewhere).

Keyboard Layout

If your keyboard layout is wrong, symbols may not match keys.

Graphically:

Ensure you test:

Locale (Language and Formats)

Locale controls things like:

Graphically:

Some changes require logout/login or a reboot to fully apply.

Enabling and Checking Network Connectivity

Having a working network is important for updates and installing software later.

Wired (Ethernet)

Often works automatically:

If no connection:

Wi‑Fi

On graphical desktops:

  1. Click the network icon (often in the top or bottom bar).
  2. Select your Wi‑Fi network (SSID).
  3. Enter the Wi‑Fi password (WPA key).
  4. Confirm and wait for connection.

Check for:

On installations without a graphical environment, Wi‑Fi is usually configured using command‑line or text tools specific to your distribution, often done during or shortly after install.

Testing Connectivity

Basic tests from a terminal:

  ip a
  ping -c 3 8.8.8.8
  ping -c 3 example.com

If ping 8.8.8.8 works but ping example.com fails, DNS configuration might be the issue (covered in networking chapters).

Creating or Adjusting User Accounts

Some installers create:

For a single‑user desktop machine, one primary user is usually enough. For shared systems, you may want separate logins.

Graphically (varies by desktop):

  1. Open SettingsUsers or Accounts.
  2. Unlock / authenticate (you may need to enter your password).
  3. Add a new user:
    • Choose username and full name.
    • Set account type (standard vs administrator).
    • Set an initial password or generate one.
  4. Optionally change:
    • Profile picture.
    • Automatic login (only if you accept the security implications).

Log out and log back in as new users to verify accounts.

Basic Security and Privacy Adjustments

For a fresh system, make a few essential privacy and security decisions.

Screen Lock and Password on Wake

You want your session to lock when you’re away:

Automatic Login

Automatic login skips the password at boot. For a shared or portable device, it’s generally not recommended.

If you enable it:

Error Reporting and Telemetry

Some distributions optionally send usage or crash data:

These choices are personal; you can often change them later.

Installing Language Packs and Input Methods (Optional)

If you use multiple languages or need complex input methods (e.g., Chinese, Japanese, Korean, Indic scripts):

This is particularly important if the installer only installed partial language support.

Setting Up Basic Power and Battery Options

For laptops, correct power settings improve battery life and convenience.

In Settings → Power (names vary):

Ensure behavior matches your expectations to avoid data loss (e.g., laptop powering off in a bag).

Basic Appearance and Usability Settings

Minor adjustments now can make the system more comfortable to use.

Common tweaks (locations differ by desktop):

All of these are reversible, so experiment to see what suits you.

Enabling Basic Hardware Support

Drivers and firmware are addressed in more detail elsewhere; here you just verify basic hardware works.

Check:

If something is missing or misbehaving, dedicated driver configuration steps will come later, but note any problems you see now.

Getting Comfortable With the Desktop

You’ll learn desktop environments in detail in another chapter, but for first‑time setup:

This minimal orientation makes further learning much smoother.

Creating a Simple Restore Point (Where Available)

Some distributions provide built‑in snapshot or restore tools (e.g., Timeshift, Btrfs snapshots). If yours does:

If your system doesn’t include such a tool by default, you can set up backups later, once you’re more familiar with Linux.

Summary: A Minimal First-Time Checklist

For a fresh install, aim to complete at least:

  1. Login successfully.
  2. Confirm time, date, and time zone.
  3. Set keyboard layout and language/locale correctly.
  4. Ensure network connectivity works (wired or Wi‑Fi).
  5. Verify your user account and screen lock settings.
  6. Adjust basic power and display options.
  7. Quickly test sound and basic hardware.
  8. Familiarize yourself with the desktop, file manager, and terminal.

Once these are done, you’re ready for the later chapters on updating the system, installing software, and configuring drivers in more depth.

Views: 20

Comments

Please login to add a comment.

Don't have an account? Register now!