🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

github.com/gonzih/linux-disable-hyperthreading

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
l

github.com/gonzih/linux-disable-hyperthreading

v0.0.0-20160610092724-f6e8ae0b06cf
96

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Shell access

Supply chain risk

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Found 1 instance in 1 package

Version published
Created
Issues
0

Disable hyperthreading on linux

Installation

go get github.com/Gonzih/linux-disable-hyperthreading

Usage

$ linux-disable-hyperthreading
echo 0 > /sys/devices/system/cpu/cpu4/online
echo 0 > /sys/devices/system/cpu/cpu5/online
echo 0 > /sys/devices/system/cpu/cpu6/online
echo 0 > /sys/devices/system/cpu/cpu7/online

$ linux-disable-hypearthreading | sudo bash

FAQs

Package last updated on 10 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts