Cum rezolvi eroarea „Serverul SQL nu răspunde”
O aplicație care folosește o bază de date SQL (SQL Server, MySQL, PostgreSQL etc.) nu poate accesa datele, afișând mesajul „Serverul SQL nu răspunde” sau „Cannot connect to database”.
[mai mult...]Soluții pentru problemele tale IT
O aplicație care folosește o bază de date SQL (SQL Server, MySQL, PostgreSQL etc.) nu poate accesa datele, afișând mesajul „Serverul SQL nu răspunde” sau „Cannot connect to database”.
[mai mult...]1. Download Solus Budgie
Go to the official Solus website: https://getsol.us.
Click Download → Select Budgie edition (the flagship desktop).
Download the .iso
file — about 2 GB.
After download, verify checksum (optional but recommended):
On Linux:
sha256sum Solus-*.iso
Compare with the checksum on the website.
On Windows: Use a tool like CertUtil
in Command Prompt:
certutil -hashfile Solus-*.iso SHA256
2. Create a Bootable USB
You’ll need an empty USB (≥4 GB).
On Windows: Use Rufus
Insert your USB.
Open Rufus → Select the Solus ISO → Leave partition scheme as GPT
(for UEFI).
Click Start.
On Linux: Use balenaEtcher
or the dd
command:
sudo dd if=Solus-*.iso of=/dev/sdX bs=4M status=progress
sync
(Replace /dev/sdX
with your USB device — be very careful!)
3. Install Solus Budgie
Boot from USB: Restart your PC, open BIOS/UEFI boot menu (F12
, Esc
, or F2
usually), select your USB drive.
Live environment: Choose “Start Solus” to boot into the live desktop.
Launch installer (icon on desktop).
Go through installer screens:
Language & Region
Keyboard Layout
Time Zone
Installation Type:
Erase disk (wipes all data — easiest)
Manual partitioning (if you dual-boot — you’ll need at least /
and swap
partitions; optionally /home
)
User Setup:
Create username, password, computer name.
Summary → click Install.
Wait until installation completes (~5–15 min).
Reboot and remove the USB when prompted.
4. Post-Installation Configuration
a. Update the system
Open Terminal and run:
sudo eopkg upgrade
This fetches the latest packages and security patches.
b. Install additional drivers (if needed)
Open DoFlicky (Solus Hardware Driver tool) from the menu.
It will suggest proprietary GPU/Wi-Fi drivers if required.
Install, reboot.
c. Enable firewall
Solus includes ufw
(Uncomplicated Firewall):
sudo eopkg install ufw
sudo systemctl enable --now ufw
sudo ufw enable
d. Essential apps
Solus uses eopkg
as its package manager. Examples:
# Web browsers
sudo eopkg install firefox
sudo eopkg install chromium
# Office suite
# Media player
sudo eopkg install vlc
Or use Software Center for a GUI approach.
e. Budgie desktop tweaks
Install Budgie settings:
sudo eopkg install budgie-desktop-view budgie-extras
Then open Budgie Desktop Settings:
Change Panel Layout
Add Applets (e.g., system monitor, workspace switcher)
Adjust Theme (icon packs, GTK theme)
5. Optional Customizations
Themes & Icons
sudo eopkg install arc-theme papirus-icon-theme
Then switch in Budgie Desktop Settings → Style.
Enable Night Light
Settings → Devices → Displays → Night Light
Adjust schedule and warmth.
Performance tweaks
Disable unneeded startup apps: Settings → Startup Applications
Install preload (caches frequently used apps):
sudo eopkg install preload
sudo systemctl enable --now preload
Snap & Flatpak support
Solus supports them for extra software:
# Flatpak
sudo eopkg install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# Snap