Skip to main content

Money Mantra

  Life goes smoothly if the basic procedures are understood. If the principles of the same calculations are not followed , life becomes a mess. Even if you are working with what you have, whether your business is running successfully, or you are accumulating assets, if you do not choose the right financial method, one day you will not hear the noise of money.  If you look back then.. the mistakes made in the past are heart one by one. squeeze They spend a lot of time blaming destiny for the mistake they have made and calling it 'Brahma Rata'.  If your life is not like this.. the only solution is to follow proper financial policies.  Everyone should follow the saving mantra! Elders say that the income should be used wisely.  How to share the earnings and how to increase it is important.  Along with these it is inevitable to know which mistakes can ruin life.  It is a custom for the middle class to get upset after being damaged! There is Kasta Oodi.. Ex-...

How do I install WordPress on Ubuntu?

 


To install WordPress on Ubuntu, follow these steps:

1. Install LAMP Stack (Linux, Apache, MySQL, PHP):

  • Linux: Ubuntu already provides the Linux part.
  • Apache: Install Apache using the following command:

sudo apt update
sudo apt install apache2

 MySQL: Install MySQL for the database:

sudo apt install mysql-server
sudo mysql_secure_installation

PHP: Install PHP and required modules:

sudo apt install php libapache2-mod-php php-mysql

2. Create a MySQL Database and User:

Log in to MySQL:

sudo mysql -u root -p.

Create a new database and user, then grant privileges:

CREATE DATABASE wordpress;
CREATE USER 'wpuser'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON wordpress.* TO 'wpuser'@'localhost';
FLUSH PRIVILEGES;
EXIT;


3. Download and Configure WordPress:

Navigate to the web directory and download WordPress:

cd /var/www/html
sudo wget https://wordpress.org/latest.tar.gz
sudo tar -xvzf latest.tar.gz
sudo mv wordpress/* .
sudo rm -rf wordpress latest.tar.gz

Set the proper permissions:

sudo chown -R www-data:www-data /var/www/html
sudo chmod -R 755 /var/www/html

4. Configure Apache for WordPress:

  • Create a new Apache configuration file:
sudo nano /etc/apache2/sites-available/wordpress.conf

Add the following configuration:


<VirtualHost *:80>
    ServerAdmin admin@example.com
    DocumentRoot /var/www/html
    ServerName example.com
    ServerAlias www.example.com

    <Directory /var/www/html/>
        Options FollowSymlinks
        AllowOverride All
        Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

Enable the WordPress site and rewrite module:

sudo a2ensite wordpress.conf
sudo a2enmod rewrite
sudo systemctl restart apache2

5. Complete WordPress Installation via Web Browser:

  • Open your browser and navigate to http://your_server_ip_or_domain.
  • Follow the on-screen instructions to complete the WordPress installation.


Comments

Popular posts from this blog

Sukanya Samriddhi Yojana-Hindi

 ### सुकन्या समृद्धि योजना (Sukanya Samriddhi Yojana) हिंदी में सुकन्या समृद्धि योजना भारत सरकार द्वारा शुरू की गई एक बचत योजना है, जिसका उद्देश्य माता-पिता को उनकी बेटियों के भविष्य की शिक्षा और विवाह के खर्चों के लिए बचत करने के लिए प्रोत्साहित करना है। "बेटी बचाओ, बेटी पढ़ाओ" अभियान के हिस्से के रूप में शुरू की गई, यह योजना आकर्षक ब्याज दरों और कर लाभ प्रदान करती है। यहाँ इस योजना की कुछ मुख्य विशेषताएं और लाभ दिए गए हैं: ### मुख्य विशेषताएं 1. **पात्रता**:    - यह खाता 10 वर्ष तक की आयु की बालिकाओं के लिए खोला जा सकता है।    - प्रत्येक बालिका के लिए केवल एक खाता खोला जा सकता है, और एक परिवार में अधिकतम दो खाते खोले जा सकते हैं। 2. **जमा सीमा**:    - न्यूनतम वार्षिक जमा राशि ₹250 है।    - अधिकतम जमा सीमा प्रति वित्तीय वर्ष ₹1.5 लाख है। 3. **ब्याज दर**:    - ब्याज दर सरकार द्वारा तिमाही आधार पर संशोधित की जाती है। यह आमतौर पर अन्य छोटी बचत योजनाओं की तुलना में अधिक होती है। 4. **अवधि**:    - खाता खोलने की तारीख से 21 वर्...

సుకన్య సమృద్ధి యోజన

 ### సుకన్య సమృద్ధి యోజన (Sukanya Samriddhi Yojana)  సుకన్య సమృద్ధి యోజన భారత ప్రభుత్వమిచే ప్రవేశపెట్టబడిన ఒక మంచి పొదుపు పథకం, దీని ఉద్దేశ్యం అమ్మాయిల భవిష్యత్తు విద్య మరియు వివాహ ఖర్చుల కోసం తల్లిదండ్రులను పొదుపు చేయడానికి ప్రోత్సహించడం. "బేటీ బచావో, బేటీ పడావో" ప్రచారంలో భాగంగా ప్రారంభించబడిన ఈ పథకం ఆకర్షణీయమైన వడ్డీ రేట్లు మరియు పన్ను ప్రయోజనాలను అందిస్తుంది. ఈ పథకం యొక్క కొన్ని ముఖ్యాంశాలు మరియు ప్రయోజనాలు ఇక్కడ ఉన్నాయి: ### ముఖ్యాంశాలు 1. **అర్హత**:    - ఈ ఖాతా 10 సంవత్సరాల లోపు ఉన్న అమ్మాయిల కోసం తెరవబడుతుంది.    - ప్రతి అమ్మాయికి ఒక ఖాతా మాత్రమే అనుమతించబడుతుంది మరియు ఒక్క కుటుంబం రెండుకు మించి ఖాతాలు తెరవకూడదు. 2. **నివ్వాల్సిన మొత్తాలు**:    - కనీస వార్షిక జమ మొత్తం ₹250.    - గరిష్ట వార్షిక జమ పరిమితి ₹1.5 లక్షలు. 3. **వడ్డీ రేటు**:    - వడ్డీ రేటు ప్రభుత్వము ద్వారా ప్రతి త్రైమాసికం సవరించబడుతుంది. ఇది ఇతర చిన్న పొదుపు పథకాలతో పోల్చినపుడు ఎక్కువగానే ఉంటుంది. 4. **కాలపరిమితి**:    - ఖాతా తెరవబడిన తేదీ నుండి ...

Sukanya Samriddhi Scheme -Post Office / Authorised Bank

 The Sukanya Samriddhi Scheme is a government-backed savings scheme in India, aimed at encouraging parents to save for their daughters' future education and marriage expenses. Launched as part of the "Beti Bachao, Beti Padhao" campaign, it offers attractive interest rates and tax benefits. Here are some key features and benefits of the Sukanya Samriddhi Scheme: ### Key Features 1. **Eligibility**:    - The account can be opened for a girl child up to the age of 10 years.    - Only one account per girl child is allowed, and a maximum of two accounts per family is permissible. 2. **Deposit Limits**:    - The minimum annual deposit is ₹250.    - The maximum deposit limit per financial year is ₹1.5 lakh. 3. **Interest Rate**:    - The interest rate is revised quarterly by the government. It has historically been higher compared to other small savings schemes. 4. **Tenure**:    - The account matures 21 years from the date of op...