Linux Missive
Sunday, 3 November 2024
Installing R and RSTUDIO
›
Installing R Go to https://www.r-project.org/ download R to get the closest mirror, and select 0-Cloud https://cloud.r-project.org/ Auto...
Wednesday, 19 April 2023
xsos Tool in Linux
›
#install xsos yum install http://people.redhat.com/rsawhill/rpms/latest-rsawaroha-release.rpm yum install xsos rsar xsos --help xsos xsos -m...
Tuesday, 11 April 2023
Install Terraform on CentOS Stream 9 Server
›
Install Terraform from the Terraform Repository sudo dnf install dnf-utils sudo yum-config-manager --add-repo https://rpm.releases.hashicorp...
Sunday, 19 February 2023
Linux Basic Commands - Tips and Tricks
›
#find the file responsible for ssh which ssh /usr/bin/ssh rpm -qf /usr/bin/ssh #find the rpm file and search for the config file. rpm -qa | ...
Wednesday, 15 February 2023
Packaging Source Code inside the RPM Packages
›
Prepare build environment yum install rpm-build mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS} tree rpmbuild rpmbuild ├── BUILD ├── RP...
›
Home
View web version