About 11,900,000 results
Open links in new tab
  1. Install linux-headers on debian unable to locate package

    I am trying to install the linux-headers for my Kernel Version 3.4.61+ and Debian Version 7.1 I typed this Commands: apt-get update apt-get install linux-headers-$(uname -r) On the last command I

  2. How do I identify the particular Linux flavor via command line?

    Jan 29, 2015 · 75 I'd like to be able to detect which particular Linux flavor is installed on a computer, e.g., Ubuntu vs. Fedora, via a command line command. Some people recommend uname -a, but that …

  3. How to permanently set $PATH on Linux/Unix [closed]

    4 My answer is in reference to the setting up of a Go environment on Ubuntu Linux (amd64). I have faced the same trouble of setting the path of environment variables (GOPATH and GOBIN), losing it …

  4. How do you upgrade glibc on Debian? - Stack Overflow

    Jun 2, 2012 · I heard I can do it using apt-get install libc6, but I need to add something to /etc/apt/sources.list to receive the newest glibc version. What should I do?

  5. ps command doesn't work in docker container - Stack Overflow

    Apr 16, 2017 · I want to do a ps command in a docker container derived from Debian official Docker hub repository: $ docker run -ti debian:wheezy /bin/bash root@51afd6b09af8:/# ps bash: ps: command …

  6. linux - How to install Debian 11 on WSL Manually ? I am trying to ...

    Sep 25, 2023 · 5 I am using Windows 10 and trying to download Debian 11 (Bullseye) in my WSL environment. I am able to download Debian from Microsoft store, but by default, it's installing Debian …

  7. linux - How to install Chrome for Testing from zip file on Debian ...

    Jul 20, 2023 · The --install-deps option installs chrome only on Ubuntu/Debian with the needed dependencies. Or if it is not desired to install npm (as the original author has mentioned), the …

  8. debian - How can I find a specific file from a Linux terminal? - Stack ...

    I am trying to find where index.html is located on my linux server, and was wondering if there was a command to do that. Very new to linux and appreciate any help I can get.

  9. Failed to install kernel modules - Stack Overflow

    Jun 30, 2023 · When attempting to compile my custom Linux kernel, the sudo make modules_install command failed, resulting in the following errors: INSTALL /lib/modules/5.14.0-rc7 ...

  10. How to find all serial devices (ttyS, ttyUSB, ..) on Linux without ...

    What is the proper way to get a list of all available serial ports/devices on a Linux system? In other words, when I iterate over all devices in /dev/, how do I tell which ones are serial ports in...