After installing Boot Camp macbook wanted to boot into Windows everytime.
Hold the option key while booting will prompt you to select from the desired partition. Don’t forget to set your startus disk to the macos partition.
HiS SlyneSS
grep -r [string] [file]
wildcards are permitted “*”
ex. grep -r “find string” *
Seems to be the way to go when you have been hacked… Distribute.IT seems to be communicating fine with it!
The real question is, does your domain register or webhosting provider have any DRP in place?… It is apparently clear that Distribute.IT does not.
But then again, you get what you paid for. In a [...]
Quick command if you need to remove all emails in your qmail queue
qmailctl stop
find /var/qmail/queue/mess -type f -exec rm {} \;
find /var/qmail/queue/info -type f -exec rm {} \;
find /var/qmail/queue/local -type f -exec rm {} \;
find /var/qmail/queue/intd -type f -exec rm {} \;
find /var/qmail/queue/todo -type [...]
Who Am I?
“Think of me like Yoda, but instead of being little and green I wear suits and I’m awesome. I’m your bro—I’m Broda!” – Barney Stinson
Why?
I needed to store a collection of tools and info, which I stumble across during my day to day work (Network Engineer), and i [...]
Categories