CD Changed Directory CD(Changed Directory) – To change into another directory, and make it our working directory, we would use the command To change into the root directory, make it your working directory, use : (“.”) is represented by current…
Category: Linux
Linux is open-source Unix-like operating systems based on the Linux kernel.
Installation of Postgres and MYSQL in the same server Bitnami Config.
INSTALLATION OF LAPPSTACK: Installation part is same as lampstack installation. At the time of installation, it asks for config the password postgres user. Which is equivalent to root user of MySQL. PGSQL CONFIGURATION: Go to /opt/lampstack/apps/phppgadmin/conf and open httpd-app.conf. Change…
Top 10 Linux Commands Every User Should Know
Search Single String in All Files In this example command will search string “changeWfApprovalStatus” in all files in cd /opt/lampstack/apache2/htdocs/test/ directory and its sub-directories. 2. Restart Apache and Mysql Server If you are using Bitnami in centos then this code…