Jan 14, 2018
SQL> CREATE SEQUENCE TEST_SEQ_A START WITH 1 MINVALUE 0 MAXVALUE 1 INCREMENT BY -1 NOCACHE ORDER CYCLE ; SQL> Insert into test(seq) values(TEST_SEQ_A.nextval); SQL> Select \*from test; **Output:** 1 0
Jan 11, 2018
Starting from RHEL 7 the runlevel concept is no more and now the formerly known as runlevel 1 is called emergency.target So we will use the term "**emergency.target**" for
Jan 6, 2018
Below are some of the scenarios I can think of where sudoers file can be used, if you have any more [](How2Bto2Buse2Biperf32Btool2Bto2Bmonitor2Bnetwork2Bbandwidth2Bin2BLinux2B252822529.webp) questions for which you want any help of
Jan 2, 2018
This article contains overview on the various syntax and aliases which are used in sudoers file [](How2Bto2Buse2Biperf32Btool2Bto2Bmonitor2Bnetwork2Bbandwidth2Bin2BLinux.webp) **IMPORTANT POINT:** It is strongly recommended to use "**visudo**" to edit the sudoers
Jan 1, 2018
In my last article I have given an [**overview of systemd**] with examples. If you want to have a background of migration from sysvinit scripts which we were using RHEL
Dec 26, 2017
Below table depicts the flow of the boot up process for [RHEL 7 / Cent OS 7]({{< relref "step-by-step-red-hat-linux-70/index.md" >}}) with GRUB2 and systemd [](RHEL7_Boot_Process2B252822529.webp) The stages involved in Linux Booting Process are:
Dec 24, 2017
This article gives you an overview of transition from System V init scripts to Systemd. Some of the benefits of systemd over the traditional System V init facility include: *
Dec 24, 2017
### **Problem Statement**: Host stuck at a 68% (certain percentage) while entering vSAN Maintenance Mode. When you enter a vSAN Maintenance mode with option "Full data migration", its bound to
Dec 20, 2017
I have already written an article to check the network bandwidth speed using netperf available at below link [How to monitor network bandwidth in Linux using netperf]({{< relref "how-to-monitor-network-bandwidth-in/index.md" >}}) In this article
Dec 17, 2017
In my last articles I had shared the arguments with sed which can be used to [perform case insensitive actions (search, replace..) in a file]({{< relref "sed-case-insensitive-actions-search/index.md" >}}) and to [delete all blank