Skip to content

Root Fan

Oracle & Postgresql DBA Blog

  • Home
  • Contact
  • About
  • Index
  • Services

Tag: command

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 2 Page 3 Page 4 … Page 6 Next page

Unmissable Posts

  • Copy Password File From Primary ASM to Standby ASM on Oracle 19c
  • Oracle Exadata vs ExaCC vs ExaCS
  • PostgreSQL High Availability with Patroni, etcd, HAProxy and keepalived
  • Oracle 19c Data Guard Configuration Step by Step
  • Top 7 Oracle Wait Events Explained

Recent Posts

  • Oracle to Postgres Migration: CO Schema Issues and Fixes
  • Oracle to Postgres Migration Step by Step: The SH Schema (Partitions, Materialized Views, Bitmap Indexes)
  • ora2pg Migration Example: Oracle HR Schema to PostgreSQL
  • The Complete Oracle-to-PostgreSQL Data Type Mapping Guide
  • PostgreSQL Tools List: The Essential Stack for Production DBAs

Categories

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

Unmissable posts

  • ora2pg Migration Example: Oracle HR Schema to PostgreSQL
  • Oracle to Postgres Migration: CO Schema Issues and Fixes
  • PostgreSQL High Availability with Patroni, etcd, HAProxy and keepalived
  • Oracle to Postgres Migration Step by Step: The SH Schema (Partitions, Materialized Views, Bitmap Indexes)
  • Top 7 Oracle Wait Events Explained
  • Oracle to Postgres Migration: CO Schema Issues and Fixes
  • Oracle to Postgres Migration Step by Step: The SH Schema (Partitions, Materialized Views, Bitmap Indexes)
  • ora2pg Migration Example: Oracle HR Schema to PostgreSQL
  • The Complete Oracle-to-PostgreSQL Data Type Mapping Guide
  • PostgreSQL Tools List: The Essential Stack for Production DBAs

Categories

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

EN
EN
ES FR

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