Skip to content
GoLinuxHub
  • Home
  • Linux Basics
  • Security
  • VMware
  • DevOps
  • Programming
  • Contact Me

golinuxhub

How to assign a service to a specific core using systemd in RHEL 7 / CentOS 7

In my last article I have given an overview of systemd with examples. If your service is a multithread service then it may run on multiple cores based on the availability of the threads and

10 examples to customize or change the login prompt using PS1 variable of bash shell in Linux

After your Linux node boots up and once you enter your username and password, you are provided with a shell prompt which looks something like below my-linux-setup:~ # When  executing interactively, bash displays the primary

How to limit CPU count or disable CPUs in a multi core server in RHEL 7 / CentOS 7

There are three different methods using which the number of CPU can be limited in Red Hat Enterprise Linux 7. Method 1: maxcpus Using maxcpus parameter : Add kernel parameter maxcpus=N in /boot/grub2/grub.cfg. IMPORTANT NOTE:

How to check if Hyper Threading (HT) is enabled or disabled on my Linux server

In some online articles I have observed, tells that you can use below commands to validate the status of Hyper Threading # dmidecode | grep -i HTT                

How to clean temporary files automatically using systemd-tmpfiles in RHEL 7 / CentOS 7

Have you also come across a situation when your filesystem gets piled up with unwanted files and you have to step in manually clean up all the unwanted temporary files and directories. With Red Hat

How to create a user (normal and root) using kickstart configuration file in RHEL 7 / CentOS 7

I have already written an article explaining the various syntax used in the kickstart file of Red Hat Enterprise Linux 7 with examples and sample kickstart configuration file. Understanding syntax used in kickstart configuration file

How to create a sequence which start with 1 and next value will be 0 and then next value is 1 and then 0 .. and so on ... is this possible ?

SQL> CREATE SEQUENCE TEST_SEQ_A            START WITH 1            MINVALUE 0            MAXVALUE 1            INCREMENT BY -1  

How to boot RHEL 7 / CentOS 7 to single user runlevel or rescue mode (emergency.target) ?

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 "runlevel 1" There can be two

Older posts
Newer posts
← Previous Page1 … Page12 Page13 Page14 … Page51 Next →

Recent Posts

  • Everything You Need to Know About Vulnerability Management
  • How Does IT Enhance the Experience of Online Gambling?
  • What Is A Route API?
  • Transforming Your Exhibition Space with Shell Scheme Graphics
  • Mastering Power BI Implementation: A Step-by-Step Guide
  • Harnessing New Technologies to Elevate Human Health
  • Cross-Platform Development: Harnessing the Power of Kink 0.6.5 to Craft Applications Compatible with Linux and Beyond
  • Data Backup Failure: 9 Reasons & Solutions 
  • Online Blackjack: The Game That Will Make You A Fortune
  • 6 Best Practices For A Successful Cloud Backup
Copyright © 2025 | Hosted On Rocket.net