bytedeez Posted October 13, 2014 Share Posted October 13, 2014 i found a pretty cool, matrix type script, that actually displays information. I am trying to run it in kali. but having no luck says i should use tmux but i used gvim instead, never used tmux before the code can be found here: http://www.necopost.com/2012/06/knock-knock-neo-coolest-app-i-ever.html Quote Link to comment Share on other sites More sharing options...
THCMinister Posted October 13, 2014 Share Posted October 13, 2014 what is the error you are receiving? Quote Link to comment Share on other sites More sharing options...
newbi3 Posted October 13, 2014 Share Posted October 13, 2014 What window manager is that guy using? Rat Poison? That looks awesome Quote Link to comment Share on other sites More sharing options...
bytedeez Posted October 13, 2014 Author Share Posted October 13, 2014 (edited) he doesn't go into great detail. but the errors i'm receiving root@kali:~# ./neo.sh /bin/bash: while [ true ] do echo -e;clear sleep 3 echo "T" sleep 1 echo -e;clear echo "Th" sleep 1 echo -e;clear echo "The" s: No such file or directory is files not found. but yeah that shit looks great, i love that it actually gives real information and is not just some BS that looks cool. Edit: excuse my mistakes, on my fifth shot and these keys are starting to mix up between one another.lol Edited October 13, 2014 by bytedeez Quote Link to comment Share on other sites More sharing options...
cooper Posted October 13, 2014 Share Posted October 13, 2014 (edited) What window manager is that guy using? Rat Poison? That looks awesome He wrote that himself on top of Compiz. There's 4 youtube videos showing it off, but since those were put up in the summer of 2012 and there's not a lot of noise from it since, I'm guessing he's moved on? I can't find any download links to the code so I'm guessing he never chose to release his work. Edited October 13, 2014 by Cooper Quote Link to comment Share on other sites More sharing options...
bytedeez Posted October 13, 2014 Author Share Posted October 13, 2014 I seen the youtube comments about him not releasing his work but then I thought.... Why would he release the script but not the supporting files? Unless there were no supporting files. Quote Link to comment Share on other sites More sharing options...
ShadowBlade72 Posted December 2, 2014 Share Posted December 2, 2014 I don't have time tonight, but I'll give it a run through tomorrow and see if I can't hash out the issues. I have a feeling it's simply that he ran it all together when it was probably originally on separate lines. Bash executes based on line breaks. If you're going to run it all into one line, you need to end each code segment with a semi-colon. I'll report back tomorrow night if someone doesn't beat me to it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.