Skip to content

LinTechOps.com

No shortcuts in life

  • About
  • Linux
    • Ubuntu
  • Scripts
    • Python
    • Bash
  • Devops
    • Git
    • AWS
    • Ansible
    • Docker
  • Windows
  • Technology
  • Panel
    • cPanel
    • Interworx

Ubuntu

Ubuntu
Linux Ubuntu

How to set file permissions to default in Linux?

February 7, 2020February 7, 2020 ArunlalLeave a reply

In Linux file permissions are as follows. Files – 644Folders – 755 Sometimes files and folders found to be in full permissions. Please use the below commands to set it back to default permission For folders: find . -type d…

Linux Ubuntu

How to clear qmail queue

January 20, 2020January 20, 2020 ArunlalLeave a reply

First of all, check the current mail queue with the following command. [arunlal@lintechops~]# /var/qmail/bin/qmail-qstat messages in queue: 2458 messages in queue but not yet preprocessed: 18 2. In order to remove the mail queue. Stop the qmail service. [arunlal@lintechops~]# service…

Ubuntu
Linux Ubuntu

How to check booting time in Linux

January 15, 2020January 15, 2020 ArunlalLeave a reply

Sometimes we are experiencing slowness in boot time. Here in this article, we are going to discuss about the boot time and the time breakdown of the services. Run the following command to find the boot time of the system.…

Ubuntu
Linux Ubuntu

How to check if a disk is an SSD or an HDD

January 10, 2020January 10, 2020 ArunlalLeave a reply

Here, I am going to share one of the easiest method to find the type of your drive. arunlal@lintechops:~$ cat /sys/block/sda/queue/rotational 1 1 —–>> HDD0 ——>> SSD In case of me, it’s HDD. Try the same let me know drive…

Ubuntu
Linux Ubuntu

How to change MPM in ubuntu

December 3, 2019December 3, 2019 ArunlalLeave a reply

Run the following command to know the current MPM apache using. root@ip-172-31-93-7:/home/ubuntu# apachectl -V | grep -i mpm Server MPM: event The current MPM is apache using is an event module. Available MPM are listed over here. ls /etc/apache2/mods-available/mpm* /etc/apache2/mods-available/mpm_event.conf…

Follow Us on Facebook

.

Copyright © 2025 LinTechOps.com. Theme: Creative Blog by Bishal Napit. Powered by WordPress.