Discussions related to DevOps, AI, Cloud
Wednesday, October 26, 2022
MySQL Error : which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
›
I got mysql error when executing a command which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql...
Monday, September 19, 2022
GIT operations in day to day life
›
GIT operations To configure your name and email in your local settings: # git config --global user.name "Name" # git config --gl...
Wednesday, September 14, 2022
How to upgrade Prometheus from 2.22 to 2.38 on Ubuntu
›
How to upgrade Prometheus from 2.22 to 2.38 on Ubuntu OS : Ubuntu 16.04 LTS Prometheus version : 2.22 # /usr/local/bin/prometheus --version...
Sunday, August 21, 2022
Yum error : Loaded plugins: versionlock
›
[opc@dbdemo ~]$ sudo yum install iptables-services Loaded plugins: versionlock There are no enabled repos. Run "yum repolist all...
Thursday, August 18, 2022
The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package. Check that the correct key URLs are configured for this repository.
›
OS is Amazon Linux and trying to install Mysql 5.7, I am getting the below error The GPG keys listed for the "MySQL 5.7 Community Serv...
Monday, August 1, 2022
How to install OCI CLI in windows and push backup to object storage
›
How to install OCI CLI in windows and push backup to object storage Documentation link : https://docs.oracle.com/en-us/iaas/Content/API/SD...
Tuesday, June 28, 2022
NFS command to start when server boots up
›
OS is Ubuntu20. I tried to find /etc/rc.local and /etc/rc.d/rc.local but didn't find any. So i edited crontab -e @reboot sudo mount 10....
‹
›
Home
View web version