소스 검색

Update '.bash_profile'

parv.ashwani 3 주 전
부모
커밋
4a1d652182
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      .bash_profile

+ 4 - 1
.bash_profile

@@ -72,7 +72,10 @@ fastfind () {
 
 
 # [LASTOOL] LAS Your Netscaler VPX
 # [LASTOOL] LAS Your Netscaler VPX
 alias lastool="python /home/CITRITE/pashwani/NSTools/las_tool.py"
 alias lastool="python /home/CITRITE/pashwani/NSTools/las_tool.py"
-
+  
+#[Grafana View]
+alias grafanaview='ns 2ts -tprof var/nslog/newnslog* ; ns 2ts -conlb var/nslog/newnslog*'
+  
 # =============== APPENDED SECTION: PCAP SSLKEYS INJECTOR ===============
 # =============== APPENDED SECTION: PCAP SSLKEYS INJECTOR ===============
 # [PCAP TLS INJECTOR] Inject TLS secrets into captures using editcap | Usage: pcap-inject <ssl_keys> <pcap> [out.pcapng] | Example: pcap-inject sslkeys.log in.pcap out.pcapng
 # [PCAP TLS INJECTOR] Inject TLS secrets into captures using editcap | Usage: pcap-inject <ssl_keys> <pcap> [out.pcapng] | Example: pcap-inject sslkeys.log in.pcap out.pcapng