Skip to content

Fatih Acar's blog

About of Database Systems and Information Technologies

Menu
  • Home
  • About Me
  • Contact Me
Menu

Category: Linux & Unix

RPM Command Using on Linux Systems

Posted on 04/12/201504/12/2015 by Fatih Acar

If you connect linux repo, you can use yum install or yum update to manage your package. On the other hand, if you have RPM package, you can use rpm command to manage packages. RPM command has been using for installing, uninstalling, upgrading, listing,querying and checking RPM packages on linux system. You can use rpm…

How to Lock and Unlock Users on Oracle Linux / Centos / Redhat

Posted on 21/11/201521/11/2016 by Fatih Acar

Lock User Method 1 [root@test ~]# passwd -l username Method 2 [root@test ~]# usermod -L username Unlock User Method 1 [root@test ~]# passwd -u username Method 2 [root@test ~]# usermod -U username Check Status of Users [root@test ~]# more /etc/shadow username:!!$6$pmQO0ZPH$POolvCzxe1nsd1OpLkMc6E3cd1ffOkcz224caQs1d/oL.OwscUhYfcas//41sS12.:16531:0:99999:7::: Note : If you see “!!” expression or “!” expression start of password of…

How to Create Virtual IP Address on Oracle Linux System

Posted on 02/10/201502/10/2015 by Fatih Acar

You can create virtual IP addresses on Oracle Linux, Redhat and Centos Operating Systems with below operations. Virtual IP address can be temporary or static according to your wishes. You have to have a ethernet adaptor interface for example eth0. You can use ifconfig eth0:0 <IP address> syntax to create temporary virtual IP. Create Temporary Virtual…

How to Change SSH Port When Selinux is Enable on Oracle Linux 7

Posted on 25/03/201528/10/2015 by Fatih Acar

SSH service runs on 22 port number. You can change this port number for security. If you use Oracle Linux 7, Centos 7 or Red Hat Linux 7 versions, you can change port number with below operations. If selinux is enabled, you have to add new port number to selinux configuration because of the fact…

Linux Logical Volume Manager Configuration And Extend Disk Operation

Posted on 18/02/201517/12/2019 by Fatih Acar

Logical Volume Manager is a disk partitioning solution on linux systems. This architecture provides advantages. You can extend disk size easily with lvm without losing exist data. But, If you use fdisk that is classical method for partition, you can not resize this partitions without losing data. You can follow below steps to configure lvm….

Fstab Cannot Writable

Posted on 12/02/201512/02/2015 by Fatih Acar

If you mount disk with wrong uuid or wrong text in fstab file, you get an error when system restart. Your system can not open. If you want to change fstab, you can not change this file because of read only. You can change this status with “mount -o remount,rw /” command. This command provides…

How to Install Oracle Enterprise Linux 7

Posted on 18/10/201418/10/2014 by Fatih Acar

Oracle company released Oracle Enterprise Linux 7 version. OEL7 has new features. You can install OEL7 like below. Installation OEL7

Schedule Reboot Linux System With Crontab

Posted on 06/04/201406/04/2014 by Fatih Acar

You can reboot linux system with crontab. You can use below command for schedule reboot operation. Schedule Reboot With Crontab [root@server ~]# crontab -e 10 4 * * * /sbin/shutdown -r now The system will be reboot every day at 04:10 AM with above schedule.

How to Add or Delete Route in Oracle Linux

Posted on 02/09/201302/09/2013 by Fatih Acar

IP routing involves forwarding of IP datagrams. Its a simple process in which the host sends the IP datagram directly to the destination if the destination host is connected. For example, through a point to point link or through a shared network. If the destination host is not directly connected then the host sends the…

How to Increase Swap Space Size in Linux System

Posted on 23/08/201323/08/2013 by Fatih Acar

Swap space in Linux is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, inactive pages in memory are moved to the swap space. While swap space can help machines with a small amount of RAM, it should not be considered a…

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next



View Fatih ACAR's profile on LinkedIn

Categories

  • Databases (329)
    • MsSQL Server (18)
      • Administration (16)
      • Errors and Solutions (4)
      • SQL (2)
    • MySQL (5)
      • Administration (4)
      • Backup And Recovery (1)
      • Errors and Solutions (1)
    • Oracle (290)
      • Administration (79)
      • Backup And Recovery (29)
      • Errors and Solutions (195)
      • Procedure (10)
      • SQL (32)
    • PostgreSQL (16)
      • Administration (15)
      • Errors and Solutions (3)
      • SQL (2)
    • Redis (1)
  • Microsotf Dynamics CRM (1)
  • Operating Systems (47)
    • Linux & Unix (34)
    • Windows (13)
  • Programing (5)
    • Python (5)
  • SAP (15)
    • Errors and Solutions (4)
    • SAP Basis (12)
  • Security (8)
    • Database Security (6)
    • Information Security (1)
    • System Security (4)
  • VMware (4)

Recent Posts

  • Redis 7 Sentinel Infrastructure Installation
  • Oracle Database 19c Multi Data Guard and DML Redirect, Switchover-Failover Operations on Oracle Linux 8
  • Oracle Database 23ai Free Installation Steps on Oracle Linux 9
  • Oracle Database 19c Active Data Guard Installation and DML Redirect, Switchover-Failover Operations on Oracle Linux 8
  • Oracle Database 19c Installation and 19.22 RU Patch Apply on Oracle Linux 8

Resources

  • Oracle
  • PostgreSQL

Blogroll

  • Gökhan Atıl
  • H. Koray Gündüz
  • Hakan Talip Öztürk
  • Zekeriya Beşiroğlu

Web Pages

  • BT Çözümleri

Tag Cloud

Administration Backup and Recovery Cluster Systems Database Administration Database Security Linux Linux Administration MsSQL Server MsSQL Server Error and Solutions MySQL MySQL Administration ORA-00018 ORA-00020 Oracle Oracle 12c Oracle 19c Oracle Administration Oracle Backup and Restore Oracle Data Guard Oracle Data Guard Failover Oracle Data Guard Switchover Oracle Error Solutions Oracle Linux Oracle Rman Backup Oracle Security Oracle SQL Query PostgreSQL PostgreSQL Administration PostgreSQL High Availability PostgreSQL Hot Standby Python SAP Basis Sap Errors and Solutions Sap System Administration SQL SQL Server Administration SQL Server Availability Group Stored Procedure System Administration System Security VMware VMware Administration Windows Windows Batch Script Windows Server

Social

  • View facar1987’s profile on Twitter
  • View facar’s profile on LinkedIn

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 17 other subscribers
©2026 Fatih Acar's blog | Built using WordPress and Responsive Blogily theme by Superb