I am new to linux and new to scripting. I am working in a linux environment using bash. I need to do the following things: 1. read a txt file line by line 2. delete the first line 3. remove the middle part of each line after the first 4. copy the changes to a new txt file Each line
Tag: rhel
Unable to deploy Shiny application on Shiny Server in Linux VM
I have been trying to deploy my shiny application in shiny server which i have installed on Linux VM (RHEL 6.5, 64 bit) by following the instructions given in this site The server is started successfully but i get the following when i try to access the sample application provided as a part of the shiny server. Error in dyn.load(file,
How are all files and directories created as root:root in smb mount ( RHEL)? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question
‘pecl install ibm_db2’ can’t find library
I’m trying to install ibm_db2 through pecl: Then when it asks for an install dir, I have tried various places only to have the same result. It goes through a bunch of checks etc., then tries to ‘make’ and gets an error: It always looks there for the libraries. And they exist, because when I execute: It displays: But they’re
SSSD Authentication with Samba 4
I have recently upgraded to samba 4 from samba 3.5 on a RHEL 6.3 platform. It is pleasing that the new version can replace AD DC and has it’s own built it kdc and ldb database. Now my intention is to make linux boxes authenticate to samba4 by connecting through ldap as samba 4 works like a kerberized ldap server.