The Best Platform For Linux Users

Born To Be Linux User

How To Solve 403 Forbidden Error In Apache Sub Folders In Linux

How To Solve 403 Forbidden Error In Apache Sub Folders In Linux


Hello Friend's.....
Today We Are Going To Learn About How To Solve 403 Forbidden Error In Apache Sub Folders.

So, Here Is Little Solution For This Common Problem.

Type Following Commends In Your Linux Terminal With root

1. cd /var/www
2. chown -R www-data:www-data *

I Hope Your Problem Will Be Solve After Following This Solution.
Please Share Other Solution With Us If You Know.

So , Thank You For Reading This Article. I Hope This Article Is Helpful For You.

Please Share This Article With Your Social Network .


How to Setup FTP Server On Ubuntu (vsftpd)

How to Setup FTP Server On Ubuntu (vsftpd)

 

Hello Friend's..... 
FTP Is Used To Transfer Files From One Host to Another Over TCP Network.
This Article Explains How To Setup FTP Server On Ubuntu.
There are 3 Popular FTP Server Packages Available For Linux
PureFTPD , VsFTPD and ProFTPD.
Here I’ve Used VsFTPD Which Is Lightweight And Easy To Manage.

So , Follow The Steps For Setup vsftpd FTP Server.
Step 1 » Update repositories .
Type Following Command In Linux Terminal 
sudo apt-get update && upgrade

Step 2 » Install VsFTPD Package Using The Below Command In Linux Terminal.
sudo apt-get install vsftpd
 
Step 3 » After Installation Open /etc/vsftpd.conf File and Make Changes As Follows.
For Open /etc/vsftpd.conf File Type "sudo leafpad /etc/vsftpd.conf " Commend In Linux Terminal.
Make Changes As Follows.

  • listen_ipv6=YES
  • anonymous_enable=NO
  • local_enable=YES
  • write_enable=YES
  • local_umask=022
  • anon_upload_enable=NO
  • anon_mkdir_write_enable=NO
  • dirmessage_enable=YES
  • use_localtime=YES
  • xferlog_enable=YES
  • connect_from_port_20=YES


So , Thank You For Reading This Article. I Hope This Article Is Helpful For You.

Please Share This Article With Your Social Network .

Tixati – The Best Ubuntu Torrent Client

Tixati - The Best Ubuntu Torrent Client


Hello Friend's.....
Although there are several torrent client available on the internet, Tixati is my first choice.
Why?
Because Of It’s Simple , Fast , Lightweight Design And Unlimited Features.
It Is a Free Software Not Open-Source. But, It's Unique Features Makes It Different From Others.

Tixati has the following features
  • Detailed views of all aspects of the swarm, including peers, pieces, files, and trackers
  • Support for magnet links, so no need to download .torrent files if a simple magnet-link is available
  • Super-efficient peer choking/unchoking algorithms ensure the fastest downloads
  • Peer connection encryption for added security
  • Full DHT (Distributed Hash Table) implementation for trackerless torrents, including detailed message traffic graphs and customizable event logging
  • Advanced bandwidth charting of overall traffic and per-transfer traffic, with separate classification of protocol and file bytes, and with separate classification of outbound traffic for trading and seeding
  • Highly flexible bandwidth throttling, including trading/seeding proportion adjustment and adjustable priority for individual transfers and peers
  • Bitfield graphs that show the completeness of all downloaded files, what pieces other peers have available, and the health of the overall swarm
  • Customizable event logging for each download, and individual event logs for all peers within the swarm
  • Expert local file management functions which allow you to move files to a different partition even while downloading is still in progress
  • 100% compatible with the BitTorrent protocol

Some ScreenShot's Of Tixati



Download And Install Tixati

Download Tixati From Here

After Downloading Tixati. Open Your Linux Terminal And Type Following Command.
sudo dpkg -i FileLocation

So , Thank You For Reading This Article. I Hope This Article Is Helpful For You.

Please Share This Article With Your Social Network .

How To UnInstall VMWare WorkStation And VMWare Player In Linux (Ubuntu)

How To UnInstall VMWare WorkStation And VMWare Player In Linux (Ubuntu)



Hello Friend's.....
Today We Are Going To Learn About How To UnInstall VMWare WorkStation And VMWare Player.

So,
There Are Easy Way To UnInstall VMWare WorkStation And VMWare Player.
Just Simply Type This Command In Terminal.

For UnInstall VMWare WorkStation Type
 " sudo vmware-installer -u vmware-workstation "

For UnInstall VMWare Player Type
 " sudo vmware-installer -u vmware-player "

So , Thank You For Reading This Article. I Hope This Article Is Helpful For You.

Please Share This Article With Your Social Network .

How To Hide Files And Folders In Linux

How To Hide Files And Folders In Linux


Hello Friend's.....
Today  We Are Getting Some Knowledge About Hiding Files And Folders In Linux.
So,
Simply Append (.) " Dot " Character At The Beginning Of The File Or Folder Name.
Like This,
  • mkdir .foldername
  • touch .filename
 Boom..!!!! You Are Hide Your File Or Folder Just In Second....

So , Thank You For Reading This Article. I Hope This Article Is Helpful For You.

Please Share This Article With Your Social Network .

" Directory not empty " Error While Deleting Directory Using "rmdir" Command


" Directory not empty " Error While Deleting Directory Using "rmdir" Command



Hello Friend's.....
Once Again I Am Back With Little Solution Of Very Common Problem.
So, Many Linux User's (Mostly Beginner's) Use The "rmdir" Command For Deleting The Directory.
But, Some Time They All Are (Maybe) Facing One Problem.

" rmdir: failed to remove ‘DirectoryName’: Directory not empty "

Because This Directory Is Not Empty. There Is Any Files / Directories In That Directory.
So, Now What We Can Do....????

Use The " rm -rf " Command.

Example : " rm -rf DirectoryName "

Please Note :
This will delete the directory including all the files and sub-directories. This is very dangerous when you use it accidentally as you cannot recover those files easily. So it is strongly recommended that you pay attention and think twice before executing the rm -rf command.

 All The Following rm Options Are Valid And Does Same Functionality.

i.e. Recursive And Forcefully Delete.

  • rm -fr
  • rm -rf
  • rm -f -r
  • rm -r -f 
So , Thank You For Reading This Article. I Hope This Article Is Helpful For You.

Please Share This Article With Your Social Network .

Featured Post

Tips and Tricks

View more

Tutorials

View more