Questions tagged [linux]

Linux is the generic term for a UNIX-like open source operating system based on the Linux kernel. Use this tag for questions about DevOps practices, processes and tools in Linux environments.

GNU/Linux is a UNIX-like Open Source operating system. Linus Torvalds originally wrote the Linux kernel with contributions from others on the MINIX Usenet board. Since then, Linux had thousands of developers, both paid by companies and volunteers. The primary system tools and libraries sourced from GNU Project, hence the nomenclature GNU/Linux (GNU Toolchain over Linux Kernel). The license for the Linux kernel the GPL v2 license.

There are many different Linux Distributions (sometimes shortened to distro), which consist of software applications packaged and provided with the Linux kernel, being Slackware the oldest active distro and Debian, Red Hat and CentOS among the most used on Internet servers¹.

The Linux kernel is commonly run on servers but is highly portable and used in a variety of applications, from wireless routers and cell phones to clusters and supercomputers with thousands of nodes and processors.

For generic Linux questions, consider asking at Unix & Linux Stack Exchange.

Further Reading:

145 questions
3
votes
1 answer

How to resolve the dependencies while installing locally downloaded packages?

I have simple playbook where trying to install the Debian packages downloaded locally in my server. This playbook runs on localhost and install the Debian packages in the same system. But this playbook gives an error "Dependency is not satisfiable…
1
vote
1 answer

How to make PM2 as a autostart service?

I want to make my PM2 as a startup service, because for example when my server loses power or something happens to it, it does not automatically restart the PM2 service.
Amintabar
  • 171
  • 1
  • 7
1
vote
1 answer

Why are IaaS hosting services are usually fixed-priced and PaaS are usually dynamically-priced?

Basic plans in IaaS host-providers like DigitalOcean and Linode are usually fixed-priced and basic plans in PaaS host-providers like Microsoft Azure or Amazon Web Services are usually dynamically-priced. Why are IaaS hosting services are usually…
user5176
0
votes
2 answers

How to analyze the file activities due to process?

I need to analyze the file i/o operations caused due to a process. So I would like to know, which all files are affected by this program. Is there a tool for this particular use case?. One of our debugging for a slow URL processing got the culprit…
0
votes
3 answers

SSH tunneling to hosts deployed behind firewalls

I'm working on a deployment that will require me to place Ubuntu servers that monitor industrial equipment at various sites and behind firewalls that are out of my control. I need to maintain SSH access to the servers to perform maintenance and…
Neal L
  • 1
0
votes
2 answers

CentOS 7 SSH login with Keys Authentication

Is there any possibility to create one master account (for one master laptop for example), from which I can log in to all accounts available on the server ? My server has Keys Authentication enabled and PasswordAuthentication disabled. Now, after…
Tomas
  • 9
  • 2
-2
votes
1 answer

DirectAdmin 2 users same folder

So I'm still a rookie in devops but I am looking for a way where we can link a folder from user1 to a folder from user2. I guess its sort of a symbolic link? How would you do something like that? Or what is the best solution to do this? Ca