Skip to content

Tag: linux

Permission issue in linux

I have changed permission of /run/user to 777. But when the machine got reboot permission changed to 754. How we can make permission of /run/user to 777 permanently? Answer This isn’t permanent, but it’s going to look like it is. You can put the command in your rc.local file, found in /etc/rc.loca…

Is routing table directing traffic through vpn?

I have successfully connected to the Fortinet Vpn using Openfortivpn but my traffic remains being routed int the same way. I am using Ubuntu 18.04.1 LTS, and when I connect via the terminal I get the following log messages: For some reason there seem to be multiple Got Addresses logs, that might be why my rou…

Can’t restart webmin [status 2]

I’ve updated webmin, but now, it refuse to restart : Can someone explain me what does pam_unix(webmin:auth): authentication failure mean ? some more infos : Thank you 🙂 Answer SOLUTION I tried to start like this The output is a bit more clear, and finally found a solution here. Comment out the lines rel…

How to get list of files in directory smb libcurl?

I’m trying to get a list of files in the directory with libcurl from the SMB server. But I have a error: If I try to get the file then everything will be okay: Answer It is not currently supported by libcurl. It is however mentioned in the TODO as something that we’d like to see added one day.

Merge many csv files with similar names [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations. Closed 4 years ago. Improve this ques…

Send Commands remotely from Windows to Linux through Java

I searched everywhere but can’t find a solution that works. I have a Linux Debian machine in my network, which is running as a Mqtt Broker. I want to write a java programm to send sub and pub commands to the broker from another computer (Windows). Is there a way to send Linux commands from a Windows Com…