**Linux Kernel 3.9.4 **If you successfully installed one of kernel 3.9 series in your system before, then you may upgrade to this new one.
Here are some known issues that has been fixed in kernel 3.9.4:
- ** x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(…)**
- ** NTB: Multiple NTB client f...
**Sublime Text** is a cross-platform text and source code editor, with a Python API. Its functionality is also extendable with sublime-packages; it is not open source software nor free software, but some extending packages have free-software licenses and are community-built and maintained. The user...
Linux Kernel 3.9.3 has been released bringing more updates and bug fixes. As usual, we will see how to install it under Ubuntu/Linux Mint using a simple a bash script, but if you want to install it manually, go [here](http://goo.gl/Gvjyf).
Some in Kernel 3.9.3:
- ** iscsi-target: Fix processing...
I don’t prefer my laptop to switch to suspend state when my laptop lid is closed. So I found an easy way to disable suspend when lid is close.
Here is how is it done:
```
Open Terminal
type in the command below (as root)
``` sudo gedit /etc/systemd/logind.conf ```...