Configurare Sistem de operare
How to install and configure Debian 12
[mai mult...]Imposibilitate testare Chrome OS Flex de pe stick USB bootabil
In urma scrierii imaginii bootabile de Chrome OS Flex (fie cu instrumentul oferit de Google, fie cu aplicatii terte precum Rufus) pe un mediu de stocare extern, se poate observa ca desi acesta este bootabil totusi nu se reuseste utilizarea in regimul Guest.
[mai mult...]Intrerupere playback fisiere cu Repeat All pe Android TV media player – mediu de stocare extern
Daca se doreste redarea in regim de loop infinit a unor fisiere media (audio/video) arbitrare de pe un mediu de stocare extern pe un monitor/TV conectat la un device cu sistemul de operare Android TV, cel mai probabil se va observa ca aceasta facilitate functioneaza doar temporar (de ordinul orelor). Pentru perioade indelungate sunt necesare cateva setari specifice sau utilizarea unor aplicatii terte.
[mai mult...]How to install and configure Nagios Core
1.Prerequisites
Make sure your system is updated and install necessary packages:
Create a Nagios user and group:
Install required dependencies:
2. Install Nagios Core
Step 1: Download Nagios Core
Step 2: Compile and Install Nagios
Step 3: Set up Web Interface
Set up Apache user password:
Enable Apache modules and restart Apache:
3. Install Nagios Plugins
Nagios uses plugins to monitor services.
4. Install NRPE (for remote monitoring)
Edit the NRPE config file on remote hosts (/etc/nagios/nrpe.cfg
):
-
Add your Nagios server IP to
allowed_hosts
-
Restart NRPE:
sudo systemctl restart nagios-nrpe-server
On the Nagios server, install NRPE plugin:
5. Configure Nagios
Main configuration directory:/usr/local/nagios/etc/
Verify default config:
Enable additional configs in nagios.cfg
:
Create the directory:
6. Start Nagios and Access Web UI
Enable and start Nagios:
Access via browser:
http://<server_ip>/nagios/
Login with user: nagiosadmin
and the password you set earlier.
7. Add Hosts and Services
(/usr/local/nagios/etc/servers/webserver.cfg
):
Restart Nagios:
8. Optional Enhancements
-
Email alerts: Configure
contacts.cfg
with email details -
SSL for web UI: Use Let’s Encrypt or self-signed certs
-
Mobile UI: Install mobile-friendly frontends like
NagiosMobile
orNagios V-Shell
-
NagiosQL / Centreon: Use GUIs for easier management
-
Performance Graphing: Integrate with PNP4Nagios or NagiosGraph.
Check for errors:
Log file:/usr/local/nagios/var/nagios.log
Web Interface:
Monitor hosts/services and acknowledge problems.
How to install Peppermint OS
Peppermint OS is a lightweight Linux distro based on Debian or Devuan, designed for speed, efficiency, and minimal resource usage. It features the XFCE desktop environment with a clean, familiar layout, ideal for both beginners and advanced users.
-
Go to the official site: https://peppermintos.com/
-
Choose the latest Debian or Devuan flavor ISO
-
Download the 64-bit
.iso
file.
Create Bootable Installation Media
Use any of the following tools to write the ISO to a USB drive:
-
Windows: Rufus
-
Linux/macOS: balenaEtcher
Instructions (Rufus example):
-
Insert USB (minimum 4 GB)
-
Open Rufus, select your USB device
-
Choose the downloaded Peppermint
.iso
-
Click Start and wait until complete.
Step 3: Install Peppermint OS
-
Insert USB and boot your computer
-
Enter BIOS/UEFI and set USB as the first boot device
-
Save and reboot.
At the Boot Menu:
-
Select “Start Peppermint OS” to boot into the live environment
-
On the desktop, double-click “Install Peppermint OS”.
Installation Steps:
-
Choose your language and keyboard layout
-
Connect to Wi-Fi if needed
-
Choose installation type:
-
Erase disk (for clean install)
-
Manual partitioning (advanced users).
-
-
Set your time zone
-
Create your user account and password
-
Click Install.
✅ After installation completes, remove the USB and reboot.
Step 4: Post-Install Configuration
1. 🔁 Update your System
Open a terminal and run:
Or use the GUI Update Manager.
Install Web Browser
Peppermint is minimalist; if your preferred browser isn’t pre-installed:
Install Common Apps
Customize Appearance
-
Go to Menu > Settings > Appearance
-
Change theme, icons, and fonts
-
Use “Peppermint Welcome” for useful tweaks and guides.
Set Up Cloud Storage (Optional)
-
Install cloud clients like:
Or use web apps via the included ICE tool to create “site-specific browsers”.
System Tools & Performance Tips
1. Use ICE (Site-specific Browser Tool)
-
Launch ICE from the menu.
-
Turn a website (like Gmail or YouTube) into a standalone app.
2. Install Driver Manager
If not present:
Then go to Menu > Administration > Driver Manager to install proprietary drivers.
3. Enable Firewall
4.Install Flatpak Support
Then add Flatpak repo:
[mai mult...]