
Sed and grep
sed sed ‘s/https://www.neyash.com/https://www.neyash.com/g’ ./* sed -n ‘1p;5p’/etc/passwd print 1 and 5line ‘1,5p’ print 1to5 line ‘1p;$p’ print 1st and last line sed -n ‘1,5p;25p;31,35p’ /etc/passwd […]
sed sed ‘s/https://www.neyash.com/https://www.neyash.com/g’ ./* sed -n ‘1p;5p’/etc/passwd print 1 and 5line ‘1,5p’ print 1to5 line ‘1p;$p’ print 1st and last line sed -n ‘1,5p;25p;31,35p’ /etc/passwd […]
kubectl commmand > kubectl Command ResourceType/kind Recourcename(kubectl commmand) Command get/describe/delete ResourceType/Kind pod/namespace/replicaset/replicacontroller/deployments/configmap Name mynameidpod/iamnamespace/iamreplicaset/iamconfigmap/ kubectl get pods (show running pods) kubectl get pods -w (watch […]
Find blank line in file grep -c “^$” install.log
Ad-hoc commands in Ansible allow you to execute simple tasks at the command line against one or all of your hosts.
find /home -user kaustubh -group cityspidey -mtime 50 -cmin 60 -size 50M -type f -name “*.php” -perm 0755 -exec chmod 644 {} \; find >> […]
In this tutorial we are going on renew our ssl certificate in apache web server. SSL certificate Authority is Godaddy. Once you are finished, all traffic between server and client will be encrypted and safe.
SonarQube software (previously called Sonar) is an open source quality management platform, dedicated to continuously analyze and measure technical quality, from project portfolio to method. If you wish to extend the SonarQube platform with open source plugins, have a look at our plugin library.
WARN: Property ‘sonar.jdbc.url’ is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
WARN: Property ‘sonar.jdbc.username’ is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
WARN: Property ‘sonar.jdbc.password’ is not supported any more. It will be ignored. There is no longer
This document is preparing to optimize all MySQL community versions according to your preferences. MySQL Community Edition is a freely downloadable version of the world’s most popular open source database that is supported by an active community of open source developers and enthusiasts.
The AWS Simple Monthly Calculator helps customers and prospects estimate their monthly AWS bill more efficiently. Using this tool, they can add, modify and remove services from their ‘bill’ and it will recalculate their estimated monthly charges automatically
Copyright © 2022 | WordPress Theme by MH Themes