linux

Apache2 does not start

For some reason, apache2 doesn't start Job for apache2.service failed because the control process exited with error code. See ... [1]: Failed to start The Apache HTTP Server. -- Subject: Unit apache2.service has failed -- Unit apache2.service has failed.

How do I set up a reverse SSH tunnel for a third-party user?

Given: Machine A is in the internal network with ip: 192.168.1.100, it has a service on port 5555 Edge server B, which has a ... LISTEN - Only the local interface is listened to, it is impossible to get to port 44444 from the outside. What to do?

How to compile a console application VB.NET on Linux?

There is a simple console application code on VB.NET. It uses collections, regular expressions, search and read files from th ... o end :novbc color c echo No one VB.NET compiler was found color exit 2 :end How do I compile and run a program on Linux?

Sometimes keyboard shortcuts don't work in ubuntu 16.04.2 lts

The problem occurs every hour and lasts about 5 minutes. The essence of the problem is that hot keys such as ctrl + c, ctrl + ... rent ports. The result is the same. In the language layout, first English is used, then Russian. Who can face such a problem?

KMS - activation of MS Office 2010 in PlayOnLinux

What is the license server address to enter when KMS-activating MS Office 2010 via the PlayOnLinux emulator in Ubuntu 13.10?

Problems installing manjaro linux

Some time ago, I asked a question here about switching to Linux. I want to try to sit on this system as the main one, and it ... started normally. Who is interested which PC . Maybe my answer will be useful to someone. I found the solution on this forum.

What is the kworker process?

Please explain in simple words, what is the kworker process for in Linux? What kind of work does it do? What do the numbers [kworker/n:n] mean ?

Guest OS add-ons for ALT Linus 6.0 under Virtualbox

How do I install them? I would like to see a reproducible algorithm available to those who are not linux gurus.

How to install the php-xml module on hosting with access via ips manager?

There is a website on wordpress where to import data using the wpallimport plugin. However, I get the inability to load the e ... do this yourself or contact your system administrator. " How can I install it myself? Hosting with access by ips manager ?

debian linux disk layout

I need to install debian I need a disk on which my files music pictures and other documents will be installed and the actual ... disk? In Windows, just C for the OS. D for everything else. Can someone post screenshots of the correct markup in my case?

Computers can't see the samba server

Windows computers do not see the samba server on the network, but if you enter the path to the samba server - / / UbunServer/ ... re public = yes browseable = yes guest ok = yes writable = yes How can I make computers see the samba server on the network?

Chromium-gost package dependency issue

I installed chromium-gost version 80.0.3987.116, but there was a problem with package dependency during installation. Sudo a ... ackage separately, but the error did not disappear. How can I solve this problem? Operating system Astra Linux 1.6 Smolensk

The Debian 10 VM stopped loading in VirtualBox

I installed VirtualBox Debian 10, downloaded it normally several times, installed mysql, git, and after that it also loaded n ... ppens at all. At the same time, it writes in the header that it works and does not eat enough resources in the task manager

How to run a NodeJS project in the background on a Linux server

I run through the ssh server on nodejs but if I close the console windows, everything is disabled. how to make processes run in the background. I tried to use screen, but it spends a lot of memory, you need something else!

Debag C++ code in VS Code

When you try to run the C++ code for the debug (F5, the breakpoint is set) in Visual Studio Code (Ubuntu 18.04 OS), an error ... without breakpoints and with a breakpoint on line 7 (return 0;). What might be causing the problem, and how can I fix it?

How do I change the keyboard layout?

Ilya Birman's typographic layout is only available for Mac and Windows. Only four characters are enough for me: Ctrl+Alt+ ... I reread a bunch of mans, including Keyboard configuration and X keyboard extension, but I didn't I figured out how to do it.

How do I get a clean executable binary on Linux?

For example, there is a C code: static int add(a, b) { return a + b; } How do I compile this code into a binary file that will be executed from the beginning of the file byte by byte?

python3 --version-outputs python 3.8.5, while I have already installed 3.9

Dear community! Actually, the problem I encountered is described in the title. I installed python 3.9 via sudo apt install, b ... or use some other command to install python 3.9, and why I can't see version 3.9 on the command python3 --version. Thank you.

Installing GDevelop on ubuntu 18.04

I wanted to see what GDevelop 5 is - I downloaded a file from the official website. the site. I executed the command chmod a+ ... n error is returned bash: ./GDevelop-5-5.0.0-beta97.AppImage: cannot execute binary file: Exec format error What should I do?

Problem with connecting the tkinter module in PyCharm Python

I duplicate the question, because I didn't find an answer. Linux Mint 19.3 Python 3.7, installed in PySharm as a Base Inte ... Question: how to connect the tkinter module in PyCharm, taking into account the fact that the standard methods did not work.