In this post we will get an email alert if the monitor folder have not receiving any files. below …
Read moreSSL certificate , I think secure shell , it used for make website secure, ssl is a way to secure t…
Read more# crontab -l //it will listed out all the cron task running under root account, at the same if we …
Read moreDNS : domain name system usually does resolve the IP address with associated domain with the help o…
Read moreWork environment : Running redhat linux server which is having two disk sda and sdb /dev/sda has …
Read moreDNS flush required when you changed the certain domain name IP address's or Domain names. DNS …
Read moreFrom Linux terminal we never get any graphical interfaces all we can see text based output. usual…
Read more//save below script as checkstatus.sh #!/bin/bash password="Passw**d" echo "Hostnam…
Read more//here I have an example python code this will hit the side with endless for testing purpose only.…
Read more# python -V bash: python: command not found... Failed to search for file: cannot update repo '…
Read moreCreate a user # useradd user100 # passwd user100 //password //give your password twice Go to GUI …
Read more#lsusb qm> info usbhost find the USB ports and vendor id and product id # qm set 100 -usb0 host…
Read more# chkconfig --list Note: This output shows SysV services only and does not include native sy…
Read more[boobalan@centos ~]$ sudo su [sudo] password for boobalan: boobalan is not in the sudoers file. Th…
Read more// there are 3 ways we can disable root account login from linux 1. disable the root login through…
Read more//umask is mixed with Linux OS to provide security //Default umask for Super user [root@centos ~]# …
Read moreHistory of Linux Let's have detailed look about Linux Multics -> Unix -> Linux In 1965 - …
Read more# crontab -l 5 4 * * * /home/script.sh >/dev/null 2>&1 //explain 2 - standard error 1 - s…
Read more//Pre-requisites Complete backup has to done before. OS need to be registered with Redhat subscript…
Read more// Check your Linux version #uname -r //then if you have centOS 32 bit # wget http://download.fedor…
Read moreRemote Method Invocation(RMI) facilitates object function calls between Java Virtual Machines(JVM…
Read more