Overview for linux-lite

How to install Aegisub subtitles editor in LinuxLite

Aegisub subtitle editor is very powerful and famous subtitle editr not only among Windows user, but also among Linux users. Unfortunately, Aegisub application is not included in standard repository, so we have to add another repository to get this app. We know, that LiteLinux is using the same repositories like Ubuntu Linux does, so you can easily do it using add-apt-repository command in your terminal:

$ sudo add-apt-repository ppa:alex-p/aegisub

My output was following:

Read more

Written by Administrator on Sunday April 12, 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

How to check your BIOS info in Linux

The simplest and the fastest way to get your BIOS information from command line (terminal) is to run a command:

In openSUSE Linux

$ sudo dmidecode -t bios

Output:

Read more

Written by Administrator on Wednesday April 1, 2020