Other than the bash one of the most exciting things for me in Anniversary update of Windows 10 was the Android Notification Sync feature, so before even my update completes I already had cortana installed on my Moto X Pure edition. But Oddly after update Cortana was gone, With no option to enable it. Searching… Continue reading Cortana is missing after Windows 10 Anniversary Update
Category: Technology
Fix: Surface Pro 3 Randomly Ejects Micro SD Card
I bought a 64GB Samsung Micro SD card for my Surface Pro 3 around 2 months ago and used it for all my static files, cloud drives and etc. around 2 weeks ago I encountered this issue that the micro sd card was being ejected and reinserted into the machine randomly. This was annoying because… Continue reading Fix: Surface Pro 3 Randomly Ejects Micro SD Card
Softether VPN Server Disturbs Network
Softether is great. Setting up a VPN server with multi protocol support is made pretty easy with it. Well I’m not going to talk about how to setup softether and so on, Today I’m going to share an issue that I was experiencing by setting up softether on my Virtual Machines. Softether uses a built… Continue reading Softether VPN Server Disturbs Network
Disable sidemenu in specific pages ionic 2 framework
I’m not sure whether its me or it feels for everyone the same that ionic 2 is pretty different from the first one, thus none of those tutorials online are applicable to problems you are sarching for. Anyway straight to the point I’m going to show you how to disable the side menu (any menu… Continue reading Disable sidemenu in specific pages ionic 2 framework
Laravel 5.2: entrust migration exception
[Illuminate\Database\QueryException] SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name ” (SQL: alter table `role_user` add constraint `role_user_user_id_foreign` foreign key (`user_id`) references “ (`id`) on delete cascade on update cascade) Today I pulled a fresh Laravel 5.2 (5.2.31) installation to work on the new project in company, when I was trying to install entrust… Continue reading Laravel 5.2: entrust migration exception