每日英语:For Michael Dell, Saving His Deal Is Just First Step
Michael Dell is set to win a bruising, yearlong battle for control of his company. His next task -- getting Dell Inc. growing again -- may be even tougher.
bruising:挫伤,殊死,激烈的
Mr. Dell's proposal to buy the computer company for nearly $25 billion is expected to win approval in a stockholder vote that ends Thursday, according to people familiar with the matter. Dell has said it expects to be a private company by the end of October.
So Dell, for the first time since it went public 25 years ago, will largely become a one-man show, just as it was when Mr. Dell started the company in his college dorm room in 1984. He is set to own about 75% of the company and remain CEO, while private-equity firm Silver Lake will be a minority owner.
Now, Dell's success and Mr. Dell's legacy hinge on whether he can recast the company into what the tech industry terms a 'solutions' provider, serving as a trusted technical adviser to businesses and providing them with services and software -- not simply shipping them low-price PCs and servers. 
Three specific areas are due for more attention, people familiar with Dell's strategy say.
legacy:遗产 hinge on:取决于,依靠,以为转移 recast:重铸 deploy:部署,展开
One is security software, which corporations use to prevent unauthorized use of their computing networks or thefts of data. Another is tools to help companies take an analytical approach to business decisions, a software niche known by the term Big Data. The third area is a plan to offer 'IT in a box,' or all-in-one bundles of hardware and software that companies can cheaply and easily deploy.
Dell executives previously have singled out roughly $3.3 billion in potential cost cuts, but didn't specify in what areas.
A spokesman for the company declined to comment. Mr. Dell has declined interview requests while the buyout is pending. But he has continued to make the case that taking the company private is the best path.
buyout:收购,买入,买断 pending:悬而未决,待定
'We need to transform, and we need to do it quickly,' he wrote in a July letter to Dell stockholders.
The company continues to churn out new hardware designs. At an Intel Corp. event on Wednesday, for example, a Dell executive gave a sneak preview of a new line of tablets it plans to formally unveil on Oct. 2.
churn out:大量生产 sneak preview:内部预映,试映
Yet some former executives and people who work with the company are skeptical. They question the value of Dell's technology assets, its ability to keep pace with the problems facing its business customers and Mr. Dell's own grasp of the company's challenges.
The planned makeover comes as the PC market is contracting as spending shifts to tablets and smartphones. Moreover, new Asian competitors are winning sales among big website operators like Google Inc. and Amazon.com Inc. The company has managed to hang on to its market share in PCs and servers recently, but largely through price-cutting strategies that have hurt its profit margins.
contracting:承包的,收缩的
At the same time, Dell's plan to become a broader provider to corporations faces tough competition from International Business Machines Corp., Cisco Systems Inc. and Hewlett-Packard Co., while upstarts are attacking individual technology niches Dell is targeting.
'Dell is stuck,' said Matt McIlwain, a managing director with venture-capital firm Madrona Venture Group, which invests in emerging business-tech companies. 'They don't have the ear or the wallet of enterprises like H-P or IBM do, nor are they innovative enough to keep pace with emerging tech leaders like Amazon Web Services.'
venture-capital:风险资本 innovative:革新的
Dell has spent more than $13 billion on acquisitions, but the company says those new businesses have fallen short of its financial expectations.
每日英语:For Michael Dell, Saving His Deal Is Just First Step的更多相关文章
- 每日英语:4G in China: A bigger deal than the iPhone
		Forget the breathless coverage of China Mobile offering the iPhone for a moment. Yes, it's huge news ... 
- 每日英语:When The Boss Works Long Hours, Do We All Have To?
		The problem: Every night, your workaholic boss is still glued to the computer when you need to leave ... 
- 每日英语:Patent Wars Erupt Again in Tech Sector
		The long-running patent war among the technology industry's heavyweights just grew a whole lot bigge ... 
- 每日英语:A New Way to Learn Chinese
		Entrepreneur and author ShaoLan Hsueh thinks that English-speakers can start learning to read Chines ... 
- 每日英语:How To Survive The Windows XPiration Date
		The default background for Microsoft's Windows XP operating system -- a perfect blue sky full of cot ... 
- 每日英语:Mrs. Obama Takes Stab at Ping-Pong Diplomacy
		U.S. first lady Michelle Obama took ping-pong diplomacy to a new level on Friday on her weeklong tou ... 
- 每日英语:These Gadgets Aim To Put Some Teeth Into The Internet Of Things
		What the world needs now is a Web-enabled toothbrush. That part is clear to several oral-hygiene com ... 
- 每日英语:Surviving a Conference Call
		The conference call is one of the most familiar rituals of office life -- and one of the most hated. ... 
- 每日英语:Proactive Advice for Dealing With Grief: Seek Out New Experiences
		When her husband died of cancer 10 years ago, Becky Aikman says she experienced grief and adapted to ... 
随机推荐
- promise 承诺
			概念 ES6 原生提供了 Promise 对象. 所谓 Promise,就是一个对象,用来传递异步操作的消息.它代表了某个未来才会知道结果的事件(通常是一个异步操作),并且这个事件提供统一的 API, ... 
- 关于SimHash去重原理的理解(能力工场小马哥)
			阅读目录 1. SimHash与传统hash函数的区别 2. SimHash算法思想 3. SimHash流程实现 4. SimHash签名距离计算 5. SimHash存储和索引 6. SimHas ... 
- MHDD修复硬盘坏道
			2种修复的方法,本人已经尝试过,非常管用! 1.先按SHIFT+F3扫描硬盘连接并选择,按F4键,先用一般模式扫一遍,再用高级模式扫一变,具体方法是选择LBA模式,remap项OFF,Loop the ... 
- Oracle 跨库查询表数据(不同的数据库间建立连接)
			1.情景展示 当需要从A库去访问B库中的数据时,就需要将这两个库连接起来: 两个数据库如何实现互联互通,在oracle中,可以通过建立DBLINK实现. 2.解决方案 2018/12/05 第一步 ... 
- Oracle使用——PLSQL的中文乱码显示全是问号
			问题 这两天刚将PLSQL与Oracle配置好,但是在PLSQL中插入数据时.出现一个问题,PLSQL中的表里无法显示中文,中文无法保存.无法输出.中文在表中显示问号.如图: 原因 经过一番查证,发现 ... 
- java 实现文本格式转换
			代码如下,不太规范,仅作学习用 import java.io.*; public class CharSetTest { public static void main(String[] args) ... 
- Linux下动态共享库加载时的搜索路径详解
			对动态库的实际应用还不太熟悉的读者可能曾经遇到过类似“error while loading shared libraries”这样的错误,这是典型的因为需要的动态库不在动态链接器ld.so的搜索路径 ... 
- 封装UIlabel 辨别用户名 ,话题 ,链接,电话,高亮文字等
			概述 对UIlabel进行封装 用于辨别用户名 ,话题 ,链接,电话,高亮文字等,链接跳转网页,电话点击拨打电话,完美封装UIlabel,适合绝大多数需求 详细 代码下载:http://www.dem ... 
- 微信小程序项目实战之天气预报
			概述 微信小程序项目实战之天气预报 详细 代码下载:http://www.demodashi.com/demo/10634.html 一.准备工作 1.注册微信小程序 2.注册和风天气账号 3.注册百 ... 
- python函数中把列表(list)当参数时的"入坑"与"出坑"
			在Python函数中,传递的参数如果默认有一个为 列表(list),那么就要注意了,此处有坑!! 入坑 def f(x,li=[]): for i in range(x): li.append(i*i ... 
