Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

Unix & Linux

Is there any reason to move away from fstab on a systemd system?

August 8, 2022 by Magenaut

I’m on an Arch Linux system, which means systemd.

Categories Q&A, Unix & Linux Tags fstab, systemd Leave a comment

Inconsistency of stderr redirection between tcsh and other shells

August 8, 2022 by Magenaut

I’m running into issues with redirection in tcsh.

Categories Q&A, Unix & Linux Tags io-redirection, stderr, tcsh Leave a comment

Merging two files, one column at a time

August 8, 2022 by Magenaut

I have 2 large files (3000 columns, 15000 rows) of the following format

Categories Q&A, Unix & Linux Tags awk, data, merge, sed, text-processing Leave a comment

setting mysql root password in CentOS 7

August 8, 2022 by Magenaut

How can I log into the mysql 5.6 command line client and reset the root password in Centos7?

Categories Q&A, Unix & Linux Tags centos, mysql, services Leave a comment

Drop Process Privileges

August 8, 2022 by Magenaut

I have a process that gets started by a damon running as root, now I want to “downgrade” this process’s privileges to those of your average user. Is this possible? If yes how?

Categories Q&A, Unix & Linux Tags privileges, process Leave a comment

remove lines that contain a specific text in a file

August 8, 2022 by Magenaut

I have a file with a list of emails in it and each line has an email in it. I want to remove lines that contain the string example.com or test.com.

Categories Q&A, Unix & Linux Tags sed, text-processing Leave a comment

What is signal 0 in a trap command?

August 8, 2022 by Magenaut

I’m following this guide on how to set up passwordless SSH authentication with ssh-agent.

Categories Q&A, Unix & Linux Tags bash, signals, trap Leave a comment

Understanding top and load average

August 8, 2022 by Magenaut

I’m observing a high load average on a certain machine (about 9) in all three load fields. I understand load as the number of processes in state “run” / currently desiring CPU time. Am I correct at reasoning that if N processes are running on my machine this cannot produce a load greater than N?

Categories Q&A, Unix & Linux Tags cpu, load, process, top Leave a comment

Does any file system implement Copy on Write mechanism for CP?

August 8, 2022 by Magenaut

We have seen OS doing Copy on Write optimisation when forking a process. Reason being that most of the time fork is preceded by exec, so we don’t want to incur the cost of page allocations and copying the data from the caller address space unnecessarily.

Categories Q&A, Unix & Linux Tags copy-on-write, ext4, filesystems, linux, xfs Leave a comment

Why does environment variable persistence break the PATH var?

August 8, 2022 by Magenaut

I tried to persist the environment variables for ORACLE in RedHat using /etc/environment.

Categories Q&A, Unix & Linux Tags environment-variables Leave a comment
Older posts
Newer posts
← Previous Page1 … Page218 Page219 Page220 … Page371 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress