Categories
OneNote Windows

OneNote Clipper

Categories
Wordpress

Stop strange charters appearing in wordpress websites

An issue that makes apostrophes appearing as ‘â€TM’ on wordpress websites. This problem occur when you copy and paste text from websites or word documents.

Solution is;

Open up the config.php and comment out the lines which are

define(”DB_CHARSET”, ”utf8”);

define(”DB_COLLATE”, ””);

change them to

//define(”DB_CHARSET”, ”utf8”);

//define(”DB_COLLATE”, ””);

 

To prevent this happening when you copy text and want to paste it past as text or use ctrl+shift+v.

Categories
VirtualBox Windows 10

How to make Windows 10 full screen on VirtualBox

  1. Switch off Windows 10
  2. Make a note of your Operation System current resolution. Let’s say 1900×1080
  3. Go to the VirtualBox installation folder open command prompt in the folder. Usually in C:Program FilesOracleVirtualBox or Open up a command Prompt and navigate to folder where VBoxManage.exe is..
  4. Type this command into the command prompt: VBoxManage.exe setextradata “VM-Name” CustomVideoMode1 1920x1080x32
  5. Open up the Windows 10 and from resolution center change the resolution to your new resolution.
Categories
OneDrive Windows

How to change OneDrive Location on Windows 8.1

  1. Open File Explorer, right-click on the OneDrive folder in the navigation pane (left-hand side), and then select Properties onedrive
  2. Click the “Location” tab and then select “Move” onedrive2
  3. Select the location where you want OneDrive to sync to and then click OK
Categories
Development Environment Windows

Cmder: Alternative to Cygwin64 for windows operation systems

Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout. Looking sexy from the start.

Website: http://bliker.github.io/cmder/

Categories
Blog

First Post

Hi there this is my first post. I hope you enjoy my blog.