/sbin/ifconfig eth0:0 172.16.3.10
via Setting up IP Aliasing on A Linux Machine Mini-HOWTO.
Needed to set up ip aliasing. Some good other info as to how to incorporate into /etc/rc.local on that site — even though the site is over 10 years old LOL.
/sbin/ifconfig eth0:0 172.16.3.10
via Setting up IP Aliasing on A Linux Machine Mini-HOWTO.
Needed to set up ip aliasing. Some good other info as to how to incorporate into /etc/rc.local on that site — even though the site is over 10 years old LOL.
The New Number One
The K Computer, built by Fujitsu, currently combines 68544 SPARC64 VIIIfx CPUs, each with eight cores, for a total of 548,352 cores—almost twice as many as any other system in the TOP500. The K Computer is also more powerful than the next five systems on the list combined.
Here is another article about this.
Quick summary
- UEFI allows firmware to implement a security policy
- Secure boot is a UEFI protocol not a Windows 8 feature
- UEFI secure boot is part of Windows 8 secured boot architecture
- Windows 8 utilizes secure boot to ensure that the pre-OS environment is secure
- Secure boot doesn’t “lock out” operating system loaders, but is a policy that allows firmware to validate authenticity of components
- OEMs have the ability to customize their firmware to meet the needs of their customers by customizing the level of certificate and policy management on their platform
- Microsoft does not mandate or control the settings on PC firmware that control or enable secured boot from any operating system other than Windows
Via Protecting the pre-OS environment with UEFI – Building Windows 8 – Site Home – MSDN Blogs.
Summary: The drumbeat from Linux advocates about a key security feature in Microsoft’s forthcoming Windows 8 is getting louder. They call it an anti-Linux plot. But the two leading PC makers disagree with them. I’ve got exclusive details.
via Leading PC makers confirm: no Windows 8 plot to lock out Linux | ZDNet.
Linux servers — Built for Ubuntu, Fedora, Debian, Kubuntu, Linux Mint, Edubuntu and others. Why ZaReason for your Ubuntu server? (or Debian server or Mint server or other) Because we build Linux servers that just work.
Here’s a little something I wrote to take the checksums from incoming data on a network and turn these into useful data in Pd-extended. We communicate the data via the OSC (OpenSoundControl) protocol.
This uses:
- tcpdump
- Some sort of fifo
- Perl (to build our OSC packets)
- Pd-extended
Around 2001, DataTreasury ran out of money and had to lay off most of its staff. For most startups, that would have been the end of the story. But DataTreasury had an ace in the hole: a portfolio of broad patents. One of them covered the concept of attaching a scanner (an “imaging subsystem for capturing the documents”) to a server (a “central data processing subsystem”) via a “communication network.”
It’s hard to see how anyone could build a digital check-clearing system without infringing this patent.
For the impatient, here is our simple script. We’ll explain it afterwards. This is assuming that you’re on a 192.168.1.0/24 network with no DHCP server.
#!/bin/sh
PATH=$PATH:/usr/sbin:/sbin
sudo brctl addbr br0
sudo ifconfig eth0 0.0.0.0
sudo brctl addif br0 eth0
sudo ifconfig br0 192.168.1.120 netmask 255.255.255.0 up
sudo route add -net 192.168.1.0 netmask 255.255.255.0 br0
sudo route add default gw 192.168.1.1 br0
sudo tunctl -b -u john
sudo ifconfig tap0 up
sudo brctl addif br0 tap0
export SDL_VIDEO_X11_DGAMOUSE=0
sudo iptables -I RH-Firewall-1-INPUT -i br0 -j ACCEPT
qemu-kvm ~/win2k.img -m 512 -net nic -net tap,ifname=tap0,script=no
But VMware has dominated the virtualization market for so many years that the massive shift found in the survey may take longer than expected, if it happens at all. The virtualization layer, primarily composed of VMware software, has so many hooks into security, backup, automation, disaster recovery and various management tools that swapping hypervisors is no simple matter, argues an analyst who read the results of the survey, but was not involved in conducting it.
via Is VMware’s dominance of the virtualization market under threat?.
And here’s the conclusion.
VMware shops are certainly kicking the tires on Hyper-V and deploying it at least in test and development scenarios, and Microsoft is trying to lay the groundwork for both small businesses and enterprises to switch from VMware to Hyper-V. If 38 percent of businesses do change primary hypervisors within the next year, the folks in Redmond are likely to be the major beneficiary.
Full disclosure: I am an ex-PM on Google Reader, and I worked on comments and the last round of sharing changes. I also left Google in July.
via Reader redesign: Terrible decision, or worst decision? – >*.
I ended up clicking on this because I had no idea what Google Reader was. There might be some insight into CPE UI requirements in this rant.