Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Friday, 4 January 2019
Command to Delete Default gateway in ubuntu
›
Command to ADD or Delete Default gateway in Ubuntu : Sudo ip route del default via 0.0.0.0
Thursday, 3 January 2019
Python Celery Run Commands
›
celery flower -A mytestsite --address=127.0.0.1 --port=5555 celery -A mytestsite worker -l info celery -A mytestsite beat -l info...
Monday, 10 December 2018
Installing docker in Virtual Box Ubuntu
›
sudo apt-get update sudo apt-get install apt-transport-https ca-certificates curl software-properties-common cu...
Saturday, 3 June 2017
fortigate in vmware
›
### URL ### http://www.networklab.in/2016/04/07/integrating-fortios-fortigate-vmware/
Thursday, 13 April 2017
Creating Random password using powershell
›
$Ragx=$NULL;For ($a=33;$a –le 126;$a++) {$Ragx+=,[char][byte]$a } Function GET-Temppassword() { Param( [int]$length=10, [string[]]$...
Monday, 27 March 2017
Converting AP to autonomous and configuring the AP AIR-CAP2702I-D-K9
›
AP00f6.6325.b4cc> AP00f6.6325.b4cc>en Password: AP00f6.6325.b4cc#$oad tftp://192.168.30.117/ap3g2-k9w7-tar.153-3.JD4.tar examin...
1 comment:
Wednesday, 11 January 2017
Powershell Script to check file exist or not ([IO.Directory])
›
if([IO.Directory]::Exists($DestinationPath1)) { write-output "Destination folder exists" } else { $DestinationPath1= New-i...
‹
›
Home
View web version