Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hideU2-0.2_Alpha_noarch.deb | 2012-03-07 | 49.0 kB | |
HideU2-0.2_Alpha.tar.bz2 | 2012-03-06 | 41.0 kB | |
README | 2012-03-05 | 1.3 kB | |
Totals: 3 Items | 91.3 kB | 0 |
## By Arjan van Lent aka Socialdefect ####### ## Licence: GPLv3 ########################### ## Contact: http://socialdefect.nl/contact ## ############################################# # Including EasyBashGUI for easy Xdialog handling # More info on: https://sites.google.com/site/easybashgui RUNNING hideU2 If you have EasyBashGui installed on your system you can run hideU2 from any folder. When you don't have EBG installed you MUST run hideU2 from the directory that holds the script itself. This will be improved in the final version that will also include a gui for Steghide. for now just run: cd /home/username/directory/hideU2 chmod +x hideu #(you only need to do this the first time you run hideU2) ./hideu You can also use your filemanager to navigate to the directory, make the file executable and click it to run. INSTALLATION For now there are no packages available so you must install manually. First install EasyBashGui cd /home/username/directory/hideU2/EasyBashGui sudo make install Next copy the hideU script to a binary folder in your path. cd /home/username/directory/hideU2 sudo cp hideu /usr/local/bin/ You will now be able to start hideU2 by running 'hideu' from your run dialog ([ALT]+[F2]) Also you can use your menu editor to create a menu item executing /usr/local/bin/hideu