Skip to content

  • Home
  • Containers
    • Openshift
    • Instana
    • Kubernetes
    • Docker
  • IBM Cloud
    • IBM Cloud Pak for Automation
      • Content
      • Workflow
      • Task
      • Data Capture
      • Decision
  • Java Technologies
    • Rational Application Developer
    • EJB
    • JSP / JSF
    • Common Java
    • Web Service
  • Microsoft .NET
    • C#
    • ASP.NET
    • WCF
    • .NET Framework
  • Databases
    • MS SQL Server
    • DB2
    • MySql
  • RHEL
  • Others

What are the FileNet P8 System Health page contents?

Domain: Displays the FileNet P8 domain name if a domain was found. Global Configuration Database: Verifies that the GCD contains a valid domain object

Continue Reading→

How can i install and use iptables on RHEL 7.2

Firstly, stop and mask the firewalld service: systemctl stop firewalld systemctl mask firewalld Then, install the iptables-services package: yum

Continue Reading→

Configuring the number of allowable open files in Redhat Enterprise Linux

Edit the /etc/security/limits.conf file then set the limit for open files from 1024 to 65536. "username" hard nofiles 65536 "use

Continue Reading→

Linux Swap Space

Linux swap space is normally configured either on a dedicated partition or a logical volume. Such space is used to extend the amount of effective RAM

Continue Reading→

TSQL Script to Take Database Offline and Take Database Online Microsoft SQL Server 2014

If You wish to take a Microsoft SQL Server 2014 database offline or online, You need to use the GUI . GUI path is Tasks-Take Online or Take Offline.

Continue Reading→

How to find files that are modified in the last x number of days?

The following command will list all the files that were modified in the last two days under the current directory. find . -mtime -2

Continue Reading→

How to find files that are not modified in the last x number of days?

The following command will list all the files that were modified more than 60 days ago under the current directory. find . -mtime +

Continue Reading→

Working with Links in Linux

In a Linux file system, it is very useful to be able to access a single file from different locations. This discourages you from copying a file to di

Continue Reading→

Practical examples where shell scripting actively used

// • Monitoring your Linux system. • Data backup and creating snapshots. • Dumping Oracle or MySQL database for backup. â

Continue Reading→

Symptoms of Software Development Problems

- User or business needs not met - Requirements not addressed - Modules not integrating - Difficulties with maintenance - Late discovery of flaws

Continue Reading→

Posts navigation

1 2 … 11 Next
  • Email
  • LinkedIn
  • Twitter

Recent Posts

  • What are the FileNet P8 System Health page contents?
  • How can i install and use iptables on RHEL 7.2
  • Configuring the number of allowable open files in Redhat Enterprise Linux
  • Linux Swap Space
  • TSQL Script to Take Database Offline and Take Database Online Microsoft SQL Server 2014
  • How to find files that are modified in the last x number of days?
  • How to find files that are not modified in the last x number of days?
  • Working with Links in Linux
  • Practical examples where shell scripting actively used
  • Symptoms of Software Development Problems

Categories

© 2021
WordPress Theme: AccessPress Parallax