• Home
  • My Free Tools
    • Creating a server with PHP
  • About me

Select Category:

Daily IT Help

My daily IT journal

  • Programming
  • Monitoring
  • Azure
  • Splunk
  • About me

How to check linux version ?

itdoctor June 9, 2012 How to check linux version ?2012-06-09T14:04:03-05:00 General
If you are new to linux and you asked what linux version you are running or is your linux is a 32bit or 64 bits. You can easily answer...
Continue Reading

ipvsadm – load balancer – it changes the weight automatically

itdoctor June 9, 2012 ipvsadm – load balancer – it changes the weight automatically2012-06-09T02:09:28-05:00 Linux
Do you have this problem ? – you made the changes in / , – restart ipvsadm : / restart you see the changes : ipvsadm -L But after...
Continue Reading

Can not access to gmail via IMAP ?

itdoctor June 7, 2012 Can not access to gmail via IMAP ?2012-06-07T09:42:14-05:00 General
If you cant not login to gmail via your outlook , and you got a message asking you to visit #038;answer=78754 This means your account maybe blocked, you can...
Continue Reading

Mysql server – How to disable replication on slave ?

itdoctor May 26, 2012 Mysql server – How to disable replication on slave ?2012-05-26T14:35:52-05:00 General
Sometimes, you want to remove the replication , it could be because the replication no longer works, or you don’t want to replicate. Here are some commands that you...
Continue Reading

How to show Progress Bar While Copying Files while using rsync

itdoctor May 24, 2012 How to show Progress Bar While Copying Files while using rsync2012-05-24T01:51:44-05:00 General
You need to use the –progress option which show progress during file transfer. The syntax is as follows: rsync –progress -avz -e ssh /home/mydir
Continue Reading

Setup multiple instances of mysql on Ubuntu linux

itdoctor May 18, 2012 Setup multiple instances of mysql on Ubuntu linux2012-05-18T04:18:40-05:00 General
There are various method to setup multiple of mysql instances on a single linux ubuntu server. In this scope of this page, i will show you the most simple...
Continue Reading

How to create a large file on linux for testing?

itdoctor April 5, 2012 How to create a large file on linux for testing?2012-04-05T05:14:37-05:00 General
If you need to create a file with a specific filesize on linux for testing , you can run this command $ truncate -s filesize filename for ex: truncate...
Continue Reading

PHP Fatal error: Class ‘DOMDocument’ not found

itdoctor April 3, 2012 PHP Fatal error: Class ‘DOMDocument’ not found2012-04-03T01:06:34-05:00 General
this is because you rodn’t have php-xml on your server, you can install it by running : yum install php-xml or apt-get install php-xml retart your apache
Continue Reading

Dumping MySQL Stored Procedures, Functions and Triggers

itdoctor April 2, 2012 Dumping MySQL Stored Procedures, Functions and Triggers2012-04-02T23:59:54-05:00 Linux
When you run mysqldump , by default it will not export your procedures or function , if you want to include these info , you need to add –routines...
Continue Reading

php error_reporting value

itdoctor April 1, 2012 php error_reporting value2012-04-01T00:55:41-05:00 General
error_reporting = E_ALL & ~E_NOTICE => PHP will stop if we have any error related to E_DEPRECATED , it may not show you any warning – very silent –...
Continue Reading
«‹4243444546›»

Search

Recent Posts

  • My AZ-104 Azure Administrator Associate Journey: From Real-World Experience to Exam Day
  • How to Monitor An Azure App Service Protected by EasyAuth
  • Oil Pressure Switch (Normal Closed or Normal Open)
  • A simple cronjobs to restart your apache server when it’s too busy
  • n8n webserver failed, exiting

Pages

  • My Free Tools
    • Creating a server with PHP
  • About me

Tags

    Copyright © 2026. Daily IT Help
    Mesocolumn Theme by Dezzain