How To Kill All Processes With The Same Name On Windows
The taskkill command can be used many different ways to end or kill running processes on Windows Server 2012 and above. Taskkill replaces the kill...
How To Change The WebLogic Admin Password Using WLST
Follow the steps below to change the WebLogic Administrator's password using WLST: /u01/Oracle/Middleware/Oracle_Home/oracle_common/common/bin/wlst.sh connect('weblogic','welcome1','t3://SERVER_NAME:7001') cd('/SecurityConfiguration/DOMAIN/Realms/myrealm/AuthenticationProviders/DefaultAuthenticator') cmo.resetUserPassword('weblogic','welcome2') exit() You should now be able to login to...
Quick Tip: How To Set Environment Variables On Linux
I ran into this the other day and need to make note of it so.... The commands used to set environment variables on Linux depends...
Monitor a Log File While It Is Being Written To Using The PowerShell Tail Parameter
Recently, I had a client with a process that was out of control. The logs kept getting too large, too quickly and I wasn't able...
The Easiest Way To Truncate the Oracle Database listener.log On A Linux Server
On Linux, locate the listener.log file of the Oracle Database. Then, use the following procedure to zip & truncate the listener.log file of an Oracle...