Categories
IT for all Security

I was annoyed with passwords ? I’m not anymore.

Hi everyone,

Couple of months ago I got really fed up with passwords. If you deal with many websites, it can get to dozens of different passwords. Off course, If you actually have different passwords for each of them. Let’s be honest, I was actually guilty of using the same one over and over.

I found the solution through a youtube video by Nixie, http://youtu.be/RvV698aztNs

With keepass, download here,  you can store your logins easily and it’s nicely encrypted and it’s cross platform, meaning you can use it on Windows, Mac and linux.

  • Organize your logins using categories (it can be subscriptions, email accounts, banking).
  • Generate strong passwords using the Password generator
  • Use the copy feature when it’s time to use your password. It stays in memory just long enough for you to paste it in the password field.
  • Bring it with you, it has a portable version.
  • Back it up just by copying the keepass database file.

I use it daily. If you don’t use a password manager already, you should start now. It’s free and easy to use.

Categories
Non classé

Linux Mint 17 – Dell Inspiron 17 7737 – Trackpad

Hi everyone,

If, like me, you have a Dell Inspiron and have Linux Mint installed (Or Ubuntu) and have problems with your track pad when scrolling or dragging windows,  consult this page : http://www.penguintutor.com/news/linux/dell-trackpad-ubuntu. It will save you from going insane.

In short, just go in the terminal and type the following:

1) sudo mkdir /usr/share/X11/xorg.conf.d/
2) sudo cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/
3) sudo gedit /etc/X11/xorg.conf.d/50-synaptics.conf
4)
In this section,
# This option enables the bottom right corner to be a right button on
# non-synaptics clickpads.
# This option is only interpreted by clickpads.
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
# To disable the bottom edge area so the buttons only work as buttons,
# not for movement, set the AreaBottomEdge
# Option "AreaBottomEdge" "82%"
EndSection

Remove the # before Option “AreaBottomEdge” “82%”

Save the document.

Restart the computer.

That’s it !