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 …

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 …

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 …

Fix: Surface Pro 3 is not going to deep sleep in Windows 10

By default Surface Pro 3 will go into deep sleep (hibernate) mode once you don’t use it for around 4 hours. which is basically a good feature. it helps a lot with the battery. Recently I realized that my surface pro 3 which is running latest version of windows 10 is not going to that state …

Should you kill background tasks in Android?

This debate has been there for a while now. When first Android came up lots of apps started to gain people attention by promoting themselves as a task killer and speed booster. I have used them too, there is no blame on them. Android is not doing a good job in restricting applications on system …