linux

Using gmake

I was advised on http://www.linux.org.ru/forum/admin/8726100?lastmod=1358421944338#comment-8731504 use gmake instead of make ... local/sbin/sshd -t -f /usr/local/etc/sshd_config Privilege separation user sshd does not exist *** Error code 255 (ignored)

sort Linux does not sort the date by the-M key

There is such a problem when using the sort command. There is a file with this content: And I need to sort by date, but it's still done alphabetically: How do I fix this?

What ways to pause the program for a time (sec) do you know?

I suggest this: #include <iostream> #include <ctime> using namespace std; int main() { double tim; ... hile(time(0) - tim != 2) { } cout << "hello world"!; while (time(0) - tim != 2) { } } Any other options?

Why are both servers in active mode when clustering Pacemaker Corosync?

I am trying to configure HA between two servers that are located on different data centers of different companies. Since it ... ot@NODE-2 ~]# pcs status corosync Membership information ---------------------- Nodeid Votes Name 2 1 huj.lb.server (local)

Arduino does not read the text sent through the port, but sees \n

That is, when using the code under Linux, the string with the arduino seems to work correctly, but the transfer somehow does ... if (getchar() == '\n') { close(serial_port); return 0; } else { goto L1; } }

The OpenCV library is not imported

I'm trying to set up image capture from a webcam, using opencv-python 4.1.0.25 (I work with python 3.6 on Ubuntu 17.04), but ... frame) I would like to understand what is the matter - what should be reconfigured, changed, or what should be disposed of?

Swap connectors

The headphone jack is broken, there is also a microphone, but I do not use it. Can they be programmatically swapped on ubuntu?

Zabbix: does not collect data from Zabbix-proxy on a closed network

I can't insert something in the form of code fragments, because I work through VMware Vsphere. I can provide all the necessar ... bix_proxy.conf settings (what I changed): ProxyMode=1 Hostname=zbx.proxy.1 DBName=Zabbix DBUser=Zabbix DBPassword=********

How do I find out the list of running processes in Ubuntu? [duplicate]

This question has already been answered here: ... Closed 4 years ago. How do I find out the list of running processes in Ubuntu?

Installing the Canon LBP2900 Linux Manjaro Driver

I can't install the driver on the LBP2900 printer. I searched the entire Internet. I'm new to linux myself. Please help me

Multi-boot flash drive on Linux

I am interested in the question: How to make a multi-boot flash drive using the linux terminal? Preferably with built-in tools? I Googled, found one instruction, but there is no explanation of what each command does. I'd like to know more.

How do I continue working on the command line after running the sh script?

Here is a small example: #!/bin/bash screen -x 21236.pts-0.194-67-90-155 In this window, a file is opened via nano, and it t ... the following line in the bash script, it tries to execute it in the console from which I went to screen. How to solve this?

Literature on bash and Linux in general [closed]

Closed. This question is off-topic. Answers to it are not accepted at the moment. ... for advanced: more than 1000 essential commands", but it is generally calculated for already experienced users and admins...

Third-level domain

Third-level domain. (The system already has a second-level domain. I would like to create a subdomain under it.)

How do I install drivers for xenserver 7. x?

There is a clean HP Proliant DL360p gen8 server. The task is to install XenServer. When trying to install after selecting the ... get./install.sh : line 170: /etc/xensource-inventory: No such file or directory. Can you tell me how to solve the problem ?((

Authorization on the Dahua IP camera via the HTTP API

The documentation for the camera says: Video products support either basic authentication or digest authentication, see RFC ... "XXX" Connection: close CONTENT-LENGTH: 0 As you can see, nothing comes out. Can you tell me what I'm doing wrong? Thank you

GRUB+Windows: How do I restore the ability to select at boot? [duplicate]

This question has already been answered here: ... he selection option at boot. Thank you in advance. P.S was XP, now seven is installed. Where and what you need edit?

Xiaomi redmibook problem with installing Wi-Fi driver on Ubuntu

Please tell me, I can't find a wifi driver on xiaomi redmibook 14, I installed ubuntu 20, and there is no Internet, I have to ... oir Audio Processor 03:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller

How do I install iTunes on linux? [closed]

Closed. This question is off-topic. Answers to it are not accepted at the moment. ... can install a virtual machine, but here is a dead end. I was recently diagnosed with Linux, so I haven't figured it out yet.

Black screen after apt upgrade on kali linux on a VMware virtual machine

When I first started kali linux on VMware, everything worked, but after apt upgrade and restarting the kali linux VM, it freezes and just black screen.