Top videos
Filmare drona 10.07.2024 - DJI Mini 4 Pro - Oradea - Iosia Sud
how to install windows 11 on an older system that does not meet the hardware conditions - link to download rufus 3.18
https://barosoft.go.ro:5001/sharing/PX5N5n7Uq
NOTE: ON ENTIRE INSTALL PROCESS DISABLE INTERNET CONNECTION
Oradea - Arena Sportiva
Supraveghere video - test camere
Intersectia Decebal cu Tudor Vladimirescu
Dan si Bogdan - Tracking Subject - Drona DJI Mini 4 Pro - Zona Cihei
Un mod ușor și simplu de vizualizare a camerelor de supraveghere de la Tplink - Tapo C310 și Tapo C200
Setari pentru host virtual pe porturi diferite in directoare diferite si subdomenii diferite
Cu doar câteva click-uri și o achiziție la minim reușim să înregistram canalele TV. Tot aici observăm cât de ușor se poate transforma desktop-ul PC-ului intr-un TV. Vizualizare canale TV pe Desktop-ul de lucru al PC-ului.
How to update ubuntu desktop or server 22.10 (kinetic kudu) to 23.04 (luna lobster) desktop or server - procedure is same.
Command:
lsb_release -a
sudo su
apt update
apt upgrade
nano /etc/update-manager/release-upgrades (Replace Prompt=LTS with Prompt=normal)
apt dist-upgrade
apt install update-manager-core
do-release-upgrade -d
(For 22.04 to 22.10 run this command: do-release-upgrade -c)
Plaja Sulina
Pasaj Decebal finalizat & Proiect spital boli infectioase
Baile Felix - Plimbare
Oradea Centru Corso
Oradea - Henrik Ibsen - Nr. 5 - Iosia - vazuta din drona
1. You must have installed certbot if not install with this command: apt-get install python3-certbot-apache -y
2. Generate your real ssl certificate with certbot let's encrypt with this command: certbot --apache -d filerun.example.com
3. Note: you must run this command with port 80 open
4. Copy this files from let's encrypt folder: /etc/letsencrypt/live/your.domain.name
5. Rename this files: fullchain.pem rename to nume domeniu.cert and privkey.pem rename to nume domeniu.key
6. Put this files on cockpit certicates folder: /etc/cockpit/ws-certs.d
7. chown cockpit-ws:cockpit-ws <nume domeniu.cert> <nume domeniu.key>
8. systemctl restart cockpit