Skip to content

Magenaut

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

linux

Create and control start up scripts in BusyBox

August 7, 2022 by Magenaut

I have compiled a custom linux kernel in BusyBox. BusyBox init does not support runlevels. When the kernel boots up in BusyBox, it first executes init which looks for the specified runlevel in /etc/inittab. BusyBox init works just fine without /etc/inittab. When no inittab is found it has the following behavior:

Categories Q&A, Unix & Linux Tags busybox, init.d, linux, runlevel, startup Leave a comment

How to detect and mitigate the Intel escalation of privilege vulnerability on a Linux system (CVE-2017-5689)?

August 7, 2022 by Magenaut

According to the Intel security-center post dated May 1, 2017, there is a critical vulnerability on Intel processors which could allow an attacker to gain privilege (escalation of privilege) using AMT, ISM and SBT.

Categories Q&A, Unix & Linux Tags hardware, linux, security, vulnerability, x86 Leave a comment

Which parts of an ELF executable get loaded into memory, and where?

August 7, 2022 by Magenaut

What I already know:

Categories Q&A, Unix & Linux Tags dynamic-linking, dynamic-loading, elf, linux, memory Leave a comment

Are limits.conf values applied on a per-process basis?

August 7, 2022 by Magenaut

I’m tuning the nofile value in /etc/security/limits.conf for my oracle user and I have a question about its behavior: does nofile limit the total number of files the user can have open for all of its processes or does it limit the total number of files the user can have open for each of its processes?

Categories Q&A, Unix & Linux Tags files, limit, linux Leave a comment

Hard-link creation – Permissions?

August 7, 2022 by Magenaut

Which permissions affect hard-link creation? Does file ownership itself matters?

Categories Q&A, Unix & Linux Tags hard-link, linux, permissions Leave a comment

How to change cursor shape, color, and blinkrate of Linux Console?

August 7, 2022 by Magenaut

I know I can change some fundamental settings of the Linux console, things like fonts, for instance, with dpkg-reconfigure console-setup.

Categories Q&A, Unix & Linux Tags console, cursor, linux Leave a comment

What are Kernel PMU event-s in perf_events list?

August 7, 2022 by Magenaut

Searching for what one can monitor with perf_events on Linux, I cannot find what Kernel PMU event are?
Namely, with perf version 3.13.11-ckt39 the perf list shows events like:

Categories Q&A, Unix & Linux Tags cpu, linux, monitoring, perf-event, performance Leave a comment

Linux, how to change HDD state from ReadOnly after temporarly crash?

August 7, 2022 by Magenaut

At this time no ansver for this problem.

Categories Q&A, Unix & Linux Tags linux, mount, readonly Leave a comment

Delete specific line number(s) from a text file using sed?

August 7, 2022 by Magenaut

I want to delete one or more specific line numbers from a file. How would I do this using sed?

Categories Q&A, Unix & Linux Tags linux, sed Leave a comment

How does PulseAudio start?

August 7, 2022 by Magenaut

PulseAudio is always running on my system, and it always instantly restarts if it crashes or I kill it. However, I never actually start PulseAudio.

Categories Q&A, Unix & Linux Tags debian, linux, pulseaudio Leave a comment
Older posts
Newer posts
← Previous Page1 … Page51 Page52 Page53 … Page63 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