Outguess Mac Steganography - steganography

I'm trying to install the Steganography program , world famous, called Outguess.
I went to the website and donwloaded the version that I need, but after I extract the files from de ZIP, it gaves me a folder full of items, and right now I don't know how to run it, or install it.
I've tried the 'outguess' command on my Terminal and pops a message that command not found.
How do I install it, can you help me step-by-step, or there is a tutorial anywhere where I can solve this issue?
Thank you all , and sorry for my English, I'm not native English.
Regards,
Ivan.

I've solved the issue.
I've run the ./compile, then 'make', then ./outguess and the command that I've wanted and the problem was solved.

Related

IntelliJ-How to solve this problem about Git is not installed : Cannot invoke(class=Listener, method=beforeTaskStart,topic=ProgressManagerListener)

Thank you for come in to my ask :)
I have a problem when I first installed intelliJ and tried to set path to Git executable.
intelliJ setting screenshot
**I tried to solve this problem like this
remove git and retry to install git for homebrew
retry to install git from intelliJ "Download and install"
set another path like this "/usr/bin/git" (it has same result too)
**
but it didn't help so I search in google but there is no about
***"Cannot invoke(class=Listener, method=beforeTaskStart,topic=ProgressManagerListener)"
This is my first question so maybe my writing is a little bit poor
I would appreciate it if you could take a good look :) Thank you
The Cannot invoke class error looks like some unhandled exception in the logic that runs git commands. There might be several reasons for that, one of which is actually a corrupted installation.
Please try doing a clean install by downloading dmg from the web site, and make sure to select the one corresponding your system Intel or Apple Silicon.
If this does not help, IDE logs might have more details on the exception, and an optimal way would be to report the error and share logs with IntelliJ Support

Error when i try to install the rxyhn dotfiles to personalize my arch linux

I already configurate the system and established a gnome graphic environment, but i don´t like it so much, so i decided to personalize with the dotfiles of rxyhn https://github.com/rxyhn/dotfiles because i like the style he give to it.
I have done the step by step that he tell there but when i try to start this enviroment (with awesome) it tells me that it has an error in /home/giral0/.config/awesome/modules/b and there is only better-resize.lua and bling (https://github.com/BlingCorp/bling) and i think the error is with bling. When i start this it appears to me the basic awesome but it's strange because it also has thing of the dotfiles environment.
I don´t know what to do because i am kinda new in arch so i hope some of you can help me.

Install and config nvm (Node Version Manager) on MacOS Monterey

I have had a lot of problems installing and configuring Node Version Manager on MacOS Monterrey because, although I have found a lot of information and guides to install and configure all this information, it is not easy for a Windows user like me. And I confess that I need more screenshots than text.
Do you guys have any easy solution?
I have a solution that works for me, to install and configure nvm in MacOS Monterrey, with several steps, I will try to be clear and concise:
Exists two ways to resolve this problem:
This way didn't work properly for me: Homebrew + Gist
At point 3 of Gist
Add following line to your profile. (.profile or .zshrc or .zprofile)
you can open with open ~/.zprofile or open ~/.zshrc
This way works for me: Gist
In the line
Create a .zshrc file in Macintosh HD -> Users -> {{your user folder}}
If you don't have it, create with touch ~/.zshrc
Next just open to edit with touch ~/.zshrc
I think problem for Windows users is understand the difference between .zprofile and .zshrc.
I hope that this summary will serve you, just to thank the collaborators of the articles that I have found

Errors when installing fbctf

I'm trying to install Facebook Capture the flag. I get the errors show in screenshot.
The Server is the recommended Ubuntu 14.4. Server 64bit.
Does anyone know how to fix them? Thanks!
It seems like some kind of locale issue. Maybe you can check here:
"Do you have your locale settings configured correctly? The vendor folder won't get created properly if you don't. I recommend following the instructions on this thread: https://askubuntu.com/questions/162391/how-do-i-fix-my-locale-issue"
The install instructions have been updated and is working as expected now.

MonoDoc: Installing and adding http://iosapi.xamarin.com/

I noticed on a recent video from Miguel that he was accessing MonoDoc with the contents of http://iosapi.xamarin.com
Is there an install location for MonoDoc (there doesn't seem to be one at http://www.mono-project.com/Documentation that works) that allows us to add http://iosapi.xamarin.com/ to MonoDoc?
Pressing help in MonoDevelop does not seem to open anything.
I have submitted a bug fix request to Xamarin and will update this when it is completed.
As per this SO answer, I had to run /Applications/MonoDevelop.app/Contents/MacOS/MonoDoc.app/Contents/MacOS/macdoc in Terminal in order for the Help menu item to start working in MonoDevelop.
MonoTouch installs the documentation for MonoDoc to use. You do not need to do anything, except hit Help from MonoDevelop