Stații de lucru

OS - Windows 8644 Solutii

Reguli si plangeri 8 Solutii

OS - OS X 407 Solutii

Reguli de configurare 11 Solutii

Licentiere 18 Solutii

Securitate 178 Solutii

Copie de rezerva (Backup) 68 Solutii

Antivirus 71 Solutii

Aplicatii specifice 4875 Solutii

Hardware 288 Solutii

How to unlock a Discord Server Tag for your server and community

Discord has a specific feature called Server Tags that allows members to display a 4-character tag from your server directly on their Custom Profile. This is the closest thing to what you’re describing where “people can use my server tag on their name”.

What are Server Tags?

  • A Server Tag is a custom, 4-character label paired with an icon.
  • It’s displayed on a member’s Custom Profile (not directly in their username like a discriminator used to be).
  • It allows members to proudly display a shared identity with your server.
  • Server Tags are not unique across Discord; different servers can use the same 4-character tag, but the combination of the tag and its associated icon helps distinguish them.
[mai mult...]

What is Bazzite and why i should install it as a gaming OS

Bazzite is a customized, gaming-focused variant of Fedora Atomic Desktops (specifically Kinoite), developed by the open-source team at Universal Blue. It is designed to deliver an optimized out-of-the-box gaming experience for both desktop PCs and handheld devices like the Steam Deck.

Create a Bootable USB Drive
Use a tool like:

Rufus (Windows)

dd (Linux/macOS)

balenaEtcher (Cross-platform)

Example with dd:

bash
Copy
Edit
sudo dd if=bazzite-xyz.iso of=/dev/sdX bs=4M status=progress && sync
Replace /dev/sdX with the path to your USB stick.

Boot and Install

  • Boot from the USB stick (adjust BIOS boot order if needed).
  • Bazzite will boot into a live environment.
  • Follow the Anaconda installer process:
  • Choose language, disk, and partitions.
  • Set up a user and password.

Install.

Warning: This will overwrite your target drive unless you’re dual-booting. Backup important data.

Post-Install Configuration
Once installed and rebooted into Bazzite:

1. First Boot Tasks
Log into your user account.

Perform initial update (if prompted) via GNOME Software or CLI.

bash
Copy
Edit
rpm-ostree upgrade
2. Steam Setup
Steam is preinstalled, but you can:

Log in to your account.

Enable Proton Experimental in settings for broader compatibility.

Add non-Steam games via Lutris/Bottles (already installed).

3. System Management Tools
Flatpak is your default app store:

bash
Copy
Edit
flatpak install flathub com.discordapp.Discord
Nix Package Manager is also supported (optional but powerful):

bash
Copy
Edit
curl -L https://nixos.org/nix/install | sh
4. Rebase to Another Variant (Optional)
Want to switch between KDE, GNOME, etc.?

bash
Copy
Edit
rpm-ostree rebase ostree-unverified:ghcr.io/ublue-os/bazzite-gnome:latest
Then reboot:

bash
Copy
Edit
systemctl reboot

Useful Bazzite CLI Commands
Command Description
rpm-ostree upgrade Check for and apply system updates
rpm-ostree install <pkg> Layer in additional RPM packages
rpm-ostree status View deployment status
rpm-ostree rollback Roll back to previous working deployment
flatpak install <app> Install Flatpak apps
bazzite-device-setup (Steam Deck) Reconfigures device-specific tweaks.

[mai mult...]