About 395,000 results
Open links in new tab
  1. What is special about GNU/Linux 3.2.0? - Unix & Linux Stack …

    Apr 5, 2022 · @AustinHemmelgarn While that is correct, the number is expressing what version of the Linux kernel is expected by the library. 3.2.0 is a version of Linux, not of GNU/Linux.

  2. arm - How to Manually Upgrade an Outdated Linux 3.10.65 …

    Jun 24, 2024 · I have Linux 3.10.65 armv7l kernel on my industrial computer, need to upgrade it manually is it possible if it is, how? CPU Quad-core ARM Cortex-A7 Processor Linux 3.10.65 …

  3. Correct way to add /lib/ld-linux.so.3 in Debian

    Since I needed ld-linux.so.3 from armhf architecture I looked for it under /lib/arm-linux-gnueabihf/ and sure enough there it was. To solve my problem I then linked it in /lib, and the binary …

  4. Where to download Linux Kernel source code of a specific version?

    Is there a resource to download a specific kernel version source? For example, I want to get 2.6.36.2 sources to compare with this package and see what changes were introduced?

  5. Can not install Kali Linux headers - Unix & Linux Stack Exchange

    Aug 7, 2023 · There’s a step missing in the instructions: you need to ensure your system is up-to-date. After the sudo apt update step, run sudo apt upgrade This should install the latest kernel; …

  6. List of Kill Signals - Unix & Linux Stack Exchange

    Oct 19, 2016 · man 7 signal (Linux) or man 3 signal (BSD) will show you a complete table with a brief summary of the meaning of each signal: First the signals described in the original …

  7. How does kernel version correlate with a Linux Release version?

    Aug 4, 2021 · 3.10.0-693 would be the kernel version for CentOS 7.4 (released 2017-09-13), indicating that the CentOS 7.2 and 7.3 servers you see it in have had their kernels updated to …

  8. What do the numbers in a man page mean? - Unix & Linux Stack …

    Oct 28, 2010 · Note that these section numbers are for Linux. 1, 3 and 6 are the same across all unix variants AFAIK, but the others and the non-lone-digit sections can differ. Usually man X …

  9. linux - Setting /proc/sys/vm/drop_caches to clear cache - Unix

    As part of doing some cold cache timings, I'm trying to free the OS cache. The kernel documentation (retrieved January 2019) says: drop_caches Writing to this will cause the …

  10. curl - How can I check currently installed and in use versions of SSL ...

    Jan 29, 2020 · 3 There isn't a single answer: Firefox uses NSS to provide SSL/TLS A number of other programs use GnuTLS Still others use OpenSSL. And none of this tells you what version …