Search found 343 matches

by elixir
Fri May 25, 2018 7:51 am
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: ansible
Replies: 5
Views: 5205

Re: ansible

Ha, funny that we all use this at work. I actually went to a Red Hat hosted workshop on Tuesday this week for ansible. My work wants to start using it too.
by elixir
Mon Jul 03, 2017 9:51 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: My .vimrc
Replies: 19
Views: 13092

Re: My .vimrc

Simple line that will highlight all characters after a specific column width in red. This has been very useful for me with coding by keeping all lines within 80 characters in width.

Code: Select all

match ErrorMsg '\%>80v.\+'
by elixir
Mon Jul 03, 2017 9:42 pm
Forum: CONFIGS & XRESOURCES (/home/bbq/.config)
Topic: bash functions
Replies: 17
Views: 10261

Re: bash functions

Reviving this thread. Simple bash function I would use to create new text files for notes. It was very useful for my university courses. nn = new note function nn { datestr=$(date '+%Y%m%d') if [ -f ${datestr}.txt ]; then timestr=$(date '+%H%M') touch "${datestr}_${timestr}.txt" else touch...
by elixir
Fri Dec 16, 2016 10:15 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Random Internet Thread
Replies: 1924
Views: 2378492

Re: Random Internet Thread

Nice share, pidsley. Although sad, there are many valid points in this article. People these days don't put time into learning basic things. You don't need to be an expert to properly connect a computer to a network or diagnose that the monitor is not powered on. People act as if they don't have any...
by elixir
Fri Dec 16, 2016 9:11 am
Forum: SCREENSHOTS (/usr/bin/scrot)
Topic: i3
Replies: 314
Views: 111495

Re: i3

Still sportin' i3.
by elixir
Thu Jun 09, 2016 9:26 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: good morning, good night
Replies: 197
Views: 149329

Re: good morning, good night

I wish I had the cold over here. There were record breaking highs this past week. A hot and sweaty 115° F (46.2° C).

I hope all of your days are going well.
by elixir
Thu Jun 09, 2016 9:20 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Happy Birthday Wux!
Replies: 72
Views: 131699

Re: Happy Birthday Wux!

Happy Birthday, Wux!
by elixir
Mon Jun 06, 2016 7:20 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: ✞ Obituary ✞
Replies: 243
Views: 637015

Re: ✞ Obituary ✞

^ There was a pretty large ceremony for him held here in Arizona this weekend.
by elixir
Tue May 31, 2016 11:29 pm
Forum: POLLS (/usr/bin/dialog)
Topic: If not Debian...
Replies: 74
Views: 78462

Re: If not Debian...

There definitely are some surprises here. I guess once the beard gets long enough, it does not matter what you use! I have been playing with FreeBSD lately. I do not think I can use it right now because I need Docker (containment system) for a school project and was having trouble with setting it up...
by elixir
Sat Apr 02, 2016 10:53 pm
Forum: SCRIPTS & PACKAGES (/usr/bin)
Topic: apvlv
Replies: 5
Views: 5897

apvlv

I searched this thread and there were no results for this program, so I thought I would share. apvlv is a GTK+ PDF viewer with vim-like functionality. Check it out, it is in the repo's. sudo apt-get install apvlv Not sure if this is the actual web page for apvlv, but it has some info about it: https...
by elixir
Mon Mar 07, 2016 6:38 am
Forum: SUPPORT (/usr/share/doc)
Topic: DVD decoder in Jessie (Egeszsegedre) *Solved*
Replies: 10
Views: 8131

Re: DVD decoder in Jessie (Egeszsegedre)

If there is not a package available, you will have to compile the program from source. You have already gotten the source code from git, so now you should change into the programs directory and run the following.

Code: Select all

./configure
make
sudo make install
by elixir
Sun Mar 06, 2016 8:29 am
Forum: SCRIPTS (/usr/local/bin)
Topic: brightness - set brightness in TTY
Replies: 4
Views: 3262

Re: brightness - set brightness in TTY

Light is also a good alternative to this. It may not be as simple as this script, but it does not require you to have root permissions to change your brightness. The only dependencies it has is "help2man". EDIT: You do indeed need to change the owner of the program to "root" and...
by elixir
Sat Mar 05, 2016 10:16 pm
Forum: POLLS (/usr/bin/dialog)
Topic: Favorite browser
Replies: 282
Views: 263784

Re: Favorite browser

^Pale Moon is a nice browser. That was my go to browser for quite a long time. Everything you love about Firefox, minus some bloat.

These days I have just been sticking with iceweasel.
by elixir
Sat Mar 05, 2016 2:48 am
Forum: SCRIPTS (/usr/local/bin)
Topic: wm-swap
Replies: 11
Views: 6107

Re: wm-swap

^ Wow, that is a genius idea. Thank you for sharing. I was hoping to implement something that could actually reload the X server for you, but I could not find a good way to do it. Since most users would run this in a virtual terminal, it would get as far as killing the X server which would then kill...
by elixir
Sat Mar 05, 2016 1:11 am
Forum: SCRIPTS (/usr/local/bin)
Topic: wm-swap
Replies: 11
Views: 6107

wm-swap

Just a little tool I wrote to easily change your .xinitrc config so X will jump into a new window manager when restarted. Thought it would be useful to some. Usage: wm-swap [window manager] Code: #/bin/bash # # This is a tool that will edit you .xinitrc file to comment # your current wm, and uncomme...
by elixir
Fri Mar 04, 2016 6:04 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Random Internet Thread
Replies: 1924
Views: 2378492

Re: Random Internet Thread

that's the image google show me when i search 'Battle of the Bulge' :)

hahahaha that is amazing. I always wondered why your avatar was that!
by elixir
Fri Mar 04, 2016 5:12 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: I can't believe I did that
Replies: 91
Views: 26181

Re: I can't believe I did that

Hey all, I just wanted to apologize for my russian-roulette post and I understand why it was moved to /tmp/dumpster. I should of either put A LOT of disclaimers before the code telling users to not run it, or have just not posted it at all. The latter was probably a better option, as it did not belo...
by elixir
Fri Mar 04, 2016 1:33 am
Forum: SCROTS BY USER (/usr/local/bin/scrot)
Topic: noo_b_nomnoms- scrots
Replies: 399
Views: 1017989

Re: noo_b_nomnoms- scrots

Looking good, noo_b_nomnoms! You are rapidly getting better at this. Keep it up, and I cannot wait to see more :)
by elixir
Mon Feb 29, 2016 9:58 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: I can't believe I did that
Replies: 91
Views: 26181

Re: I can't believe I did that

^ It looks like that did some good for you haha! I spent a good 30 minutes to an hour trying to figure out why my laptop could not connect to wifi. Whenever I tried to connect to a network through wpa_supplicant I would get an error message saying that "RF-kill was hard-blocked." I derped ...
by elixir
Mon Feb 29, 2016 9:51 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Introductions siklopz
Replies: 18
Views: 6462

Re: Introductions siklopz

Welcome to the grill, siklopz. Hope to see you around :)