CredSSP authentication problem in Powershell Remote Queries
If you receive the following error while running remote .exe files from in powershell. UNKNOWN: WEB SERVICE STATUS [vmserver01] Connecting […]
If you receive the following error while running remote .exe files from in powershell. UNKNOWN: WEB SERVICE STATUS [vmserver01] Connecting […]
If you are receiving “Processing data for a remote command failed with the following error message: The WSMan provider” message
I was looking for a good (and free) GoLang IDE. Then I found fully opensource LITEIDE. It supports code completion
Catch [System.OutOfMemoryException]{ bla bla bla… }
I was installed Fedora VM in to 8 GB Virtual Disk (vdi) but now I need to resize disk to
Using PowerShell Open Powershell Window Execute following cmdlets. Import-Module ServerManager Add-WindowsFeature PowerShell-ISE
Raspberry Pi Zero has released out this week. It’s not powerful as Raspberry Pi 2. However specs is
Example grep -rl ‘old-string’ ./ | xargs sed -i ‘s/old-string/new-string/g’ This will search for the string ‘old-string’ in all files
# Load the ODP assembly [Reflection.Assembly]::LoadFile(“C:\oracle\11.2.0\client_2\odp.net\bin\4\Oracle.DataAccess.dll”)|Out-Null # #vars&cons $stations =@{ “424”=”Istanbul”; “421”=”İzmir” } $dbuser=”user” $dbpasswd=”password” connect to Oracle $constr =
to find last edited file in a folder on unix CLI: `ls -1t | head -1` to edit the file: