Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
User Journal

Journal Journal: if minimising a Solaris 10 system...

Don't remove these packages if you are going to need libX11 or libXpm later...

system SUNWxwdv X Windows System Window Drivers
system SUNWxwfnt X Window System platform required fonts
system SUNWxwhl X Window System & Graphics Header links in /usr/include
system SUNWxwice X Window System Inter-Client Exchange (ICE) Components
system SUNWxwinc X Window System include files
system SUNWxwmod X Window System kernel modules
system SUNWxwplr X Window System platform software configuration
system SUNWxwplt X Window System platform software
system SUNWxwrtl X Window System & Graphics Runtime Library Links in /usr/lib
system SUNWxwssu X Server x86 platform config start up software

Windows

Journal Journal: Two short stories about a stinkin Mac user

1: Due to a combination of illnesses and cutbacks, I'm doing some desktop support this week. After fixing the issues on a user's PC (network shares got lost, sound cable got yanked) I noticed that the font in her email client was many points larger than her desktop font. I asked her about it to verify that my guess was correct, then quickly clicked Display -> Settings -> Advanced -> Large Fonts. She was astonished, then effusively thankful.

No one else here would have given that a second glance (or even a first). Also, about half our LCDs (that I haven't adjusted) are set to some non-native default resolution. Oh well, at least fuzzy edges aren't as bad as the 60Hz headaches I used to get.

2: My officemate and I moved an old printer in between our desks. It doesn't happen to play nice with our departmental print manager, so I decided to add it directly by address. OS X was straightforward (Print & Fax -> Add button -> IP tab), but XP (virtual) was giving me grief. Finally I google the answer and burst out laughing. In order to connect to a network printer by IP, you go into the Add Printer Wizard, select "Local Printer" (instead of "Network Printer"), then go into the Printer Port Wizard and tell it that the printer's IP address is a local port. Well gee, that's obvious, isn't it? I explained this to my officemate, and he thought it was an interesting trick, but still didn't get why I was laughing.

Microsoft

Journal Journal: Microsoft hiring an Open Source axeman?

The following is an a copy of a real job posting by Microsoft with LinkedIn. The interesting thing about this job posting is that Microsoft has repeated identified Free Open Source Software (FOSS) as a key threat to its revenue model in official annual 10K filings with the United States Securities and Exchange Commission, and the current Microsoft CEO, Steve Ballmer, has called Linux a cancer in the software industry.

The job duties of this "Director of Open Source Desktop Strategy at Microsoft will be to "lead strategy ... as it relates to open source competitors", which doubtless means to stop the growth of GNU-Linux and Free Open Source Software at all costs. After all, this is the same company which set out to cut off Netscape's air supply. Netscape, of course, was the browser which was the precursor to one of Microsoft's greatest threats, the Firefox Internet browser. Microsoft did succeed in killing the company that produced the Netscape, so one can imagine how chagrinned are the Microsoft executives at seeing Microsoft's browser losing ground to Firefox.

***************************************

Director, Open Source Desktop Strategy at Microsoft

Location: Greater Seattle Area

URL: http://www.microsoft.com

Apply Now

Type:
Full-time
Experience:
Director
Functions:
Consulting, Strategy / Planning, Product Management, Business Development
Industries:
Computer Software
Posted:
February 5, 2009

Job Description

The Windows Competitive Strategy team is looking for a strong team member to lead Microsoft's global desktop competitive strategy as it relates to open source competitors. Our team mission is to gather intelligence, create business strategies, and drive action in the marketplace for the Windows Client business. In this job, you will be asked to think strategically, put yourself in the mindset of our competitors, influence multi-million dollar marketing campaigns, and drive high-level executive thinking around business strategy.

As the Director of Open Source Desktop Strategy you will need to drive research and build holistic strategies across dynamic market segments like PCs, NetBooks, and mobile internet devices. You will be responsible for bringing our business strategy to life by discovering and sharing the market insights that set the foundation for our platform value dialogue with customers and the industry

You will need to work directly with customers and partners across the globe, other product groups, field sales & marketing organizations, and industry analysts to influence internal, external and partner marketing efforts with a focus on consumer scenarios.

Responsibilities

In this role you will be expected to:
Drive our business strategy by delivering strategy reviews to Microsoft executives
Drive primary and secondary market research activities to inform marketing strategies
Manage technical analysis of competitive platforms
Create a rational set of proof points that promote Microsoft's comparative value
Build a fact-based marketing plan that articulates the Windows Client value proposition to partners and customers
Collaborate with the owners of outbound marketing channels, such as PR, advertising, analysts, field, and partners
Manage a marketing budget and influence worldwide subsidiary participation to drive our strategy
Skills

Qualifications:

The candidate must be a highly motivated self-starter, with a proven track record of successful execution. Successful candidates must be able to think strategically and creatively about business issues on a global scale, while developing and executing detailed marketing plans. Building collaborative relationships across organizations and motivating and leading virtual teams to achieve collective impact will be essential, as will the ability to juggle multiple work streams at one time. Experience working with international teams is desirable.

A BS/A in a technical field is strongly desired and an MBA is preferred. Familiarity with Open Source products is required. Working knowledge of x86 and ARM architectures a plus, but not required for candidates with strong aptitude. 5+ years experience in a related field working on projects that require strategic thinking, broad market impact, and business / technical marketing message development & delivery preferred.
Additional Information

* Applicants with recommendations are preferred.(You have 0 recommendations)
* Referrals through network preferred.

Job ID: 652401
User Journal

Journal Journal: Setting up CollabNet Subversion on Solaris 10, with SMF.

Download the CollabNet Subversion package for Solaris.

Edit Apache configuration, /etc/opt/CollabNet_Subversion/conf/httpd.conf , /etc/opt/CollabNet_Subversion/conf/extra/httpd-vhosts.conf

Fix some permissions:

# chown -R daemon:daemon /pool/YOURDOMAIN/svn/YOURREPO/
  # chown daemon:daemon /var/opt/CollabNet_Subversion/logs/

Set up SMF manifest.
This file is based on the manifest distributed with CoolStack, /opt/coolstack/lib/svc/manifest/cskapache2.xml . For modified text, see bottom of this post.

# svccfg import apache22-svn.xml

To see the configuration of the Apache built with CollabNet Svn,

# /opt/CollabNet_Subversion/bin/httpd -V
Server version: Apache/2.2.8 (Unix)
Server built: Oct 23 2008 15:51:40
Server's Module Magic Number: 20051115:11
Server loaded: APR 1.2.12, APR-Util 1.2.12
Compiled using: APR 1.2.12, APR-Util 1.2.12
Architecture: 32-bit
Server MPM: Prefork
  threaded: no
    forked: yes (variable process count)
Server compiled with....
  -D APACHE_MPM_DIR="server/mpm/prefork"
  -D APR_HAS_SENDFILE
  -D APR_HAS_MMAP
  -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
  -D APR_USE_FCNTL_SERIALIZE
  -D APR_USE_PTHREAD_SERIALIZE
  -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
  -D APR_HAS_OTHER_CHILD
  -D AP_HAVE_RELIABLE_PIPED_LOGS
  -D DYNAMIC_MODULE_LIMIT=128
  -D HTTPD_ROOT="/"
  -D SUEXEC_BIN="//bin/suexec"
  -D DEFAULT_PIDLOG="var/opt/CollabNet_Subversion/run/httpd.pid"
  -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
  -D DEFAULT_LOCKFILE="var/opt/CollabNet_Subversion/run/accept.lock"
  -D DEFAULT_ERRORLOG="/var/opt/CollabNet_Subversion/logs/error_log"
  -D AP_TYPES_CONFIG_FILE="etc/opt/CollabNet_Subversion/conf/mime.types"
  -D SERVER_CONFIG_FILE="etc/opt/CollabNet_Subversion/conf/httpd.conf"

conf/extra/httpd-vhosts.conf:

#
# Virtual Hosts
#...
 
Listen 443
 
#
# Use name-based virtual hosting.
#
#NameVirtualHost *:80
NameVirtualHost *:443
 
<VirtualHost *:443>
    ServerAdmin sysadmin@YOURDOMAIN.com.au
    DocumentRoot /pool/YOURDOMAIN/www/YOURDOMAIN/htdocs
    ServerName YOURDOMAIN
# ServerAlias www.dummy-host.example.com
    ErrorLog /pool/YOURDOMAIN/www/YOURDOMAIN/logs/error_log
    CustomLog /pool/YOURDOMAIN/www/YOURDOMAIN/logs/access_log combined
 
<Location /svn>
        Dav svn
        SVNParentPath /pool/YOURDOMAIN/svn
        AuthType Basic
        AuthName "Subversion"
        AuthUserFile /pool/YOURDOMAIN/www/YOURDOMAIN/htpasswd
# AuthzSVNAccessFile /pool/YOURDOMAIN/svn/svnpolicy
        Require valid-user
        SSLRequireSSL
                Order allow,deny
                Allow from all
</Location>
 
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
SSLEngine on
...and the rest of the SSL config
...can be copied from /opt/coolstack/apache2/conf/extra/httpd-ssl.conf

apache22-svn.xml:

<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
    Copyright 2006-2007 Sun Microsystems, Inc. All rights reserved.
    CSKapache2 manifest - should reside in /var/svc/manifest/network.
-->
 
<service_bundle type='manifest' name='COLLABNETapache2:apache'>
 
<service
    name='network/http'
    type='service'
    version='1'>
 
    <!--
      Because we may have multiple instances of network/http
      provided by different implementations, we keep dependencies
      and methods within the instance.
    -->
 
    <instance name='apache22-svn' enabled='false'>
    <!--
      Wait for network interfaces to be initialized.
    -->
      <dependency name='network'
          grouping='require_all'
          restart_on='error'
          type='service'>
          <service_fmri value='svc:/milestone/network:default'/>
      </dependency>
 
      <!--
          Wait for all local filesystems to be mounted.
      -->
      <dependency name='filesystem-local'
          grouping='require_all'
          restart_on='none'
          type='service'>
          <service_fmri
              value='svc:/system/filesystem/local:default'/>
      </dependency>
 
      <!--
          Wait for automounting to be available, as we may be
          serving data from home directories or other remote
          filesystems.
      -->
      <dependency name='autofs'
          grouping='optional_all'
          restart_on='error'
          type='service'>
          <service_fmri
              value='svc:/system/filesystem/autofs:default'/>
      </dependency>
 
      <exec_method
          type='method'
          name='start'
          exec='/opt/CollabNet_Subversion/bin/apachectl start'
          timeout_seconds='60'>
      </exec_method>
 
      <exec_method
          type='method'
          name='stop'
          exec='/opt/CollabNet_Subversion/bin/apachectl stop'
          timeout_seconds='60'>
          <method_context />
      </exec_method>
 
      <exec_method
          type='method'
          name='refresh'
          exec='/opt/CollabNet_Subversion/bin/apachectl restart'
          timeout_seconds='60'>
          <method_context />
      </exec_method>
 
        <property_group name='httpd' type='application'>
            <stability value='Evolving' />
            <propval name='ssl' type='boolean' value='true' />
        </property_group>
 
        <property_group name='startd' type='framework'>
            <!-- sub-process core dumps shouldn't restart session -->
            <propval name='ignore_error' type='astring'
                    value='core,signal' />
        </property_group>
        <template>
            <common_name>
                <loctext xml:lang='C'>
                    Apache 2 HTTP server
                </loctext>
            </common_name>
<!--
            <documentation>
                <manpage title='httpd' section='8'
                    manpath='/opt/coolstack/apache2/man' />
                <doc_link name='apache.org'
                    uri='http://httpd.apache.org' />
            </documentation>
-->
        </template>
 
    </instance>
 
    <stability value='Evolving' />
</service>
 
</service_bundle>

Privacy

Journal Journal: every Flash site you ever visited...

...may be recorded quietly on your hard drive, even if you had Flash erase all stored data. Everyone knows about Flash cookies and their largish abuse potential. But none of the sites I saw mentioned one little detail that's left behind, with no incriminating data signature to be detected in a file search.

When Flash removes its temp files and cookies for a site, it fails to remove the surrounding folder. And of course the folder's name is the site domain.

Look in your preferences directory for Macromedia/Flash Player/#SharedObjects and you will probably find a lot of unwanted history. You can safely delete the whole folder, but it's somewhat painful if there are one or two Flash-based sites whose persistence data you do want to retain.

User Journal

Journal Journal: Joe the Plumber as spokesman for Israel

Now we know there's something lower than Z-list on the celebrity scale. Be careful with your next tax return, Joe.

Update - but wait, there's more...

To be honest with you, I don't think journalists should be anywhere allowed war (sic). I mean, you guys report where our troops are at, you report what's happening day-to-day, you make a big deal out of it. I think it's asinine. I liked back in World War I and World War II, when you'd go to the theater and you'd see your troops on the screen and everyone would be real excited and happy for them. Now everyone's got an opinion and wants to down soldiers, our American soldiers, Israeli soldiers. I think media should be abolished from, you know, reporting. You know, war is hell, and if you're going to sit there and say, "Well, look at this atrocity," well, you don't know the full story behind it half the time. So I think the media should have no business in it.

Comment is hardly needed...

GUI

Journal Journal: OpenOffice.org Impress...

SUCKS!!!!!!

sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks sucks

Calc and Writer are usable MSO replacements. Impress is not. I am reinstalling PowerPoint tomorrow (unless I can find a recent version of Keynote somewhere in the office).

User Journal

Journal Journal: Roche speaks, from V.S. Naipaul's "Guerillas"

"When I eat food and enjoy it, I wonder why I am allowed to do so. When I lie down in my bed at night and make myself comfortable, I wonder why I am allowed to do so. It would be so easy to take it away from me. Every night I think about that. It would be so easy to torment me. Once you tie a man's hands you can do anything to him."

Slashback

Journal Journal: /. Moderation Options v2.1

Pursuant to this comment, here is the complete list of mod options I wish we had:
  • +2, Informative And Has Links To Show It
  • +1, Interesting
  • +0, Funny
  • -0, YMBNH
  • -1, Offtopic/Troll
  • -1, False, And Followup Has Links To Show It

Remember that in Slashcode 2.0, users have the option to assign personal value modifiers to each moderation type.

Lastly, if you give a Mis/Informative mod which is voted down in Metamod, you lose 10x karma.

User Journal

Journal Journal: Published Submissions.

Friend and fellow Slashdot reader decided to gather up all of his published articles. I don't have as many, and the subjects are different. Thanks to the magic of the firehose, these are easy to find. Here they are:

That seems to be all.

User Journal

Journal Journal: What am I angry about today? 2

  • This flaming turd - How can anyone be involved in such a piece of DRECK and maintain their self respect?
  • The FUCKING White Anglo Ratfuck IMMIGRATION SYSTEM in all its ramified, arbitrary, racist, discriminatory glory
  • The MONKEY - the FUCKING MONKEY - do I *ever* have to see his moronic face again? Put him in Pound-Ass Prison and drop the key into the ocean. Better yet. Put him and Cheney and their attorneys in a basketball stadium with every surviving Guantanamo detainee and cheer the spectacle on.
Nintendo

Journal Journal: Cheaper ways to play GameCube game on Wii? 3

I managed to score a Wii this fall, much to the delight of the little folk in my house. The boy is a Pokemon fan, so he got Battle Revolution for his birthday, but we soon discovered it's only arena fighting with no story.

I've learned that there are Pokemon CRPGs for GameCube. However, this Wii is our first and only electronic device from Nintendo. In order to play GC discs on Wii, we'd need native memory card and controllers, which are in the vicinity of $20 each according to Froogle. In other words, it would cost ~$90 total for a $30 game.

Are there reliable ways to play GC on Wii less expensive than what Google found? Swap meets? Third party brands? Secret landfill in Utah?

User Journal

Journal Journal: Cabinet Casting Call 3

My starting point for an Obama Administration Dream Team would be:

  1. early Bush appointees who resigned in protest over policy disagreements:
    • Colin Powell: State? Defense? Education? wherever he prefers
    • Christine Whitman: EPA, doing everything she announced in 2001 but was countermanded
    • Paul O'Neill: Treasury? Commerce? Interior?
    • who else did I miss?
  2. late Bush appointees who have widespread support:
    • Robert Gates: Defense
    • I'm sure there are others
  3. interesting outsiders of all stripes:
    • hmm... ran out of steam to finish this journal entry, help me out here

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...