Creating and using ackrc

2022-04-02 1 min read Learning ack grep Fedora
ack is a fantastic replacement for grep and probably much more than grep. Here is what the dnf info has to say about ack 1 2 3 4 5 6 Name : ack Architecture : noarch Summary : Grep-like text finder URL : http://beyondgrep.com/ License : Artistic 2.0 Description : Ack is designed as a replacement for grep. And their websites says - Designed for programmers with large heterogeneous trees of source code, ack is written in portable Perl 5 and takes advantage of the power of Perl’s regular expressions. Continue reading

mussh-run-commands-on-multiple-hosts

2022-03-06 1 min read Learning bash Fedora SSH
mussh allows you to run command/commands on multiple hosts at the same time. If you have farm of server setup with passwordless ssh or with same password (which is generally the case), then using mussh you can either check all the servers for some output or fix something or maybe update all the packages. How cool is that :) Here is description of this package from dnf repo 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Name : mussh Version : 1. Continue reading

Gnome with i3 on Fedora 29

2019-02-25 1 min read Fedora
I have been thinking of doing this for long time, finally I managed to get this working. Here is what you need to do to get i3 with all other gnome services running. First we will create 2 files, this is actually all you need. In these ones, I copied the original gnome files and just change gnome-shell to i3 to replace my window manager. 11:15:43=>[~]> cat /usr/share/gnome-session/sessions/gnome-i3.session [GNOME Session] Continue reading
Older posts