• Home
  • Ubuntu 20.04
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 20.04
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
23 August 2013

How to Set Up PHP eAccelerator on CentOS & RHEL

Written by Rahul
PHP eAccelerator is used for improving performance of php scripts by optimize and cache them in compiled states. eAccelerator stores compiled PHP scripts in shared memory and executes code directly from it. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times. There are also other options available...
Read More about How to Set Up PHP eAccelerator on CentOS & RHEL
20 August 2013

How to Allow Remote Clients to Connect MySQL Server

Written by Rahul
Many times we faced below issue when try to connect a remote MySQL server from client system and remote client is not allowed to access this MySQL server we faced issue like below. # mysql -h 192.168.1.10 -u root -p Enter password: [Output] ERROR 1130 (HY000): Host '192.168.1.12' is not allowed to connect to...
Read More about How to Allow Remote Clients to Connect MySQL Server
19 August 2013

How To Enable Gzip Compression Apache on Ubuntu 18.04 & 16.04

Written by Rahul
The mod_deflate module provides the DEFLATE output filter that allows output from your server to be compressed before being sent to the client over the network. Currently mod_deflate is using with newer version of Apache. mod_deflate is the replacement of mod_gzip which was used with older version of Apache. Read: How to enable Gzip...
Read More about How To Enable Gzip Compression Apache on Ubuntu 18.04 & 16.04
18 August 2013

How to Install Munin (Network Monitoring Tool) in CentOS, Red Hat & Fedora

Written by Rahul
Munin is a networked resource monitoring tool that can help analyze resource trends. Munin the monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. This article will help you to install Munin Network Monitoring Tool on your CentOS, Fedora, and Red...
Read More about How to Install Munin (Network Monitoring Tool) in CentOS, Red Hat & Fedora
17 August 2013

How to Configure NFS Share on Ubuntu 18.04 & 16.04

Written by Rahul
Network File System (NFS) is a distributed file system protocol. which allowing a user on a client computer to access files over a network in a manner similar to how local storage is accessed. This article will help you to install and configure NFS on Ubuntu systems and export a directory and mount it...
Read More about How to Configure NFS Share on Ubuntu 18.04 & 16.04
05 August 2013

How to Delete Files Older than 30 days in Linux

Written by Rahul
This is the best practice to remove old unused files from your server. For example, if we are running daily/hourly backup of files or database on the server then there will be much junk created on the server. So clean it regularly. To do it you can find older files from the backup directory...
Read More about How to Delete Files Older than 30 days in Linux
28 July 2013

How to Use Functions in Bash Shell Scripts

Written by Rahul
What is function: A function which can also be referred to as subroutine, procedure is a block of code used for specific tasks. Function’s also have a property called reusability. This tutorial will help you to how to create and use functions in shell scripts. Create First Function in Shell Script Create your first...
Read More about How to Use Functions in Bash Shell Scripts
28 July 2013

MySQL Dump/Restore Stored Procedures and Triggers

Written by Rahul
Stored procedures and Triggers are first introduces with MySQL 5.0. So if you are still using MySQL older version’s upgrade it to MySQL 5.0 or higher version to use these features. This article will help you to how to make a dump of Stored procedures and triggers using mysqldump command. What is Stored Procedure...
Read More about MySQL Dump/Restore Stored Procedures and Triggers
26 July 2013

pg_restore: [archiver] input file does not appear to be a valid archive

Written by Rahul
If you are getting above error while restoring backup of database in postgresql. This error means you have taken backup in plain text format. Error: pg_restore: [archiver] input file does not appear to be a valid archive Solution: To restore plain text backup using below command. Backup filename: backup-db.txt Database name: mydb # cat...
Read More about pg_restore: [archiver] input file does not appear to be a valid archive
23 July 2013

How to Install Apache CouchDB on CentOS/RHEL 7/6

Written by Rahul
CouchDB is an open source project and NoSQL, document oriented database server. It stored data with JSON documents. It also provides web interface to access documents online. Click here to read more details about CoutchDB This tutorial will help you to install Apache CouchDB server on CentOS, RedHat 7/6 servers. Step 1 – Enabel...
Read More about How to Install Apache CouchDB on CentOS/RHEL 7/6
← Previous 1 … 149 150 151 … 158 Next →

Popular Posts

  • How To Install Python 3.9 on Debian 10
  • Download Ubuntu 20.04 LTS – DVD ISO Images
  • Linux Run Commands As Another User
  • How to Check PHP Version (Apache/Nginx/CLI)
  • How To Install and Configure GitLab on Ubuntu 20.04
  • How to Install PyCharm on Ubuntu 20.04
  • How to Check Ubuntu Version with Command or Script
  • How to Set all directories to 755 And all files to 644
© 2013-2021 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy