How To Restore Chrome Pages After Crash

chrome crash

Surfing the web is fun and all and Chrome makes it a nice overall experience. Except when it crashes – because, even if rarely, it may happen. For example when your computer restarts to install updates. Or for many other reasons, and in which case sometimes you just simply loose your opened tabs. Restore recently closed pages is not present under the History menu 🙁 If you are a tab collector* such as myself, loosing your tabs may often induce a great deal of pain. tab collector = a person…

Password Manager: Everybody is concerned

password security

We live in a world surrouded by internet services, websites, mobile apps – and each and every one of them is bound to us, to our online profile. Naturally, this liaison has to be guaranteed to be unique and the first most commonly use mean to access all of those connected services as an individual is by using a combination of username and password. The problem is that theesedays, this subject became a problem for our brains – especially with the current password complexity requirements; We are simply incapable of…

Most useful Windows 10 keyboard shortcuts

A huge number of keyboard combinations & shortcuts are available in Windows 10. Remembering most of them is not easy for an average user. Here is a short list of the most useful Windows 10 keyboard shortcuts. Shortcut Action Windows; Control + Esc Open Start Menu Window + E Launch File Explorer Window + R Run command Window + L Close User Session Window + P Configure external screen Projection – Single, Duplicate, Extended Fn + Window + S Capture screenshot of a selected part of the screen Window +…

Best Python Code Editor

Inspite of its age, 28 years now, Python is one of the mostly used programming languages. Python survived all this time mainly because of its combined qualities: High level programming language (easy to comprehend and learn), it is an interpreted language (not compiled in native code), dynamically typed language (you are not bound to declaring your variables), single threaded per process instance, is backed by a large community that made available a rich set of libraries and frameworks. For those reasons and more, Python remains a highly productive language. In…

Best Visual Studio IDE Alternative: JetBrains Rider

Visual Studio is probably the most complete and solid IDE of our days, and undoubtedly it gets better every year and also.. bigger. From the point of view of its size and ressource usage, Visual Studio is enormous. But the purpose of this post is not to criticise Visual Studio, but merely to present a valid alternative which in my opinion is the next biggest VS competitor: JetBrains Rider. If you can get over the fact that it only has a paid version, which differs from Visual Studio which offers…

Increase Linux Swap File

swap write

This article applies if you already have a swap file configured and you wish to increase it. If swap file is not enabled on your system, refer to this article: Setup Linux Swap File Follow this steps to increase the swap file on linux: 1.Deactivate swapfile first 2. Delete swapfile and recreate it to the desired size 3. Enable the swap file 4. Check swap was activated The output should be similar to the following

Setup Linux Swap File

swap write

Follow this steps to configure swap file on linux:If you wish to increase an existing swap file, please refer to this article: Increase Linux Swap File 1.Create the swapfile 2. Set file permissions 3. Configure the file as a linux swap file 4. Enable the swap file 5. Make the change peristent. Edit the following file: Append the following line: 6. Check swap was activated