Search found 11 matches

by Vort3x.Layers
2023/01/22 17:19:15
Forum: CentOS 7 - General Support
Topic: obfsproxy running on centos 7
Replies: 0
Views: 2724

obfsproxy running on centos 7

I am using CentOS 7 os. python version is 2.7.5. pip2 version is 8.1.2. After that i installed obfsproxy like this : > To use obfsproxy you will need Python (>= 2.7) and pip. pip2 install pathlib pip2 install pyopenssl pip2 install Twisted pip2 install obfsproxy Here are installation path : /usr/lib...
by Vort3x.Layers
2022/10/22 16:00:48
Forum: CentOS 7 - General Support
Topic: Kernel Update - Help me about unknwon script
Replies: 10
Views: 1472

Re: Kernel Update - Help me about unknwon script

Really appreciate for all of your answers.
by Vort3x.Layers
2022/10/21 22:10:51
Forum: CentOS 7 - General Support
Topic: Kernel Update - Help me about unknwon script
Replies: 10
Views: 1472

Re: Kernel Update - Help me about unknwon script

Thanks for the answer. I removed unknown kernel and installed kernel-ml in the right way. Here is the results : sudo rpm -qa kernel\* | sort -V kernel-3.10.0-1160.76.1.el7.x86_64 kernel-devel-3.10.0-1160.76.1.el7.x86_64 kernel-headers-3.10.0-1160.76.1.el7.x86_64 kernel-ml-6.0.3-1.el7.elrepo.x86_64 k...
by Vort3x.Layers
2022/10/21 17:14:43
Forum: CentOS 7 - General Support
Topic: Kernel Update - Help me about unknwon script
Replies: 10
Views: 1472

Re: Kernel Update - Help me about unknwon script

Thanks a lot
I did update it to :
Kernel-ml : Linux 5.15.60-1.el7.x86_64 x86_64
And reconfigured default kernel by this command :
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Would you please tell me how can i remove choose kernel & it's timer at reboot?
by Vort3x.Layers
2022/10/21 08:50:18
Forum: CentOS 7 - General Support
Topic: Kernel Update - Help me about unknwon script
Replies: 10
Views: 1472

Re: Kernel Update - Help me about unknwon script

People say this BBR has significant improvement over Cubic by google. BBR is a new algorithm for TCP Congestion Control. It was tested in Google's data center networks as well as on some of their public-facing Web servers including Google.com and YouTube. It strives to optimize both throughput and l...
by Vort3x.Layers
2022/10/20 11:52:15
Forum: CentOS 7 - General Support
Topic: Kernel Update - Help me about unknwon script
Replies: 10
Views: 1472

Re: Kernel Update - Help me about unknwon script

Would be really appreciate to give me an answer on this important question.

Thanks
by Vort3x.Layers
2022/10/19 21:42:06
Forum: CentOS 7 - General Support
Topic: Kernel Update - Help me about unknwon script
Replies: 10
Views: 1472

Kernel Update - Help me about unknwon script

Hi dear managers,
Is it ok to run the commands below on CentOS 7?
wget -N --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && bash bbr.sh
It seems it is for update kernel.
But i am a bit of scared about patch kernel of os.
by Vort3x.Layers
2022/10/18 09:22:39
Forum: CentOS 7 - General Support
Topic: AES instruction Is Disable in My VPS | How Software-Based Implementation Of AES In CentOS 7
Replies: 3
Views: 608

AES instruction Is Disable in My VPS | How Software-Based Implementation Of AES In CentOS 7

My VPS is CENTOS 7. I installed OpenVPN on this vps. After open it's admin panel i received this error : AES instruction set support has not been detected on this host. This may cause performance degradation. Consult your virtualization solution and/or BIOS/UEFI setting to enable AES instructions. I...
by Vort3x.Layers
2019/02/22 23:01:59
Forum: CentOS 7 - Networking Support
Topic: OpenConnect (ocserv) Connected on client side, But Can not open any web page (NO INTERNET)
Replies: 3
Views: 2916

Re: OpenConnect (ocserv) Connected on client side, But Can not open any web page (NO INTERNET)

Here is the answer,

I enabled firewalld and tried these commands :

Code: Select all

sudo firewall-cmd --permanent --add-masquerade
systemctl reload firewalld
Now i can surf the internet on client machine easily.
Why firewalld acts like that?
Why it should be start in this situation?