Posts

Showing posts from July, 2022

Docker run Linux OS on Google Cloud Platform ( How to run Linux OS on Google Cloud Platform )

Image
 How to run Linux OS on Google Cloud Platform ? 1. Go to Console Google Cloud Platform . 2. Open Terminal. 3. type"sudo su" 4. type " docker run -p 6080:80 centminmod/docker-ubuntu-vnc-desktop "  5. Click on Web Preview --> Change Port --> 6080 --> Change and Preview 6. Enjoy your Online OS. References Link :  https://github.com/centminmod/docker-ubuntu-vnc-desktop

Bat File (CMD) set Shortcut Key

Image
Hotkey to run a batch file to hibernate the computer  Updated : I tested it moving a shortcut sequentially to different folders and surprisingly it works only in following folders (might not be complete): Desktop: %USERPROFILE%\Desktop Common Desktop: C:\Users\Public\Desktop Common Start Menu: %ProgramData%\Microsoft\Windows\Start Menu Common Programs: %ProgramData%\Microsoft\Windows\Start Menu\Programs Accessories : %appdata%\Microsoft\Windows\Start Menu\Programs\Accessories Moreover, I had to open Properties of a moved shortcut to refresh the hotkey for the shortcut by setting it to anything else and then back to final hotkey Ctrl Alt + H , and change shortcut target (only in some of folders mentioned above) from "D:\bat files\my Test Script.bat" to cmd /c "D:\bat files\my Test Script.bat" Referrence Link :  https://superuser.com/questions/1175405/hotkey-to-run-a-batch-file-to-hibernate-computer

How to Start Program by Batch(bat) Files

Image
 How to start an exe in a batch file To start an exe file from a batch file in Windows, you can use the start command. For example, the following command would start Notepad in most versions of Windows. START C:\Windows\NOTEPAD.EXE OR  If the file path contains a space within a folder name, you need to enclose that folder name in double-quotes. For example, if you had Google Chrome installed on your computer and wanted to start the Chrome browser through a batch file, you could use the command below. START C:\"Program Files (x86)"\Google\Chrome\Application\chrome.exe Can I control a program using a batch file once its been started? No. A batch file can only execute or start another program. Once it is started, it cannot perform additional functions within that program.

Oculus TrayTool

Image
Oculus TrayTool   What is it? In short; It’s a free application that helps you get the most out of your Rift. It is developed by me, ApollyonVR, with the support of the community for beta testing. Please note that this application is not an official piece software from Oculus, I am not affiliated with Oculus in any way. Any issues you have with this application should be reported to me and not Oculus support. You can reach me here on the forums or by contacting me at ApollyonVR@gmail.com Oculus Tray Tool (OTT) has many features that will hopefully help you get the very best VR experience. It has options that help you automatically switch audio and microphone to the Rift and back, handle the Oculus runtime service, voice commands, batch import Steam games (added to OTT by the awesome  @headkaze  over at  http://headsoft.com.au) , replace icons for your games and more. It’s primary feature however, is the ability to create “Profiles” for you VR Games and apps. Wit...