Linux: Tips n Tricks
Pages
(Move to ...)
Privacy Policy
▼
Sunday, September 30, 2018
Rate limit SSH access using IPTables/Firewalld to counter Brute Force attacks.
›
Hello Guys, The Public IP ranges of Cloud Platforms like Amazon AWS, Oracle OCI, Microsoft Azure are published in Public. If you have an ...
1 comment:
Thursday, October 23, 2014
Bash interpreting a Command
›
By default bash is the default shell in Linux. Lets see how bash shell interprets the command we type in. It not as simple as checki...
Tuesday, October 7, 2014
Disk Metadata : Superblock, Directory and Inodes
›
Metadata Filesystem blocks are user for 2 purposes : To store User data and Metadata User data - stores actual data contained in fi...
1 comment:
Monday, April 28, 2014
Recover deleted files used by any process in Linux from RAM memory.
›
Every thing in Linux is a File. A file in turn is actually a pointer to inode which contain the actual data on the disk, permissions, owne...
1 comment:
Tuesday, April 8, 2014
Sendmail Error : NOQUEUE: SYSERR(root): No local mailer defined NOQUEUE: SYSERR(root): QueueDirectory (Q) option must be set
›
Error using m4 macro while building sendmail.cf from sendmail.mc on RHEL 6 / CentOS 6 flavors? [root@cent1]# m4 /etc/mail/sendmail.mc...
3 comments:
Change Default MTA in RHEL 6 / Cent OS 6
›
By default Postfix is set as the default mail transfer agent in Redhat Enterprise Linux 6 and Cent OS 6 flavors. However you can change t...
Thursday, October 10, 2013
How to configure Veritas Volume Manager VxVM 6.0.2
›
The disks should be discovered by OS before it can be added to Veritas Volume Manager. 1. List the disks detected by VxVM. # vxdisk -o alld...
1 comment:
‹
›
Home
View web version