Securing your server is a crucial step in preventing unauthorized access and brute-force attacks. One of the basic security measures is changing the SSH port (default: 22) and updating the root password. In this guide, we’ll go through the process step by step.
1. Changing the SSH Port
By default, SSH runs on port 22, which makes it a common target for attacks. Changing this port to a different number can help improve security.
Steps to Change the SSH Port:
Connect to Your Server via SSHOpen a terminal or Putty (for Windows users)...
Read More
هذا الدليل يوضح كيفية استخدام سكريبت Bash لإعداد خادم Squid Proxy على خادم يعمل بنظام Ubuntu, CentOS, AlmaLinux أو Rocky Linux، مع دعم المصادقة باستخدام اسم المستخدم وكلمة المرور.
https://github.com/Ematrex-Scripts/E-MATREX/blob/main/setup_proxy.sh
1. متطلبات التشغيل
يجب تشغيل السكريبت باستخدام المستخدم الجذر (Root)، وإلا فلن يعمل بشكل صحيح.للتأكد من أنك في وضع Root، يمكنك تشغيل الأمر التالي:
sudo su
ثم تشغيل السكريبت بالأوامر الموضحة لاحقًا.
2. كيفية استخدام السكريبت
يجب تنفيذ السكريبت مع تمرير رقم المنفذ، اسم المستخدم، وكلمة المرور...
Read More