My Linux Guide
  • Home
Sign in Subscribe
Shell Scripting

Protect Shell scripts

  • Nishant

Nishant

Apr 19, 2010

http://www.datsi.fi.upm.es/~frosal/sources/shc.html

Sign up for more like this.

Enter your email
Subscribe

SIOCSIFFLAGS: Operation not possible due to RF-kill

Apparently some linux distros soft block bluetooth and wifi by default. If you get this error message : SIOCSIFFLAGS: Operation not possible due to RF-kill Then that may be because the wireless adapters have been soft blocked. You can check for this by issuing the command: rfkill list If the adapters
Aug 27, 2021
Install Docker on Centos 7

Install Docker on Centos 7

Install Docker: yum install docker docker-registry systemctl enable docker.service systemctl start docker.service systemctl status docker.service Install Docker Compose: curl -L "https://github.com/docker/compose/releases/download/1.23.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose
May 9, 2019 1 min read

Ntpdate Not syncing time correctly – Xen Host

I came across a situation where ntpdate would not sync the time correctly in a Xen Virtual machine. The time was 10 minutes ahead of what it was supposed to be. Apparently , you need to force it to not use the dom0’s clock. vi /etc/sysctl.conf xen.independent_
Jan 6, 2015
My Linux Guide © 2023
Powered by Ghost