Enterprise Security
Sunday, September 19, 2021
Search for text within files in linux
find ./ -name '*.txt' | xargs grep yourtext
./: root path to search
-name: file name
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Basic Algebraic Concepts for Understanding Encryption
SailPoint IIQ - Provisioning Rule Example - JDBC Application
import java.util.Date; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.Stateme...
Install OpenSSL on Windows Subsystem for Linux (WSL2)
wget https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.5.0.tar.gz <Check latest version and replace everywhere> tar -xvf libress...
OIM: Create and deploy scheduled task
The following posts covers all aspects of developing and deploying a scheduled task in OIM and creating a scheduled job. The post will...
No comments:
Post a Comment