Stații de lucru
OS - Windows 8940 Solutii
Reguli si plangeri 9 Solutii
OS - OS X 410 Solutii
Reguli de configurare 12 Solutii
Licentiere 18 Solutii
Securitate 182 Solutii
Copie de rezerva (Backup) 68 Solutii
Antivirus 72 Solutii
Aplicatii specifice 5123 Solutii
Hardware 291 Solutii
How to unlock Enhanced Role Styles for your Discord Server and community
Discord has recently introduced a new feature called Enhanced Role Styles that allows you to make your roles visually stand out with gradient or holographic designs. This goes beyond the traditional solid color roles.
Here’s how to add Enhanced Role Styles for your server and community:
What are Enhanced Role Styles?
- Visually Appealing: Instead of just a solid color, you can choose a gradient (two-color fade) or a holographic effect for role names in chat and member lists.
- Stand Out: This makes important roles like “Admin,” “Moderator” or special “VIP” roles more noticeable.
- Server Boost Perk: Like Server Tags, Enhanced Role Styles are an additional perk that needs to be unlocked with Server Boosts.
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.
How to build your own DVR at home
[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.
How to reset the Start Menu on Windows 11
If the Start menu isn’t working correctly, you can use PowerShell to fix it on Windows 11.
[mai mult...]