Skip to content

vinkoplay/hsf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hsf

Simple Hosts file utility for Linux

How to install?

Installing dependencies

Build Requirements: rustup, glibc, git

Ubuntu | Debian | Linux Mint | Pop!_OS

sudo apt update
sudo apt install build-essential curl git
curl --proto '=https' --tlsv1.2 -sSf https://rustup.rs | sh

reload terminal

Arch Linux

Tip

Arch Linux users can install the package directly from the AUR and skip the manual build steps:

yay -S hsf
sudo pacman -S rustup base-devel git

Fedora | Red Hat | CentOS

sudo dnf groupinstall "Development Tools"
sudo dnf install rustup git

openSUSE

sudo zypper install -t pattern devel_basis
sudo zypper install rustup git

Alpine Linux

apk add build-base rustup git

Installing rust compiler and cargo

rustup default stable

Installing hsf

Clone the github project

git clone https://github.com/vinkoplay/hsf.git
cd hsf

Run the installation script

chmod +x install.sh
./install.sh

Usage Example

hsf help
hsf version
sudo hsf base

Info

To help use:

hsf --help

or

man hsf

Presets doc

About

Simple Hosts file utility for Linux

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors