aboutsummaryrefslogtreecommitdiffstats
path: root/nms/.bashrc
diff options
context:
space:
mode:
authorNicolai Tellefsen <niccofyren@gmail.com>2016-03-21 15:00:58 +0100
committerNicolai Tellefsen <niccofyren@gmail.com>2016-03-21 15:00:58 +0100
commitef33fa8684db365888d091a15ef20b330dd29529 (patch)
tree60719ff36583e755405a2adc9af63adf4ea80661 /nms/.bashrc
parentde396b689bb2ad8241d19ddf8cb97197e7054bec (diff)
parent7a1eea87c3cffd208f66e93c04a73e40045f3ef2 (diff)
Merge branch 'master' of https://github.com/tech-server/tgmanage
Diffstat (limited to 'nms/.bashrc')
-rw-r--r--nms/.bashrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/nms/.bashrc b/nms/.bashrc
new file mode 100644
index 0000000..06072e3
--- /dev/null
+++ b/nms/.bashrc
@@ -0,0 +1,16 @@
+NAME='NMS Docker'
+
+
+ln -s /srv/tgmanage/web/etc/apache2/nms.tg16.gathering.org.conf /etc/apache2/sites-enabled/
+ln -s /srv/tgmanage/nms/config.pm /srv/tgmanage/include/
+echo 'demo:$apr1$IKrQYF6x$0zmRciLR7Clc2tEEosyHV.' > /srv/tgmanage/web/.htpasswd
+
+/etc/init.d/apache2 restart
+echo "go here to look at nms: http://172.17.0.2:8080/"
+
+# Aliases
+alias h="history"
+alias l="ls -lAhoF --color --show-control-chars"
+alias ll="ls -lash --color --show-control-chars"
+alias cd..="cd .."
+