This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Importing base box 'snapshot-manager'... | |
[default] Matching MAC address for NAT networking... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Clearing any previously set network interfaces... | |
There was an error while executing `VBoxManage`, a CLI used by Vagrant | |
for controlling VirtualBox. The command and stderr is shown below. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -n 'H;${x;s/^service.*\n/service cosign-omgwtfbbq.ow.ly https:\/\/omgwtfbbq.ow.ly/cosign/valid 0 omgwtfbbq.ow.ly cosign-omgwtfbbq.ow.ly/ | |
> &/;p;}' ~/Projects/ansible_hoot/projects/weblogin/templates/cosign-setup/cosign.conf.j2 | |
sed: 1: "H;${x;s/^service.*\n/se ...": bad flag in substitute command: 'c' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Has unpredictable effects, depending on the amount taken, the person's age and medical condition, and other factors. | |
If marijuana actually had unpredictable effects do you think it would have the following it does? People enjoy it because it does exactly what they expect. This statement is better suited in an argument against alcohol than pot. | |
Cannabis has the potential to be psychologically and physically addictive. | |
Partially correct, you will not get withdrawal from pot as you would with Tobacco. As for psychologically addictive, sure. But to keep things in perspective let's be fair and note that physical excercise, and intercourse are also psychologically addictive. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rubygems Environment: | |
- VERSION: 0.9.0 (0.9.0) | |
- INSTALLATION DIRECTORY: /var/lib/gems/1.8 | |
- GEM PATH: | |
- /var/lib/gems/1.8 | |
- REMOTE SOURCES: | |
- http://gems.rubyforge.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Filesystem Corruption? | |
A program I'm writing which hashes a bunch of my files, choked when processing Disc 2. | |
Confused, I wanted to find out why. I'm not sure what happened but I'm pretty sure that | |
when I got these Discs, 1 and 2, they BOTH came with actual songs on them, not 'character | |
special file's, 'fifo's and 'socket's. Anyway, I found out why my program was choking, | |
not how to code around it... | |
ls Disc\ * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! pmacctd configuration | |
! | |
! | |
! | |
daemonize: true | |
pidfile: /var/run/pmacctd.pid | |
syslog: daemon | |
sql_host: 192.168.24.20 | |
sql_passwd: foobar | |
sql_refresh_time: 300 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SOLVED: I have 'ARGV.concat [ "--readline" ]' in my .irbrc file, and I'm guessing that you don't | |
because if I comment out that line and run the tests, it works swimmingly. | |
(test_merge) jeff@shmee:~/Documents/Projects/ParanoidPackrat$ irb | |
irb(main):001:0> load 'ParanoidPackrat.rb' | |
=> true | |
irb(main):002:0> PPCommon.prompt "What color are the boots of christ?" | |
What color are the boots of christ? (Yes/No/Quit): Errno::ENOENT: No such file or directory - --readline | |
from /var/media/home/jeff/Documents/Projects/ParanoidPackrat/lib/PPCommon.rb:137:in `gets' |