I want to uncomment a line in file sshd_config by using Ansible and I have the following working configuration: - name: Uncomment line from /etc/ssh/sshd_confi
For my application, the memory used by the Java process is much more than the heap size. The system where the containers are running starts to have memory prob
While installing xorg with conan install .. command, system requirements are checked in conan receipe using pkg-config tool. Each missing system package raises
While installing xorg with conan install .. command, system requirements are checked in conan receipe using pkg-config tool. Each missing system package raises
Summary: it works as dotnet run, but it doesn't work as dotnet myappname.dll. My linux skills are limited, but I am trying to go by the book so I don't mix thi
I'm running Arch Linux, I installed PostgreSQL as any other arch package. I'm running postgres with a local database located in my user directory. (postgres -D
I can fetch the last five updated files from AWS S3 using the below command aws s3 ls s3://somebucket/ --recursive | sort | tail -n 5 | awk '{print $4}' Now
Hello folks actualy i'm making an AUR package for arch linux and i have made the PKGBUILD file with reference through various YouTube videos and Blog post and O
How to display list of running processes Python with full name and active status? I tried this command: pgrep -lf python
I am working on a Linux server that is hosted on Amazon's server and I have completely set up the server. The final thing I am trying to do is host one of my ol
I'm using Ubuntu and I have the following problem, when I want to decompile Minecraft (with decompile.sh) I get the following error: SyntaxError: Missing parent
I am trying to use UsersRolesLoginModule for one of my applications. Configuration below works perfectly fine on my windows machine. When I use the exact same c
I am trying to run a basic Symfony installation which I generated using this command : $ symfony new basic When I run the following commands : $ cd basic $
I'm writing stress test suite for testing distributed file systems over NFS. In some cases when some process deletes file, while some other process attempts to
Whenever I used wget, the output and progress of the download would be displayed below. I just tried using it today, and it only says 'Redirecting output to &
When I try to install Anaconda on Linux, I get to this point: Anaconda3 will now be installed into this location: /home/jorge/anaconda3 - Press ENTER to co
I have two sftp servers behind a loadbalancer where users log on in a chroot environment. Sometimes the user log in server1, sometimes in server 2. Also, there
I am facing an issue while running my ansible-playbook to filter out the IP address from the playbook output. Here is my code - hosts: myhost tasks: - nam
I would like to delete all old files, and keep newest 4 files. The output isn't what i expected. Even i use absent on file modules, but it doesn't delete the fi
I recently rewrite bash execution command into Jenkins pipeline. The old code is like ... source environment.sh //Build //Test ... Now I use pipeline script