1
Mobile Devices / So, BlackBerry 10...
« on: January 31, 2013, 06:14:36 PM »
... who's getting one? And RIM has renamed itself to BlackBerry; so confusing.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Here goes:UUID=<uuid> /home ntfs defaults 0 2There might be an existing line for /home pointing to a Btrfs subvolume; remove it. Then edit /etc/rc.local to add (before the exit line):mount.posixovl /home -- -o allow_otherNow mount that partition somewhere and create your home directory in it:sudo mount /dev/sdXY /mnt
sudo mount.posixovl /mnt -- -o allow_other
sudo cp -a /etc/skel /mnt/<user>
sudo chown -R <user>:<user> /mnt/<user>When trying to activate your Creative Suite 2, Acrobat 7, or Macromedia products you may receive an error that the Activation server is unavailable. As of December 15th the activation servers for these products will be shut down. The activation server being shut down will not affect currently installed and activated Adobe software. You will only face this difficulty if you need to reactivate the software. To remedy this difficulty we have made available a version of these software titles that does not require activation.
The Ingress has begun.
Life seems "normal" but your world is being infiltrated. A mysterious energy has been unlocked by a team of scientists in Europe and is spreading around the world. The origin and purpose of this force is unknown, but some researchers believe it is influencing the way we think. We must control it or it will control us.
There are two factions. The Enlightened seek to spread this influence. The Resistance struggle to protect what's left of our humanity.

$ dd if=/dev/zero of=~/oshit bs=1M count=1024 conv=fsync
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 79.5803 s, 13.5 MB/s$ dd if=/dev/zero of=~/oshit bs=1M count=1024 conv=fsync
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 16.6181 s, 64.6 MB/s
Yesterday Forbes broke the news that Canadian Calvin Ayre and partners who operate the Bodog online gambling empire have been indicted in the U.S., and in a blog post Calvin Ayre confirmed that their bodog.com domain had been seized by homeland security. As reported in Forbes (hat tip to The Domains for the cite),
According to the six-page indictment filed by Rosenstein, Ayre worked with Philip, Ferguson and Maloney to supervise an illegal gambling business from June 2005 to January 2012 in violation of Maryland law. The indictment focuses on the movement of funds from accounts outside the U.S., in Switzerland, England, Malta, and Canada, and the hiring of media resellers and advertisers to promote Internet gambling.
“Sports betting is illegal in Maryland, and federal law prohibits bookmakers from flouting that law simply because they are located outside the country,” Rosenstein said in a statement. “Many of the harms that underlie gambling prohibitions are exacerbated when the enterprises operate over the Internet without regulation.”
That is a truly scary quote but we'll emphasize that: "The indictment focuses on the movement of funds outside the U.S." and that you can't just "flout US law" by not being in the US. What also needs to be understood is that the domain bodog.com was registered to via a non-US Registrar, namely Vancouver's domainclip.
sudo sed -i s'/oneiric/precise/g' /etc/apt/sources.list
sudo apt-get update && sudo apt-get dist-upgrade --purge && sudo apt-get cleanserver {
listen 80;
server_name dl.inportb.com;
location /static/images/psychobox.png {
rewrite . http://dl.dropbox.com/static/images/psychobox.png;
}
location / {
rewrite ^(.*?)/$ $1/index.md.htm;
if ($uri ~* "\.md\.htm$") {
rewrite ^/.*?\.md\.htm$ /render_md.htm;
}
if ($uri !~* "\.(?:htm|html|md)$") {
rewrite ^/(.*)$ http://dl.dropbox.com/u/1213413/htdocs/$1 break;
}
proxy_pass http://dl.dropbox.com/u/1213413/htdocs/;
}
}