Entries

How to get version of make program in Solus OS ?

If you want to know the version of make program in your Solus OS Linux or just to check, if make is installed, you can easily do it with running follow command in terminal :

$ make --version

In my case I got this output:

GNU Make 4.3
Built for x86_64-solus-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Read more

Written by Administrator on Monday April 6, 2020

How to convert .cap file to .hccapx in LinuxLite OS?

Conversion of .cap files to .hccapx is very fast and simple while using opensource-utility cap2hccapx, which is part of tools in hashcat-utils package (read: How to install hashcat-utils)

It's enough to run a command cap2hccapx using following parameter shceme:

$ cap2hccapx.bin <source: .cap file> <destination: .hccapx file>

Let's look, how it works on real example.

Read more

Written by Administrator on Monday April 6, 2020