Accéder au contenu principal

Articles

Opening up HP Pavilion Gaming 15-EC1011NK laptop

 

Benchmarking my new HP Pavilion Gaming 15-EC1011NK laptop with UserBenchmark

It's the best way to test your  new machine. The tool doesn't require any installation, and the result is clear and simple. PS: I installed an external monitor to force the benchmark tool to test my Nvidia GeForce GTX 1660TI since it can't test it in normal mode. Results: UserBenchmarks: Game 62%, Desk 94%, Work 65% CPU: AMD Ryzen 7 4800H - 90.3% GPU: AMD RX Vega 8 4000 (iGPU) - 15.2% GPU: Nvidia GTX 1660-Ti (Mobile Max-Q) - 60.9% SSD: WDC PC SN530 SDBPNPZ-512G-1006 512GB - 223.8% RAM: Micron 8ATF2G64HZ-3G2E1 CT16G4SFRA32A.C8FE 32GB - 104.3% MBD: HP Pavilion Gaming Laptop 15-ec1xxx Comment: Very good CPU, decent GPU even for gaming, and a very fast NVMe drive. I'm quite satisfied with it.  AMD Ryzen is really performant and is considered the best CPU to go with nowadays for PCs and Workstations.  The Western Digital NVMe Drive is also amazing. Its read/write speed is impressive. Despite the weird look, this laptop is very good from a performance point of view. Full Benc...

Activer le pavé numérique par défaut dans Windows 10

 Si vous désirez que votre pavé numérique soit toujours activé dans Windows, voici la procédure : Cliquer avec le bouton droit sur le bouton démarrer et choisir "Exécuter" Taper "regedit" puis Entrée Naviguer dans l'éditeur de registre comme suit : "HKEY_USERS" --> ".DEFAULT" --> "Control Panel" --> "Keyboard". Double-cliquer sur "InitialKeyboardIndicators" Dans le champ "Données de la valeur" changer la valeur à "2147483650" Cliquer sur "OK" pour valider, quitter l'éditeur de registre et redémarrer la machine. Dorénavant, le pavé numérique sera actif par défaut !

Hypnotix: Can't edit or delete IPTV Providers [Solution]

If you are using Hypnotix for IPTV on Linux Mint or Other distro, there is an issue with editing or removing IPTV providers. According to this GitHub issue , it is related to a python script that should be modified. You need to be root to correct this issue. Steps : 1- Open the terminal and "sudo su" to earn root privileges 2- "cd /usr/lib/hypnotix" 3- Open the file "hypnotix.py" in your editor, for example "nano hypnotix.py" 4- Search for the string "name=provider.name" and replace it with "provider.name" 5- Save and close the file

Tunisia public IP Adresses - updated list (Cisco ASA Object)

 If you need to create a standard ASA ACL from/to Tunisian public IPs (for VPN for example), you can use this object group. object-group network Tunisia-Pool  network-object 102.104.0.0 255.248.0.0  network-object 102.128.0.0 255.255.192.0  network-object 102.141.204.0 255.255.254.0  network-object 102.152.0.0 255.248.0.0  network-object 102.164.112.0 255.255.254.0  network-object 102.168.0.0 255.248.0.0  network-object 102.24.0.0 255.248.0.0  network-object 102.240.0.0 255.252.0.0  network-object host 129.242.25.232  network-object 154.104.0.0 255.248.0.0  network-object 154.72.224.0 255.255.240.0  network-object 157.167.110.0 255.255.255.0  network-object 160.156.0.0 255.252.0.0  network-object 164.160.0.0 255.255.252.0  network-object 165.50.0.0 255.254.0.0  network-object 169.255.68.0 255.255.255.0  network-object 169.255.70.0 255.255.254.0  network-object 192.68.138.0 255.255.255.0  ...

Seafile on CentOS : everything is okay, but the web interface is not working!

If you like Seafile, you can deploy it in your organization easily. I did that a couple of years ago and it is always working fine under Debian (my favourite distro). However, today I thought of deploying a second server, which will be more important. Following the setup procedure under CentOS, everything was fine (I used this link :  https://manual.seafile.com/deploy/using_mysql.html ) but the web interfacewasn't working! I checked Firewalld, SELinux, MariaDB, Logs everywhere... Nothing was really weird, except a new file that I wasn't used to it : gunicorn.conf! Well, that file was a new addition to Seafile starting from 6.3! and it seems that in my configuration, the server was bound to... 127.0.0.1:8000! I just changed that, restarted Seafile and Seahub, and it worked! Hoping that would help someone, someday :)

Réseau : Configuration d'un tunnel niveau 2 sur un réseau niveau 3 avec L2TPv3 et VyOS

Environnement : VMware Workstation, VyOS 1.2.0 et Windows 7 Schéma : [laptop1]--[R1]--[R]--[R2]--[laptop2] laptop1 : 192.168.111.2/24 sans passerelle laptop2 : 192.168.111.3/24 sans passerelle R1 : eth0 vers R : 172.30.30.2/29 eth1 vers laptop1 : sans adressage R : eth0 vers R1 : 172.30.30.1/29 eth1 vers R2 : 172.31.31.1/29 R2 : eth0 vers R : 172.31.31.2/29 eth1 vers laptop2 : sans adressage Configuration sur R1 : set interfaces bridge br0 aging 300 set interfaces bridge br0 max-age 20 set interfaces bridge br0 priority 0 set interfaces bridge br0 stp false set interfaces ethernet eth1 bridge-group bridge br0 set protocols static route 0.0.0.0/0 next-hop 172.30.30.1 set interfaces l2tpv3 l2tpeth0 bridge-group bridge br0 set interfaces l2tpv3 l2tpeth0 destination-port 10000 set interfaces l2tpv3 l2tpeth0 encapsulation udp set interfaces l2tpv3 l2tpeth0 local-ip 172.30.30.2 set interfaces l2tpv3 l2tpeth0 peer-session-id 1 set interfaces l2tpv3 l2tpeth0 pe...