DbAppWeb.com

Menu
  • Home
  • Linux
  • HP-UX
  • macOS
  • Windows
  • Web Servers
  • App Servers
  • Storage

Category: Linux

How to make your website in maintenance mode through Apache
April 25, 2018 Linux, Web Servers

How to make your website in maintenance mode through Apache

Problem We need to show the maintenance page to the outside users of our application/website during the deployment of codes or hardware maintenance. We can show the maintenance page or downtime message to the users by making some changes to apache configuration files. But for internal testing, …
Full Article
Linux: Count number of files inside a directory including its subdirectories
April 12, 2018 Linux

Linux: Count number of files inside a directory including its subdirectories

If you need to count the number of files in a directory as well as all the files in its subdirectories then use the below command. Count Number of Files in Current Directory Use the find . -type f | wc -l command to count the …
Full Article
How many files can I put in a directory (ext4 file system)
April 11, 2018 Linux

How many files can I put in a directory (ext4 file system)

You can put the unlimited number of files and subdirectories under a directory which formatted using ext4 file system. Unlimited number of subdirectories in the ext4 file system Ext4 allows an unlimited number of subdirectories. (In ext3 a directory can have at most 32,000 subdirectories.). To allow for …
Full Article
IP Address changed to local after restarting the network services in Linux
March 23, 2018 Linux

IP Address changed to local after restarting the network services in Linux

Problem I have installed the RHEL 6.8 on a server and after assigning the IP address to the system when I restarted the network services IP address changed to local IP. # service network restart Shutting down interface eth0: Shutting down loopback interface: Bringing up loopback interface: …
Full Article
mount: mount to NFS server ’10.xx.x.xx’ failed: timed out (giving up)
March 21, 2018 Linux

mount: mount to NFS server ’10.xx.x.xx’ failed: timed out (giving up)

Problem I had an NFS server from which some folders were shared with client servers. Shared folders were mounted on the client servers. Due to some hardware problem in the NFS server, the server suddenly becomes dead and after that, I created and configured a new …
Full Article
Switching to JAVA SDK 8.0 from JAVA SDK 7.1 on WAS 8.5.5.x
March 18, 2018 IBM WebSphere Application Server, Linux

Switching to JAVA SDK 8.0 from JAVA SDK 7.1 on WAS 8.5.5.x

Before trying to update/upgrade the running JAVA SDK on WAS 8.5.5.x you need to check whether your setup is fulfilling the minimum requirements or not. Fix Pack 9 or higher should be applied to your WAS to switch the JAVA SDK 8.0 from JAVA SDK 7.1. In …
Full Article
Transfer file using scp: Permission denied
March 16, 2018 Linux

Transfer file using scp: Permission denied

Problem I tried to copy a file from one Linux server dbappweb to another Linux server dbappweb1 but got the error ‘Permission denied’. I tried to copy the file using the SCP command over ssh. # scp -p PKIServer.zip user1@dbappweb1:/home/user1/ user1@dbappweb1's password: scp: /home/user1/PKIServer.zip: Permission denied Reason I got …
Full Article
NFS mount points unreachable and df hangs
March 8, 2018 Linux

NFS mount points unreachable and df hangs

Problem I had an NFS server from which some folders were shared with the client-server. Shared folders were mounted on the client server. Due to some hardware problem in the NFS server, the server suddenly becomes dead and after that when I tried to access the …
Full Article
How to create tar archive and remove original files
February 22, 2018 Linux

How to create tar archive and remove original files

Sometimes we need to remove or delete the files after creating the tar archive to increase the free space. Use the tar command with –remove-files option to remove/delete the files after creating the tar archive. List the files # ll total 1015088 -rw-r--r-- 1 root root 810695 Dec 31 04:00 …
Full Article
Apache service not starting, getting error DocumentRoot must be a directory
February 8, 2018 Linux, Web Servers

Apache service not starting, getting error DocumentRoot must be a directory

Problem I have installed Apache 2.2.3 on my web server. After installation, I made some changes in httpd.conf file and created the required directory for DocumentRoot but when I tried to start the HTTPD service I got the below error: # service httpd start Starting httpd: Syntax …
Full Article

Posts pagination

Prev 1 2 3 4 5 6 7 8 Next
  • Popular
  • Recent

Categories

  • Android (2)
  • Blogger (16)
  • Domain and Hosting (1)
  • Hardware Issues (7)
  • HP-UX (55)
  • HPE Data Protector (9)
  • IBM Lotus Notes (2)
  • IBM WebSphere Application Server (16)
  • Internet Tips & Tricks (15)
  • iOS (8)
  • JBoss/WildFly Application Server (2)
  • Linux (76)
  • macOS (15)
  • Microsoft Windows (31)
  • News and Updates (11)
  • Oracle Database (5)
  • SSL/TLS (1)
  • Storage Servers (23)
  • Tools/Softwares (1)
  • VMware ESXi (17)
  • Web Servers (14)
  • WordPress (5)

Archives

DbAppWeb.com

Solution of Database, Application and Web Server Problems

About DbAppWeb.com

One Stop Solution for Database Server, Application Server and Web Server Problems.

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

DbAppWeb on Social Media

Copyright © 2025 DbAppWeb.com
Terms and Conditions   Theme by MyThemeShop.com