Berkeley CSUA MOTD:Entry 50300
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/04 [General] UID:1000 Activity:popular
4/4     

2008/6/19-22 [Computer/SW/OS] UID:50300 Activity:nil
6/19    ???
Broadcast message from root@soda (pts/52) (Thu Jun 19 12:40:38 2008):

Minor kernel upgrade requires reboot
The system is going DOWN for reboot in 5220 minutes!
        \_ Yes, apparently we'll be seeing these messages for the next 4 days.
           \_ Would prefer a more immediate reboot....
2025/04/04 [General] UID:1000 Activity:popular
4/4     

You may also be interested in these entries...
2012/6/27-7/27 [Computer/HW/Memory, Computer/SW/OS/OsX] UID:54424 Activity:nil
6/27    You can't put 16GB RAM in the new 13" Macbook Pro.
        Fuck you Apple!
        \_ Really?  I know they say you can't put more than 8GB in the 13"
           MBP, but I have 16GB in my 2011 13" MBP and it works perfectly.
           \_ I thought the new ones have soldier on HD and RAM just like
              the Macbook Air?
	...
2012/1/4-2/6 [Computer/HW/Drives] UID:54281 Activity:nil
1/4     I want to test how my servers behave during a disk failure and
        a RAID reconstruction so I want to simulate a hardware failure.
        How can I do this in Linux without having to physically pull
        a drive? These disks are behind a RAID card and run Linux. -ausman
        \_ According to the Linux RAID wiki, you might be able to use mdadm
           to do this with something like the following:
	...
2011/2/14-4/20 [Computer/SW/Unix] UID:54039 Activity:nil
2/14    You sure soda isn't running windows in disguise?  It would explain the
        uptimes.
        \_ hardly, My winbox stays up longer.
        \_ Nobody cares about uptime anymore brother, that's what web2.0 has
           taught us.  Everything is "stateless".
           \_ You;d think gamers would care more about uptime.
	...
2011/3/31-4/20 [Computer/SW/Languages/Python] UID:54070 Activity:nil
3/20    Has anyone here had success in using python 3.0?  Any gotchas
        to worry about? I've got an entire set of apps in python 2.x
        and am wondering if it's worth it to upgrade?
	...
2011/2/5-19 [Computer/SW/Languages/C_Cplusplus] UID:54027 Activity:nil
2/4     random C programming/linker fu question.  If I have
        int main() { printf("%s is at this adddr %p\n", "strlen", strlen); }
        and soda's /proc/sys/kernel/randomize_va_space is 2 (eg; on)
        why is strlen (or any other libc fn) at the same address every time?
        \_ I don't pretend to actually know the right answer to this, but
           could it have something to do with shared libraries?
	...
2011/2/11-19 [Computer/SW/OS/Linux, Computer/SW/Security] UID:54036 Activity:nil
2/10    Debian 6.0 squeeze is the new stable.  Do we dare a dist-upgrade?
        \_ the key for http://security.debian.org has changed btw.
	...
2010/7/21-8/9 [Academia/GradSchool/MBA, Computer/SW/OS] UID:53891 Activity:nil
7/21    "How to Upgrade an Old Phone into a Porsche"
        http://www.csua.org (finance.yahoo.com)
        "Ortiz spends five to six hours each day searching Craigslist for the
        right kind of swaps. Over the last two years and 14 trades ......"
        If he just got a job and work five to six hours each day for two
        years, he would probably have earned more than enough money to buy the
	...
2010/3/12-30 [Computer/SW/OS/Windows] UID:53754 Activity:nil
3/12    When writing functions and structs in Windows user-mode and kernel-mode
        code, when do you use IN/OUT, when do you use __in/__out, and when do
        you not use either?  I'm confused.  Thanks in advance.
	...