Skip to content

Root Fan

Linux & Oracle DBA Blog

  • Home
  • Contact
  • About
  • Index

Tag: command

Posted on November 15, 2018April 3, 2022

How to Find Files in Ubuntu Terminal

brown wooden floor

Here is a list of commands I use to find files in Ubuntu.

To find all files with .zip extension You can use this

find . -name "*.zip"

If you want to find all files with a pattern use this

find . -name "*pattern*"
Continue reading “How to Find Files in Ubuntu Terminal”
Posted on October 1, 2018April 3, 2022

Commands to Troubleshoot Ubuntu UFW

green trees surrounding lake

I was having problems with ufw not allowing me to add a new rule.

# ufw deny from 54.38.157.178 to any
ERROR: initcaps
[Errno 2] iptables: Chain already exists.

So this is what I did:

Continue reading “Commands to Troubleshoot Ubuntu UFW”

Posts pagination

Previous page Page 1 … Page 5 Page 6

Unmissable Posts

  • Copy Password File From Primary ASM to Standby ASM on Oracle 19c
  • How to Check PDB Status in Oracle
  • How to Change AWR Retention Period in Oracle Database
  • Implementing Transparent Data Encryption in Oracle 19c Step by Step
  • How to Run an Oracle SQL Script Using nohup on Linux

Recent Posts

  • Exadata Storage Index
  • Top 7 Oracle Wait Events Explained
  • Exadata Smart Flash Cache
  • Oracle Exadata Smart Scan
  • Exadata HCC Compression

Categories

  • Apache
  • Exadata
  • Firewall
  • Linux
  • Oracle
  • Postfix
  • Security
  • Ubuntu

Unmissable posts

  • Copy Password File From Primary ASM to Standby ASM on Oracle 19c
  • How to Check PDB Status in Oracle
  • Oracle 19c RMAN Duplicate Database From Backup
  • Step by Step Data Guard Broker Configuration in Oracle 19c
  • Implementing Transparent Data Encryption in Oracle 19c Step by Step
  • Exadata Storage Index
  • Top 7 Oracle Wait Events Explained
  • Exadata Smart Flash Cache
  • Oracle Exadata Smart Scan
  • Exadata HCC Compression

Categories

  • Apache
  • Exadata
  • Firewall
  • Linux
  • Oracle
  • Postfix
  • Security
  • Ubuntu

en_US EN
en_US EN

  • Facebook
  • Twitter
  • Email
Privacy Policy Proudly powered by WordPress