Category

IT Solutions

How to set a Hyper-v virtual machine to use my Wi-Fi connection

By | IT Solutions

Launch Hyper-V Manager from your App Menu In the Actions area in right-hand navigation, click “Virtual Switch Manager” When the Virtual Switch Manager window opens, select “New virtual network switch” on the left, select “Internal” on the right, and then click the “Create Virtual Switch” button Give the new switch a name like “Virtual WLAN” and click “OK” In Windows…

Read More

Changing Ubuntu Screen Resolution in a Hyper-V VM

By | IT Solutions

Open Terminal Type: sudo vi /etc/default/grub Find the line starting with GRUB_CMDLINE_LINUX_DEFAULT, and add video=hyperv_fb:[the resolution you want]. The resolution I want is 1280×720. So my line ends up looking like this: GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash video=hyperv_fb:1280×720″ Write the changes and quit vi. Run: sudo update-grub Reboot the virtual machine

Read More

Remove virus from Apple Mac OS X (Pop-up Ads and Adware)

By | IT Solutions

STEP 1: Remove Adware with AdwareMedic Adware Medic is a powerful tool which is designed to remove adware and browser hijackers from Apple Mac OS X. You can download AdwareMedic from the below link: ADWAREMEDIC DOWNLOAD LINK (This link will automatically download “AdwareMedic” on your Apple Mac OS X) One you have downloaded AdwareMedic, please perform a scan STEP 2:…

Read More

Samba Add a User

By | IT Solutions

Step # 1: Add a user joe to UNIX/Linux system adduser command adds user to the system according to command line options and configuration information in /etc/adduser.conf. They are friendlier front ends to the low level tools like useradd. Type any one of the following command: # useradd joe # passwd joe OR adduser joe Step # 2: Add a…

Read More

Open Outlook Data file Problem

By | IT Solutions

Make sure that Outlook is fully patched Verify that the data file exists and you have enough permissions at folder level or you’re doing this at UAC enabled. So you need to ensure Read only attribute is not applied on the .PST file a.  Right click on the File > Properties > Attributes > uncheck Read-only option b.  Apply the…

Read More

How to restore your iPhone, iPad, or iPod touch

By | IT Solutions

To put your device into recovery mode, follow these steps: Turn off your device and leave it off. Plug in your device’s USB cable to a computer with iTunes. Hold down the Home button on your device as you connect the USB cable. Keep holding down the Home button until you see the Connect to iTunes screen. When you see this…

Read More