Skip to content

iyuangang/linuxconf

Repository files navigation

linuxconf

ubuntu openSUSE centOS common config

screenfetch
apt-get build-dep
ssh-keygen -t rsa -C "[email protected]"
git config --global user.name "your name"
git config --global user.email "your [email protected]"
gpg --gen-key
gpg --list-keys
gpg --armor --output public-key.txt --export [public-key ID]
git config --global user.signingkey [public-key ID]
git config --global commit.gpgsign true
git config -l

git remote rm origin
git remote add origin [email protected]:iyuangang/linuxconf.git
git push origin master

change string by one line code

sudo sed -i "s/oldstring/newstring/g" `grep oldstring -rl yourdir`

Chmod user:group dir

sudo chown nobody:nogroup /home/share

About

ubuntu openSUSE centOS common config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages