Posts

Showing posts from June, 2014

Kali Linux and transparent backgrounds

I never seemed to be able to get it working right..and searching didn't really help..until I found this discussion > https://forums.kali.org/archive/index.php/t-4337.html I just want to post it here for reference and maybe to help a fellow pen tester. jnpa all you need to do is: go to Applications > System tools > dconf editor then go to org > gnome > metacity and check the compositing-manager box this did it for me with no problems. enjoy. 

StatusR

I love the command line interface..I love the terminal. i wanted to create a script that runs after login on my ubuntu machine and do something or show something interesting -at least to me- so I started thinking of something I can do with a script that will show information that I might find it useful. StatusR The main idea of this bash script is to get and show status report quickly on weather, Internet status, Google DNS status, OpenDNS status, Internet threat level, and space weather. Possibly other information in the future. it could be altered easily to show more or less. its great for fun and can be really useful. Its also a great way to learn about bash script.  here is the code #!/bin/bash ######################################################### # The main idea of this bash script is to # # get and show status report quickly on # # Weather, Internet threat level, and Space # # Weather. Possibly other information in the # # futur