Hello Guys,Today I came up with new article to show you the steps to view the password of your OLD Wifi device/Hotspot.To list the all the wifi devices connected to this machine--> netsh wlan show profileSelect the required wifi device name/SSID to check the password.----> netsh wlan show profile BALAJI key=cleareg : In my case BALAJI is the wifi device name/SSIDHope you enjoyed this article.Thank...
How to see application service uptime
Hello Guys,As we are aware uptime command in Linux will show how long is the server up.Last reboot - This will show you the last reboot of the system.To check application uptime/running time:ps -ef | grep <service name>eg: ps -ef | grep <tomcat> (If your application uses Tomcat)ps -ef | grep <jboss> (If your application uses Jbo...
Transfer files using Winscp as root user
Hello Guys,In some environments while transferring the files from local machine to the remote server uses LDAP account as ownership of the file.In this tutorial we are going through the process of transferring the files from local machine to the remote server with root user.Now open Winscp tool.Change...
How transfer files using Winscp bypassing Jumphost
WinSCP is a free and open-source SFTP, FTP and SCP client for Microsoft Windows.Its mainly used for secure file transfer between a local computer and remote computer.Download Winscp tool from the portal.Normal file transfer:Now Open Winscp tool and will show the below screen for login. Enter the below...
How to change password in Remote Desktop(RDP)
Hi Guys,
Today I came with the new trick for changing the password in Remote Desktop (RDP)
In general, we use Ctrl + Alt + Delete hotkeys for changing the password.
But, this will not work for changing the password in the remote desktop environment.
The above command will affect the change on the local computer.
Now we should use Ctrl + Alt + END keys for changing the password in remote desktop...
solved:The network folder specified is currently mapped using a different user name and password first disconnect any existing mapping to this network share
Hi Guys,
follow the below steps to fix the issue:
Method1:
Step1: Locate if there are any shared networks available from the command line using the
command: net use and locate the shared folders
Step2: If you locate the shared file then delete it by using the following
command:...
Trouble shooting steps for SharePoint/Shared path
Hi Guys,
Step1: Disconnect if there is any mapped network drive exists.
Step2: Now open internet explorer and navigate to internet option --> go to Advanced tab --> click on Reset button --> check the box and click on Reset.
Step3: Now delete Cache and cookies from the browser.
Step4: Now restart the machine.
step5: Once restarting is done
Note : If proxy is needed...