Tag Archives: Linux

Force PKI and Password authentication simultaneously on Ubuntu

I use AD authentication in my environment (for password-based authentication) Current Scenario A valid AD user logs in to the Ubuntu Linux server via SSH That user adds his public key to ~/.ssh/authorized_keys for passwordless login I disable/lock/delete the AD … Continue reading

Posted in Linux, Ubuntu, Uncategorized | Tagged , , , , | Leave a comment

Force expiry of a Linux Account

Just locking the linux account isn’t enough, since the user can use other methods to login, such as PKI. The best solution would be to force expire the account: sudo chage -M 0 username

Posted in Linux | Tagged , , , | Leave a comment

MyTechnicalThoughts on Slack!

Hello there! I’ve got some good news! I’ve created a Slack Help Channel that complements this blog, you can get help here.

Posted in Help | Tagged , , , , , | Leave a comment

Improve Intel Graphics Performance on Ubuntu 16.04 (and variants)

This solved a very annoying problem for me, as the screen was heavily tearing and I didn’t like the video playback performance. All you need to do is the following: If you are using Ubuntu 16.04, then you don’t need … Continue reading

Posted in linuxmint, Ubuntu, Uncategorized | Tagged , , | 4 Comments

How to enable 3D Acceleration for guests in VMWare Workstation Pro 12.5

Just edit the file ~/.vmware/preferences and add the following line mks.gl.allowBlacklistedDrivers = “TRUE” That’s it, enjoy! Source: http://askubuntu.com/questions/537787/enable-3d-hw-acceleration-on-vmware-workstation-10-on-ubuntu-14-04

Posted in Uncategorized, vmware | Tagged , , , , | Leave a comment