Tag: bash
-
How to remove files with “No Content Changes Found” in Git Desktop
There are 3 possible ways git can find a file changed (even if you didn’t change it) Line Endings have changed File permissions have changed Bonus: if modification time has changed for first case try these settings in bash shell. One of these will fix it for you For second case, here is the flag…
-
How to use VestaCP Cli Commands? – Linux
There are a lot of vestacp commands which are useful in automating things but you see error OR something like this: Solution type this in command line (ssh) After that use any command like: Dont use < or > or * * means optional < and > means replace your info with that Complete command…
-
MySQL error 1449: The user specified as a definer does not exist
Why this error happens? Most of the times, reason is that your database dump through command line or PhpMyAdmin or even other libraries can have SQL’s Definer statements. Now, as per MySQL’s Official Documentation: The DEFINER clause specifies the MySQL account to be used when checking access privileges at routine execution time for routines that have the SQL…
-
RPM repo not found connection errors on Centos Redhat duplicate problems
yum -y update command failing Command line will show messages like xxx is outdated and v abc will be installed but at the end it shows duplicate binary, please remove duplicate first. Process Backup first Integrity Check Find Problems Identify duplicates Clean duplicates re build conf cache update command remove backup file .prev if successfully…
-
Linux Bash – How to change all filenames to uppercase leaving the file extension unchanged
use this simple code in bash shell. The following code will change all xxx.jpg files to XXX.jpg in any particular working directory.
-
How to update Magento community edition using CLI
if you receive any errors post installation, try this hard fix