unrar or unar – go open source way

2014-05-15 1 min read Fedora

Recently there was a utility released called unar, a open source replacement for unar.

Description::

The command-line utilities lsar and unar are capable of listing and extracting
files respectively in several formats including RARv3. unar can serve as a free
and open source replacement of unrar.

To install on fedora:

yum install unar

The utility provides 2 commands called lsar and unar, which can be used to list and extract rar archives.

Continue reading

terminal in browser.

2014-05-09 1 min read Fedora

Quite a lot of time, we are spending most of the time on Browsers and during this time, leaving the browser just to do some ls or some command for quickly checking something does not look productive and here is where butterfly is useful.

Just install butterfly with:

pip install butterfly

and then head over to :

http://localhost:57575

and voila you have a terminal in your browser.

sunflower – file manager.

2014-04-30 1 min read Fedora

Sunflower file manager is a new file manager that has couple of interesting features, that I liked, not that I use graphical file managers much.

It has a in-built command line, terminal and other interesting features, so what are you waiting for just head over and download and install :

rpm -ivh http://sunflower-fm.org/pub/sunflower-0.1a.58-1.noarch.rpm

Or head over to their downloads page at :

http://sunflower-fm.org/pub/

There is still no home-page and might come soon.

 

Xephyr – Nested X Server

2014-04-24 1 min read Fedora

Nested X-Server is running a X server root window within your running X-windows session like Gnome or KDE. This could be useful if you want to keep all you ssh windows in one window or maybe run all you IRC, firefox, chat and others inside one window, or maybe run another window manager itself.

Lets first install ::

sudo yum install xorg-x11-server-Xephyr

Once done, you can define an alias to do the magic with your nested server. So, lets define an alias:

Continue reading

xca – Graphical X.509 certificate management tool

2014-04-14 1 min read Fedora

If you are looking for some tool to manage X.509 certificates then probably xca is your best guess. This is  a graphical tool and you can open any file and view the keys in it.

So, first install it:

sudo yum install xca

And some information on xca::

Description :   X Certificate and Key management is a graphic interface for managing
asymmetric keys like RSA or DSA, certificates and revocation lists. It is
intended as a small CA for creation and signing certificates. It uses the
OpenSSL library for the cryptographic operations.
:   Certificate signing requests (PKCS#10), certificates (X509v3), the signing
of requests, the creation of self-signed certificates, certificate revocation
lists and SmartCards are supported. For an easy company-wide use, customizable
templates can be used for certificate and request generation. The PKI structures
can be imported and exported in several formats like PKCS#7, PKCS#12, PEM,
DER, PKCS#8. All cryptographic data are stored in a byte order agnostic file
format, portable across operating systems.

 

Continue reading
Older posts Newer posts