Linux For Beginners (Basics of Linux Operating System)
About This Section
I personally a big fan of Linux, so i decided to start this Section for those students who want to learn Linux from scratch. I will try my best to make this tutorial easily understandable for beginners. So keep in touch with my website for latest updates. I hope you will enjoy your journey in the world of Linux.
Continue reading
How To Install VsFTP on Centos 6.4
VSFTPD is a service which allows us to setup ftp server in secure way. it is Very Secure File Transfer Protocol Daemon (VSFTPD).
By default ftp server can be access anonymously ( ‘/var/ftp’ anonymous space ) and we can also configure login-based FTP sessions.
Continue reading
500 OOPS: connot change directory:/home/broexperts
Error : 500 OOPS: connot change directory:/home/broexperts
Details : You may face this error while you are trying to access your Linux “vsftpd” server. its actually related to “SELinux“. Continue reading
Squid as Transparent Proxy on CentOs 6.4
In this tutorial I am going to configure squid acting as transparent proxy what does it means? It means we have no part of configurations on the client end, just to setup squid in transparent proxy mode so it will sits between client and internet. And redirect their port 80 requests to 3128 port which is default squid port.