This repo contains a bunch of utils for linux and/or unix systems.
$ git clone git@github.com:oxnz/nix-utils.git
$ cd nix-utils
$ ./configure
$ make install
| tool name | description | platform |
|---|---|---|
| gnu-apt | a perl script used to list and fetch tar balls from ftp.gnu.org | nix |
| live-hosts | a script used to find out live hosts in LAN | nix |
| jre-install | a shell script intend for automated install jre or jdk | linux |
| unix2dos & dos2unix | convert text file format | nix |
| tomcatctl | a script can be used to control tomcat server like start|stop|restart | nix |
| tomcatctl.bash_completion | bash completion script for tomcatctl | nix |
| jre-install | install jre and make soft link to Mozilla folder, etc | linux |
| git-setup | setup git environment | nix |
| update-nvidia | auto complie nvidia kernel module after each time of kernel update (Link) | linux |
| postinstall-[freebsd, ubuntu] | postinstall actions | nix |
| backup | backup script | nix |
| brew | homebrew like ruby script which could show the instructions to manual install each software | osx |
| bird | a small dns server | nix |
| define | a program to lookup english words definition from internet | nix |
| free | show memory usage statistics on osx | oxs |
| rmbom | remove software installs on osx | osx |
| ipinfo | get info for IP | nix |
$ ipinfo
ip => 119.32.139.201
hostname => No Hostname
city => Guangdong
region => Jilin
country => CN
loc => lat: 129.3364, lon: 42.7683
org => AS17622 China Unicom Guangzhou network
$
$ define hello
hello
int. 喂;哈罗
n. 表示问候, 惊奇或唤起注意时的用语
n. (Hello)人名;(法)埃洛
形式:
复数
hellos或helloes
过去式
helloed
过去分词
helloed
现在分词
helloing
链接:
an expression of greeting
例子:
every morning they exchanged polite hellos
Once you've made your great commits:
- Create a topic branch -
git checkout -b my_branch - Push to your branch -
git push origin my_branch - Create an Issue with a link to your branch
You might want to checkout nix-utils's Contributing wiki page for information on coding standards, new features, etc.
Alternatively if you find a bug, you can open an issue.