@scottalanmiller Celebration of learning! That makes perfect sense. Until now, I thought that REGEX is REGEX is REGEX.

Posts
-
RE: What Are You Doing Right Now
-
RE: Comparing GREP to BASH REGEX
@scottalanmiller I'm doing this the wrong, but before I find some kind of documentation, I'm experimenting
I wonder if it's something specific about grep, since the following seems to be true.
ls
file1.txt file2.txt file3.txt
ls file?.txt
file1.txt file2.txt file3.txt
ls file..txt
no result. -
Comparing GREP to BASH REGEX
@scottalanmiller I might do that. Let's say I have a file that has the following line of text
aabbcc
in a file calledabc.txt
. (Using part of their example)If I do
grep .cc abc.txt
a result is returned, since I've learned that the dot stands for one character. However, if I dogrep ?cc abc.txt
no results are returned. I thought the ? stands for zero or one character. If that's true, why would it not return a result? -
RE: What Are You Doing Right Now
Seeing how well their community responds. I asked a question about grep and regular expressions.
-
RE: What Are You Doing Right Now
Listening to Naruto themes while I work on tickets.
-
RE: What Are You Doing Right Now
Trying to stay focused on my tasks -- too excited about home lab possibilities.
-
RE: SMB / Enterprise Hardware for Linux Environment
@scottalanmiller said in SMB / Enterprise Hardware for Linux Environment:
However, something very important.... you would expect to only run Linux (with very rare exception) as a VM, not on the bare metal. In that way, same as Windows, however....
Unlike Windows, two major hypervisors leverage Linux. KVM and Xen. So when using those you need Linux to be on the bare metal AND in a VM.
That's what I figured as far as almost all instances of Linux being VMs (as our one CentOS server is a Hyper-V VM). Although I have a beefy desktop at home, on which I can run several Hyper-V VMs, my goal is to try to get my hands on some of the hardware that would be potentially used in a business, in order to do some of the projects mentioned in those articles.
-
SMB / Enterprise Hardware for Linux Environment
So these two things have lit a fire inside me:
https://community.spiceworks.com/topic/1607552-best-way-to-get-a-linux-job
and
http://www.smbitjournal.com/2015/06/make-your-business-jealous/The next step is becoming less ignorant about the hardware used by Linux shops (learning has to start somewhere, right?). Am I right in assuming said SMB shops would/could use the same Dell PowerEdge hardware we use where I am and expect CentOS to have drivers to support it?
-
RE: What Are You Doing Right Now
Moved on to documenting Exchange Online configuration
-
RE: What Are You Doing Right Now
Revisiting linuxacademy.com. Finishing a module before I head to sleep.
-
RE: What Are You Doing Right Now
@DustinB3403 Luckily I have a taste aversion to alcohol
-
RE: What Are You Doing Right Now
Finally able to get back to my "real" project of creating DR documentation.
-
RE: What Are You Doing Right Now
Reading about split tunneling. Learning mode = on.
-
RE: Question of the morning
@gjacobse My guess was right about the zoom slider. I just enjoyed the assumption that I'd magically know exactly what she did and how to fix it.