Somewhere, Something Incredible Is Waiting To Be Known !!!

▼
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...

Powershell to create log file

›
##LOGFILE CREATION $LogFile = "D:\**.log" function Logw([string]$var)     {     $Date =(Get-date).ToString();     $Date + ...

PowerShell Creating Time Stamp with date

›
##TIMESTAMP CREATION $ScripName = "   " $ydt = get-date -date $(get-date).adddays(-1) -format yyyyMMdd $dt = date -f yyyyMMd...
‹
›
Home
View web version

About Me

RAGHUVEL
View my complete profile
Powered by Blogger.