How to overwrite existing file when download using wget
Wget command will not overwrite existing files by-default. Instead of that it will download the same file to another name.
Read MoreFor Techs.... Techniques.... Technologies....
Wget command will not overwrite existing files by-default. Instead of that it will download the same file to another name.
Read MoreThis article explains the method to run multiple Linux commands in together. Method1: Using semicolon (;) operator The semicolon (;)
Read MoreCron will skip the execution if the server is not online at the time that they are scheduled. This is
Read MoreThis article explains a simple Python script to send emails using smtp authentication. Where PASSWORD, FROM-ADDRESS, TO-ADDRESS and SMTP-HOST need
Read MoreWe can use the sed command to replace line containing the keyword in Bash. Where KEYWORD, REPLACE-LINE and FILENAME need
Read MoreEncryption for S3 bucket can be enabled from the AWS console itself. But if the number of buckets are more,
Read MoreMost LDAP servers are configured with expiry for user passwords. This article is sharing a bash script to send email
Read MoreMailx command provides the option to specify the from email as argument. Where MESSAGE need to be replaced with the
Read MoreThis article explains the way to find the difference between two dates in bash. Here we need to replace the
Read MoreWe can install openjdk 11 using a single command. This will install openjdk version 11. That's all…
Read MoreWe can use the following syntax to send mails with attachments. Where MESSAGE need to be replaced with the email
Read More