Author Archives: Ahmed Tawfik

Unknown's avatar

About Ahmed Tawfik

Cybersecurity Professional, Systems Engineer, OSS & Linux Geek

How to install Shutter Screenshot Tool and assign as the default in Linux Mint

Shutter is an amazing screenshot taker and annotator. To install it successfully, you have to install two packages: sudo apt-get install shutter libgoo-canvas-perl Note: That second package is to allow editing and annotation You are done with the installation now. Next, … Continue reading →

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

Batch-resize videos on Ubuntu Linux with ffmpeg

So, the case is as follows: I have about 15 videos files that were recorded at 4K and are very large in size. I wanted to keep everything as is, but just reduce the resolution to HD (720p). ffmpeg would … Continue reading →

Posted in Linux, Uncategorized | Tagged | Leave a comment

Allow non-root users to capture network packets with Wireshark on Ubuntu

It’s very easy to do, all you need is just add your user to the wireshark group, e.g. sudo adduser hobba wireshark so this makes user hobba able to capture packets without requiring sudo privileges. Enjoy! Tested on LinuxMint 18.1 … Continue reading →

Posted in Linux, linuxmint, Uncategorized | 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