cPanel backend configuration files and Log Files Paths

cPanel backend configuration files and log files paths =======================================/var/cpanel=======================================accounting.log – Contains a list of accounting functions performed such as account removal and creation cpanel.config – Tweak settings for whm can be done in this file mainip – Main ip of the server is specified in this file maxemail – Maximum emails per hour for a domain can be specified here […]

» Read more

sendmail: Not running with correct effective GID. Is sendmail binary setgid mailtrap?

=================================== sendmail: Not running with correct effective GID. Is sendmail binary setgid mailtrap? [Error above error message shows in login SSH screen directly or you are getting this message]just change the send mail permission using below command:—chmod 2755 /usr/sbin/sendmail— That’s it..:)===================================

» Read more

Missing mysql.sock file on server.

Some times,  MySQL service doesn’t work due to missing mysql.sock file , then you need to create manually mysql.sock file. Follow the below steps to create mysql.sock file.First, login your server and check /tmp and /var/lib/mysql , you may see that there is no mysql.sock file(It is called also Symbolic file).Follow the below steps.cd /var/lib/mysql/touch mysql.sockchmod 1777 mysql.sockchown mysql.mysql mysql.sockCreate a symlink for […]

» Read more

Mysql Database size shows 0 in cPanel

Some times , database size doesn’t update in Cpanel . You can check it through Cpanel===> MySQL database ,  it shows database size “zero” even if there is available database data. You should follow below steps to resolve this.==============================================root@server [#] vi var/cpanel/cpanel.configand search for following line.disk_usage_include_sqldbs=0 ( set it to 1 instead of 0 )wq:then you need to  run the below command to update […]

» Read more

Images not loading for websites.

If you find that images are not loading in linux  server then you should disable php functions.php.ini is configuration file of PHP.Find exact path of php.ini# php -i | grep php.iniOr you can use the another command like# php.iniConfiguration File (php.ini) Path => /usr/local/libLoaded Configuration File => /usr/local/lib/php.inithen search disabled disable_function in that file and remove  “readfile” optionin in that […]

» Read more

Understanding DDOS Attack !!!

What is DDos Attack ? Compromised PCs, or “bots,” are formed into groups called “botnets” and are used as weapons by cyber-attackers to launch various forms of cyber attacks. These attacks range widely from DDoS to identity theft and clandestine intelligence gathering operations.During Distributed Denial of Service attempts, attackers launch attacks using different techniques including HTTP, HTTPS, ICMP, SYN Floods, […]

» Read more

Hidden Facebook Smileys Emotions codes… Only 4 my Loving Frndzz…

Hidden Smileys and Emoticons: Really happy emote: 😀 or 😀 Wink emote: 😉 or 😉 Happy eyes: ^_^ Laughing eyes: >:o Cat smile: :3 Grumpy: >:-( Sad: 🙁 or 🙁 Crying emoticon: :’( Shocked emoticon: 😮 or 😮 Glasses emoticon: 8) or 😎 Cool shades: 8-| Rude: :p or :-p WHAT?!: O.o Dork emote: -_- Duhhh emote: :/ or :\ Devil emote: 3:) Angel emote: O:) Kiss emote: :-* or :* Love emote:

» Read more

Shut Down system by double Clicking on Internet Explorer !!!

Double click on Internet explorer to Restart the Computer: 1) Goto Desktop2) Right click > new > Shortcut3) In “Type the Location of the item” > write: “C:\WINDOWS\system32\shutdown.exe -r -t 00″ without coutes.4) Click next and in “Type a name for this shortcut” write ” Internet Explorer” and click Finish.5) Now Right Click on the shortcut of Internet Explorer and […]

» Read more
1 5 6 7 8