yum -y update
yum install -y mailx
We can now start sending e-mails using
config BR2_PACKAGE_LIBCURL | |
bool "libcurl" | |
help | |
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, | |
and Dict servers, using any of the supported protocols. | |
http://curl.haxx.nu/ | |
config BR2_PACKAGE_CURL | |
bool "curl binary" |
#!/bin/bash | |
ifconfig | |
read -p "Enter your external interface: " EXT_INTER | |
# do not edit after this line | |
set -x # enable echo | |
sudo yum install -y epel-release | |
sudo yum install -y vim git tmux bash-completion net-tools htop psmisc |
I have ported this Gist to a handbook. I'll not maintain this Gist anymore, but will keep it here for future references. You can access the respective chapter in the handbook here.
In this guide you will find: