Skip to main content

Posts

Enable USB 3.0 in the VirtualBox Manager

Enable USB 3.0 in the VirtualBox Manager.  If you use the Pen Drive which is USB 3.0 in the virtual box it may not be detected in the VM machine. To make it detected in the VM machine, you need to enable the USB 3.0 in the Virtual box manager. * Open the VirtualBox Manager.  * Click on the Setting to the machine you need to enable the USB 3.0. * Click on the USB Icon from the setting Page. * Check for the USB 3.0 Radio Button. Install Oracle Extension Pack to enable USB 3.0 in VirtualBox manager. To enable the USB support (USB 2.0 or 3,0) on the Oracle VM VirtualBox Guest machine, you must install Oracle VM Extension Pack on the Host machine. Shutdown the Guest machine. Download Oracle VM VirtualBox Extension Pack . When download is completed, double click to launch the " Oracle_VM_VirtualBox_Extension_Pack-5.x.x.x.vbox-extpack " installer.  Follow the on screen instructions to install the Extension Pack on your computer. After Completing Instruction restart the oracle ...

Do not automatically mark mail as read in Outlook

You may know already, but few of my friends facing the below confusion , so thought of sharing with you. When quickly going through my emails, often we haven’t actually really read the emails but Outlook already marks them as read. This is quite confusing unless we mark them as unread again which takes more time and defeats the purpose of quickly going through our emails. The options for how and when Outlook should mark emails as read can be found in; Outlook 2007 and previous Tools-> Options…-> tab Other-> button Reading Pane… Outlook 2010, Outlook 2013 and Outlook 2016 tab View-> Reading Pane-> Options… The default is set to mark items as read when you select another email. When you disable this option, all mails remain as unread unless you manually mark it as read or double click the message to open it in its own window. Once you uncheck  “mark items as read when selection changes”, the mail will change to read only w...

Export Internet Explorer Security Zone Information

Internet Explorer assigns a security zone to any website that the user is visiting. Next to the two generic zones Internet (all that are not in another zone), Local Intranet (local sites) are Trusted sites and Restricted Sites. Trusted sites will usually have a lower security level than restricted sites. One could for instance move financial sites or sites from companies like eBay or Amazon into the Trusted sites list. Restricted sites are those that should be accessed with lower permissions. Good for websites that need to be accessed but are not that trusted. If a user accesses the Internet with multiple computers he might want to use the same security zone settings on all of them. The easiest way to do that would be to export the security zones on one computer and export them to all others instead of adding sites to the zones manually on all computers. Internet Explorer is storing the security zone information in the Windows Registry. To export the settings of the currently log...

Uber brings self-driving cars to San Francisco — starting now; Cord cutting may cost you extra, and more news.

Share this  using the hashtag  #DailyRundown . Now you can hail a self-driving Uber in San Francisco:  Yesterday  we reported  that San Franciscans could hail a self-driving car via Uber “very soon” —  turns out that was an understatement . It’s not the first U.S. city to feature Uber’s self-driving vehicles (that honor goes to Pittsburgh, the home base for its Advanced Technologies Center), but it’s a significant step for the San Francisco-headquartered startup. Today’s expansion also debuts the XC90 self-driving car, a Volvo SUV “ outfitted with lidar , a kind of radar based on laser beams; wireless technology; and seven different cameras.” It’s Fed Day:  After months of will-they-or-won’t-they speculation, today the Federal Reserve is  widely expected  to announce an interest rate hike. Now attention turns to the Fed’s actions in 2017: ”The message from the Fed on Wednesday is likely to be that it is too soon to know for sure,”...

Your current security settings do not allow this file to be downloaded' in Internet Explorer

I faced the below issue while i am trying to download the software from one the VM machine that i am Working for my project in my office. Then u found the below solution. Instructions You can receive the following message when trying to download a file in Internet Explorer: ------------------------------------------------------------------------------------------------------- Security Alert Your current security settings do not allow this file to be downloaded. ------------------------------------------------------------------------------------------------------- To remove this message and allow downloading of files, follow the steps based on your operating system. Windows 10 Click Search, search for Control Panel, and then click Control Panel. Click Network and Internet > Internet Options. On the Security tab, click Custom level. Scroll down in the list to the Downloads section, and set all download options to Enabled. Click OK. Windows 8 Right-click i...

Alternate shortcuts to cut, copy , paste

Did you know there are alternate shortcuts to the commonly used cut (ctrl+x), copy (ctrl+c) and paste (ctrl+v) shortcuts? Action Shortcut Alternate Shortcut Cut Ctrl+X Del+Shift Copy Ctrl+C Insert+Ctrl Paste Ctrl+V Insert+Shift source : http://nsfw.ibnmasud.com/alternate-shortcuts-to-cut-copy-paste/

Navigation to webpage was cancelled

Today in my work , i faced a issue like i am not able to navigate to a URL . while installing a application it asked for the server name. I given the server name like "testserver" where the required web application sever is running. when i launch the application it try to navigate to URL "https://testserver/admin". here "testserver" is the remote machine name where the web server is running. but i got the error message below "Navigation to webpage was cancelled". To resolve i went to C:\Windows\System32\drivers\etc  where the application i am trying to open is located. Opened the Host file using notepad. Added the line 11.9.96.96 test server IP<space>server-name Above IP is just for example Saved the file and relaunched the application.  Now i am able to navigate to the URL "https://testserver/admin".