There are scenarios where you might need to checkout or clone from a specific git commit id. For example, you might want to perform a git pull on a specif…
Read moresudo apt-get install aptitude followed by sudo aptitude reinstall dbus
Read moresudo chmod 755 /opt/lampp/phpmyadmin/config.inc.php sudo chmod 755 your-config.inc.php file path
Read moreDownload Page Ruler Redux https://drive.google.com/file/d/1oKCKdmznUGW-T4tC1cuw7SoOJCcGgYhF/view?usp=sharing How to install Page Ruler Redux from a Z…
Read more1. update the system sudo apt update sudo apt upgrade 2. Remove all the wifi source sudo apt-get purge bcmwl-kernel-source sudo apt-get remove bcmwl-kern…
Read more// Remove all files from trash if there are some files are not deleting due to permission sudo rm - rf ~/. local / share / Trash /*
Read moregit config core.fileMode false
Read morejQuery ( 'body' ). trigger ( 'update_checkout' ); example by changing postalcode update the checkout price setTimeout ( function …
Read moreBroken Network Settings Upon Boot - The permission of the setuid helper is not correct
sudo chmod 4754 /usr/lib/dbus-1.0/dbus-daemon-launch-helper https://askubuntu.com/questions/826619/broken-network-settings-upon-boot
Read morelet uniquePlanId = []; jsonArray . forEach ( function ( item ) { if ( uniquePlanId . indexOf ( item [ 'Plan Id' ]) == …
Read morecurl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pg…
Read moresudo service anydesk start sudo service anydesk stop
Read moreconst [ isBookingDone , setIsBookingDone ] = useState ( false ); const [ isError , setIsError ] = useState ( false ); const [ errorMessage , …
Read moreStash your local changes: git stash Update the branch to the latest code git pull origin development Merge your local changes into the latest code: git st…
Read morelet bodyDate = moment ( "2022-05-10" , "YYYY-MM-DD" , true ); let todayDate = moment ( moment (). format ( "YYYY-MM-DD&quo…
Read moresnaptests = await strapi . entityService . findMany ( 'api::snaptest.snaptest' , { filters : { $and : [ …
Read moreconst getDate = ( date ) => { let currentMonth = date . getMonth () + 1 ; let currentDay = date . getDate (); if ( cu…
Read moreuseEffect (() => { const loadPost = async () => { // Till the data is fetch using API // the Loading pag…
Read morevar jwt = require ( 'jsonwebtoken' ); let user = { email : 'userDetails.email' , firstName : &…
Read moreawait Model . deleteMany ({ });
Read moredrink : { type : String , enum : [ 'Coffee' , 'Tea' , 'Water' , ] }
Read more