Check root server for .org TLD domains:
$ dig ns org +short
b0.org.afilias-nst.org.
a0.org.afilias-nst.info.
a2.org.afilias-nst.info.
c0.org.afilias-nst.info.
d0.org.afilias-nst.org.
b2.org.afilias-nst.org.
| you have to create a file called /etc/machine-info which should have the following content: | |
| PRETTY_HOSTNAME=the device name you want |
| from django.contrib.auth.models import User | |
| users = User.objects.all() | |
| u = users[0] | |
| u.set_password('sergio') | |
| u.save() |
| VBoxManage modifyvm "vm" --hostonlyadapter5 vboxnetX | |
| VBoxManage modifyvm "vm" --nic5 hostonly |
| crm ra meta ocf:heartbeat:RESOURCE |
| apt-get -t lenny-backports install -y puppet | |
| wget http://apt.puppetlabs.com/puppetlabs-release-squeeze.deb | |
| dpkg -i puppetlabs-release-squeeze.deb | |
| apt-get update | |
| apt-get -t puppetlabs install -y puppet | |
| apt-get -y autoremove |
| modprobe nbd max_part=63 | |
| qemu-nbd -c /dev/nbd0 /var/lib/libvirt/images/vm.qcow2 | |
| mkdir /tmp/x && mount /dev/nbd0p1 /tmp/x |
| wget http://apt.puppetlabs.com/puppetlabs-release-precise.deb | |
| dpkg -i puppetlabs-release-precise.deb | |
| apt-get update | |
| apt-get install puppet puppetmaster |
| # use the log Luke! | |
| less /var/log/apt/term.log | |
| # 2014-09-24 | |
| # also in: | |
| less /var/log/apt/history.log | |
| less /var/log/dpkg.log |
| # for details: http://developer.android.com/tools/debugging/debugging-log.html | |
| adb logcat <activity1>:D <activity2>:D <activity3>:D *:S |
Check root server for .org TLD domains:
$ dig ns org +short
b0.org.afilias-nst.org.
a0.org.afilias-nst.info.
a2.org.afilias-nst.info.
c0.org.afilias-nst.info.
d0.org.afilias-nst.org.
b2.org.afilias-nst.org.