GL-X750 Recently I got into my hands the new GL-X750 router Specification Interface 1 x WAN Ethernet port1 x LAN Ethernet port (100)5 x LEDs1 x USB 2.0 port1 x micro SIM card slot1 x MicroSD card slot CPU [email protected] Memory / Storage DDR2 128MB / FLASH 16MB 3G/4G Mini PCIe Module Support CAT4/CAT6 Mini […]
Category: Software

How to secure a VPS server?
1. Disable root login Do you want your VPS to be safe? Never log in as a root user. On each VPS, by default you will login as “root”, we are exposed then brute force attacks by which the hacker can access our vps. Turning off the login “root” adds another layer of security, the […]

Git – version management system (remote or locally)
Git is a distributed version control system. It was created by Linus Torvalds as a tool to support the development of the Linux kernel. Git is free software and has been published under the GNU GPL version 2 license. The very popular github, gitlab or google source repository works on the git base. Each of […]

Scrcpy control your Android android device from PC
Scrcpy this application has the ability to control any android device. The program does not require root, the only thing you need is inclusive developer options and selecting adb debugging on your device. Thanks to this program, we can not only control the device as if we had it physically in hand, but also, copy […]

GassistPi Change Raspberry Pi into the Google Assistant
To change our raspberry in Google assistant we will use the repo available on github, the author constantly develops the project by adding new features.