Install MongoDB on CentOS
MongoDB provides four packages
Just think about micro things
MongoDB provides four packages
YUM: Yellowdog Updater Modified
sudo yum install <package name>
sudo yum -y install <package name>
Edit ~/.bashrc
http_proxy=http://yourproxyaddress:prosyport
export http_proxy
It the proxy server requires login, using the following configuration
http_proxy=http://username:password@yourproxyaddress:proxyprot
export http_proxy
Chrome can use fonts over internet. There are a lot fonts we can use. I installed custom fonts because I couldn’t find a way let chrome to use Nerd Fonts over internet.
Note:
User still can issue shutdown
command to shutdown the computer
export JEKYLL_GITHUB_TOKEN=<your token here>
. ~/.bash_profile
To run Docker inside LXD, we need to change the security.nesting as true.
lxc launch ubuntu-daily:16.04 docker -c security.nesting=true
or
lxc config set docker security.nesting true
lxc restart docker