October 9, 2020 in Tips and Tricks
You can do this without GUI: On your terminal, navigate to .config/autostart directory. .config/autostart may be in your home directory: 2. Open the (new) gnome-terminal.desktop file with your favourite text editor. I use vi: 3. Paste the following code in the file. Update some lines if you like as you find suitable, or simply use as is: 4. Save the file, and […]
October 9, 2020 in Tips and Tricks, Ubuntu
Create a script file, e.g. named my_file.sh, in the /etc/profile.d/ directory. Put #!/bin/bash as the first line. Write whatever command(s) you want to be executed immediately after logging in, e.g. pgrep udhcpd. Mark your file as executable: chmod +x /etc/profile.d/my_file.sh *It should get executed after login. In case it doesn’t or you don’t have the ability to use root privileges, creating the […]
October 9, 2020 in Tips and Tricks, Ubuntu
You can add those lines at the end of your ~/.bashrc file which will get executed when you login. I’m talking about the ~/.bashrc serverside. When you have added your lines and logout and ssh back in these lines will get executed. You can leave out the last line of your script. If the ~/.bashrc does not exist you can simply create it or even […]
September 28, 2020 in Tips and Tricks
Hi there, if you are using any kind of modification which affects the header file you need to refresh modifications first. Log in to the backend (administration) and go to Extension > Modification and hit the refresh button in the right top corner.
September 24, 2020 in Digital Marketing, Tips and Tricks
Refine web searches You can use symbols or words in your search to make your search results more precise. Google Search usually ignores punctuation that isn’t part of a search operator. Don’t put spaces between the symbol or word and your search term. A search for site:nytimes.com will work, but site: nytimes.com won’t. Refine image searches Overall Advanced Search […]
September 12, 2020 in MySql, Php, Tips and Tricks
After wasting a lot of time with character variables and mysql configurations, I fixed the problem with a simple solution that is base64_encode.Passing the input string through base64_encode and later using base64_decode to show them worked in this case. However the strings take up more space than earlier but this solution is really simple and worthy.I just posted this question […]
August 30, 2020 in MySql, Tips and Tricks
The most commonly used storage engine in MySQL are MyISAM and InnoDB. With these storage engine there are some advantages and disadvantages according to application needs. As you all know, the default storage engine chosen by MySQL database is MyISAM. The main difference between MyISAM and INNODB are : MyISAM does not support transactions by […]
August 22, 2020 in MySql, Tips and Tricks
If you run into this error with MySQL: It’s likely because you have the ONLY_FULL_GROUP_BY function enabled. To fix this, you have to disable it. Run this command: Another way to turn it off is that to find and modify the config file my.cnf. Usually it’s in /etc/my.cnf or /etc/mysql/my.cnf. First, check the sql_mode by running this query: The result should be something […]
Explore powerful AI-driven tools for daily guidance, spirituality, fun quizzes, and self-discovery.
Reveal insights about your future, love, and career with AI tarot readings.
Read TarotView daily Panchang, auspicious timings, tithi, nakshatra, and festivals.
View PanchangDiscover your destiny number, life path, and numerology predictions.
Calculate Now