Shortcut print the current page in MS Edge
Sa presupunem ca avem o pagina web pe care vrem sa o printam. Exact cum v-am obisnuit, avem varianta lunga sau scurta (keyboard shortcut) pentru aceasta operatiune.
[mai mult...]Soluții pentru problemele tale IT
Sa presupunem ca avem o pagina web pe care vrem sa o printam. Exact cum v-am obisnuit, avem varianta lunga sau scurta (keyboard shortcut) pentru aceasta operatiune.
[mai mult...]Exista un keyboard shortcut in Edge care ne va dechide Favorites, de unde putem face mai multe operatiuni asupra site-urilor salvate.
[mai mult...]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?
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
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.
If the Start menu isn’t working correctly, you can use PowerShell to fix it on Windows 11.
[mai mult...]