Intro

I am a Digital Forensics student studying at university in the UK. I also do some Cyber Security modules.
I am currently in my 2nd year.
I have mainly started this to post interesting things I have learned and problems I have encountered.
However, I will use it to do write ups about useful things I want to remember such as commands and tools I have used so I don't forget them! (To be honest, I don't expect anyone to read this!)

Tuesday 24 February 2015

Trying A New Terminal - Terminator

So i saw this a while back, and completely forgot about it.
I came across it today whilst i was researching something else and thought id give it a go!

Install was easy enough now that it has been added to the Kali native repos.
apt-get install terminator
Installs automatically and its good to go.
Its located under Accessories.

I ran into an issue. I use the "Open In Terminal" function ALOT!
But after installing Terminator this was broken. Nothing happened. Not even CTRL-ALT-T.

So, after a bit of researching I came up with a solution.
update-alternatives --config x-terminal-emulator
This fixed it!

No comments:

Post a Comment