Hi Dear Friends,
In this post We would like to share infinity knowladge My Good experience and Best solution For .
Try this it will help you and for more information click here: Laravel Examples.
We hope it can help you...
In this post We would like to share infinity knowladge My Good experience and Best solution For .
Laravel Examples
Security of data and server from hackers is a main task of system administration services. Below is few basic security tips for your linux server.
1: Strong Password Policy
Making strong passwords is first stage of securing your server. Do not use common names as your password like yourname, date of birth, mobile number etc. Passwords should be alphanumeric with upper and lower case letters.
You can use password aging policy on your linux machine to enforce users to change there password on regular interval.
You can use password aging policy on your linux machine to enforce users to change there password on regular interval.
Example:
To get password aging information
To get password aging information
To change password aging information
To disable password aging ( Not recommended on production server )
2: Disable root login
As you know root account has unlimited priviledges, so keep disable root account on server. also make sure no other user having uid or gid 0 using below command, Only root user line should be listed with both comamnds.
To execute root level commands you can configure sudo priviledges on your server.
3: Keep your system up to date
Always keep your sytem uptodate with latest software patches or updates. Your can use linux utilities ( yum, apt-get etc ) to update your system with latest updates. Keep uptodate your system on regular interval.
Eg:
You can also use yum-updatesd service to enable email notification when any new update found.
4: Use of secure protocal for remote access
Always use secure protocals while accessing server from remote or trasferring data. All secure protocals encrypted data transmission.
Not to Use:
> rcp
> telnet
> ftp
> telnet
> ftp
To Use
> ssh
> scp
> sftp ( FTP over SSL )
> scp
> sftp ( FTP over SSL )
5: Disable unwanted services
There are many services running in background on your system. Find out and disable all services which are not required.
find out all service that will start on system boot
find out all service that will start on system boot
Stop all service which are not required on server.
Also disable service to start on system boot
Read :
I hope you like this Post, Please feel free to comment below, your Any Idea, suggestion and problems if you face - I am here to Resolve your Any problems.We hope it can help you...
No comments :
Post a Comment