Skip to content

Root Fan

Linux & Oracle DBA Blog

  • Home
  • Contact
  • About
  • Index

Posts

Posted on June 3, 2019April 3, 2022

How to Unzip a File on Ubuntu

body of water during dawn

On Ubuntu if you have a file compressed as latest.tar.gz you can untar or unzip it with this command

tar -xzvf latest.tar.gz

If you have a zip file, you can unzip it with this other command

unzip latest.zip
Posted on May 17, 2019April 3, 2022

How to Manage Users on Ubuntu

down angle photography of red clouds and blue sky

In this guide, I will show you how to manage your users on Ubuntu via command line.

Most of these commands assume you are root so no need to use sudo.

1. How to list all local users on Ubuntu?

cut -d: -f1 /etc/passwd
Continue reading “How to Manage Users on Ubuntu”

Posts pagination

Previous page Page 1 … Page 28 Page 29 Page 30 … Page 34 Next page

Unmissable Posts

  • Copy Password File From Primary ASM to Standby ASM on Oracle 19c
  • Oracle 19c RMAN Duplicate Database From Backup
  • RMAN Level 0 and Level 1 Backup Script
  • How to Restore an Oracle Database From a Backup
  • Step by Step Data Guard Broker Configuration in Oracle 19c

Recent Posts

  • How to Read an AWR Report in Oracle
  • PostgreSQL Performance Tuning: How to Optimize Your Database Server
  • PostgreSQL SQL Tuning: How to Find and Fix Slow Queries
  • Oracle Exadata vs ExaCC vs ExaCS
  • Oracle Query to Check RMAN Backup Status

Categories

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

Unmissable posts

  • How to Find Alert Log File Location in Oracle
  • Copy Password File From Primary ASM to Standby ASM on Oracle 19c
  • Top 7 Oracle Wait Events Explained
  • How to Restore an Oracle Database From a Backup
  • Oracle 19c RMAN Duplicate Database From Backup
  • How to Read an AWR Report in Oracle
  • PostgreSQL Performance Tuning: How to Optimize Your Database Server
  • PostgreSQL SQL Tuning: How to Find and Fix Slow Queries
  • Oracle Exadata vs ExaCC vs ExaCS
  • Oracle Query to Check RMAN Backup Status

Categories

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

EN
EN
ES FR

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