l*******G 发帖数: 1191 | 1 悲剧是在64位机上用不了,没有64的安装包。 强装了i386的wps deb, ia32-libs,又
有一个gdk包不行,强把gdk换成i386的,wps可以运行了!还不错。 reboot又悲剧了,
gdk换了以后机器进不了登录界面了!!而且连terminal界面也进不了。所以我只成功
运行了wps一次,而我的t410现在
变砖了。所以这里提醒用amd64 或x86_64的朋友们,还是别折腾了。 |
|
l*******G 发帖数: 1191 | 2 on my machine, wps and macbuntu both want libgtk-pixbuf, wps wants i386
version
and macbuntu wants amd64 version, yet I have to get to macbuntu before I
can login.
Oops, wps doesn't work with 64bit ubuntu with macbuntu theme.
ia32-
你不 |
|
l*******G 发帖数: 1191 | 3 For amd64, in earlier versions of Ubuntu, e.g. Maverick, ia32-lib does not
have libgtk-pixbuf. So, if you installed ia32-libs and find no libgtk-
pixbuf in /usr/lib32 , then it won't work for you.
For 12.4 , 12.10, should be fine. |
|
c*****m 发帖数: 1160 | 4 我用open source的 passwordsafe ,一直用windows版本的。前两天想安装到ubuntu上
面,居然没成功。它给的 passwordsafe-ubuntu-0.9BETA.i686 和 passwordsafe-
ubuntu-0.9BETA.amd64 都不成功。我的cpu是 intel 64位。试图从源代码编译,还有
许多dependancy. |
|
k***s 发帖数: 277 | 5 This is a strange issue here.
Dell D5150, with IDE NEC 3550A DVD burner as hda.
With Debian 6 X86_64, kernel 2.6.32-5-amd64, I can not burn or read DVD.
when try to mount a dvd as 'mount /dev/dvd /mnt/cdrom', I got error message
mount: you must specify the filesystem type
and using growisofs to burn DVD-R, also failed. (it can not identify the
media disk)
this burner is detected as /dev/sr0
kernel config related to IDE
CONFIG_HAVE_IDE=y
CONFIG_IDE=m
CONFIG_IDE_XFER_MODE=y
CONFIG_IDE_ATAPI=y
# CO... 阅读全帖 |
|
m********5 发帖数: 17667 | 6 kubuntu, mint KDE等简直越发不能用了
只能用那种90s' look的theme,比如Raleigh, 曾经fix了一段时间,现在又broken鸟
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-
amd64 compressed oops)
# Problematic frame:
# C [libgobject-2.0.so.0+0x1a6b8] g_object_get_qdata+0x18
准备退役所有ubuntu系列Distros,改上Mageia |
|
k*****r 发帖数: 21039 | 7 装了:
Set up Fcitx for Chinese and Japanese language input on Ubuntu Trusty 14.04
fcitx.pngAfter recently upgrading to Ubuntu 14.04 Trusty Tahr (LTS), I
decided to give Fcitx, the default input method framework on Ubuntu’s
Chinese sister project Ubuntu Kylin, a try and I was pleasantly surprised.
Not only is Fcitx rock-solid and actively developed, it also offers input
methods for Japanese, Korean, Vietnamese and a bunch of other languages in
addition to the default Chinese input methods. Here is ... 阅读全帖 |
|
d********g 发帖数: 10550 | 8 这就是完全不了解FreeBSD的ports/pkg系统了。我说了那么多次,FreeBSD官方都是多
版本app支持的,你需要装哪一个都行,distrowatch上显示的只是每个branch支持的最
高package版本而已
举个例子:
$ uname -a
FreeBSD xxxxxx 10.3-RELEASE-p4 FreeBSD 10.3-RELEASE-p4 #0: Sat May 28 12:23:
44 UTC 2016 [email protected]/* */:/usr/obj/usr/src/sys/
GENERIC amd64
$ freebsd-version
10.3-RELEASE-p6
$ pkg search postgresql9 | grep server-
postgresql90-server-9.0.23 The most advanced open-source database
available anywhere
postgresql91-server-9.1.22 The most advanced ... 阅读全帖 |
|
w******g 发帖数: 67 | 9 I am working on transfer a MPI program from my laptop to one computing
cluster("Docker"). The system specifications are as following:
my laptop
Dell d810 Intel CPU
GCC 4.1.2
"Docker" cluster:
10 nodes , each node runs with 2 AMD64 processors and CentOS4.4
Linux system.
GCC 3.4.6
The problem is that I can compile the program successfully on the cluster.
But when running, it crashes with error(it crashes when I run it on one
processor)
*** glibc detected *** malloc(): memory corruption: 0x00000000 |
|
c****e 发帖数: 1453 | 10 Of course Algorithm is the No1. factor. But how far can you stretch those
classic algorithms? Lots of them can't even be parallized. So the algorithm
is there and the difference is optimization, where language and compiler are
the key points. For example, On a x86(AMD64) machine, icc generates much
faster code than g++ if your code uses stl containers heavily.
When you try to pick a package to build a binary decision tree, no one gonna
pick java although there exist some of them. When you are wr |
|
h*******c 发帖数: 248 | 11 谢谢详细解答。
我在amd64上,而且没有root权限。psyco没法试。按你的意见改进了code,提高不太显
著。还有开始搞错了,最初的python code,比perl的两倍的时间还是稍快的。具体如
下:
Test data: 153195875 lines
Original Python code: 11m52.809s
Perl code: 6m50.634s
Python with introducing a float: 11m10.084s
Perl version |
|
d*g 发帖数: 62 | 12 多谢!不过遇到问题。在网页上打开,能看见登录的用户名密码框,
但用browser就不知道应该怎么打开,因为
browser.select_form(nr=0) 出错如下:
Traceback (most recent call last):
File "C:/Python27/work001.py", line 36, in
br.select_form(nr=0)
File "build\bdist.win-amd64\egg\mechanize\_mechanize.py", line 524, in
select_form
raise FormNotFoundError("no form matching "+description)
FormNotFoundError: no form matching nr 0
我查看页面源代码,是这种东西
|
|
d*g 发帖数: 62 | 13 谢谢,我在submit按纽傍边右点,查看source,果然看到form
不过我在browser里填上form的名字后,也没有成功
br.select_form(name="IDPLogin")
# User credentials
br.form['Ecom_User_ID'] = 'ttt'
br.form['Ecom_Password'] = 'test'
# Login
br.submit()
出错的信息还是没有找到form
Traceback (most recent call last):
File "C:/Python27/work001.py", line 36, in
br.select_form(name="IDPLogin")
File "build\bdist.win-amd64\egg\mechanize\_mechanize.py", line 524, in
select_form
raise FormNotFoundError("no form matching "+description)
FormNotFoun... 阅读全帖 |
|
|
t****t 发帖数: 6806 | 15 大多数int都是32位的. 但楼主问的不是这个, 他问的是为什么long居然是64位的. 我们
说, 除了MSVC, 其它64位编译器几乎都规定long是64位的. 你贴的link恰好说明了这一
点.
另外, "AMD64上的int是4位(4byte?)"这个说法本身不make sense. int的宽度并不由CP
U决定. |
|
x****u 发帖数: 44466 | 16 MS的编译器在AMD64架构和安腾上的字节长也不一样。
我们
CP |
|
c*****z 发帖数: 1211 | 17 我抛个砖(一个猜测,不一定对
08年,4G内存的机器都算是高配,现如今动不动两三百G。而Intel支持amd64还是06年
的事情。
当年也没有想到现在流和即时计算的应用场景,而硬盘应该是有先天的永久存储优势的。
Hadoop/hdfs是一个分布式存储系统加一个批处理系统,这样设计时会有一个先天的框
框,就是要基于hdfs,至于上面加内存计算由于上面那些原因并没有进入设计者的视野。 |
|
b********k 发帖数: 431 | 18 【 以下文字转载自 Windows 讨论区 】
发信人: bsbandnick (綄媄無縀~`), 信区: Windows
标 题: --新买的HP DV6604NR(DV6500 SERIES),卸掉VISTA,安装XP后--
发信站: BBS 未名空间站 (Sat Oct 13 09:53:34 2007)
安装的番茄花园的 XP FOR VISTA, 鼠标触摸板都能自己认了,但是其他的驱动一概不
能用, 驱动是去HP技术下载下来的, 一装就系统出错。有没有有相似经验的XDJM~~
BTW, 是AMD64*2的本子。 |
|
x*********g 发帖数: 11508 | 19 试过Solaris 10 on SPARC了,很不错,特别是那个Container,特别好玩。X86上还没试过
,打算甚么时候买个AMD64,试试Solaris 10 on x64呢。 |
|
c******y 发帖数: 37 | 20
uname -a
cat /etc/release
http://www.ocf.berkeley.edu/solaris/versions/
Two more versions:
5.9 9 2002 sun4m,sun4d,sun4u, x86
5.10 10 2005 sun4m,sun4d,sun4u, x86, AMD64
pkgadd is in the base system, and under /usr/sbin. |
|
x*********g 发帖数: 11508 | 21 是啊,Sun在中低端服务器上使用AMD64位的CPU。所以现在大张旗鼓宣传Solaris 10 x86
版本。这样即具有Solaris的稳定性的优势,又具有AMD CPU的价格优势。
但是其实Sun这样替AMD的CPU做宣传,还是有点奇怪,而且实在没必要。还是应该更多地
宣传Sun自己的东东才对。当然据说Sun上个季度的营收还是不错的,可能也得益于Sun和
AMD的合作及宣传吧。 |
|
s******e 发帖数: 285 | 22 【 以下文字转载自 Linux 讨论区 】
发信人: sonyisme (偶静感乖类 :)), 信区: Linux
标 题: Any good Calendar Software for GNome?
发信站: BBS 未名空间站 (Thu Sep 15 11:45:02 2005), 转信
My workstation is RH Enterprise with AMD64, I tried
the default KOrganizer, but it never pops up windows
to remind me to do sth.....
Any other recommendations for GNome? Thanks |
|
|
y**b 发帖数: 10166 | 24 amd64本来就对32位os完全兼容,不存在省钱与否的问题。 |
|
b********k 发帖数: 431 | 25 安装的番茄花园的 XP FOR VISTA, 鼠标触摸板都能自己认了,但是其他的驱动一概不
能用, 驱动是去HP技术下载下来的, 一装就系统出错。有没有有相似经验的XDJM~~
BTW, 是AMD64*2的本子。 |
|
h**v 发帖数: 2010 | 26 http://en.wikipedia.org/wiki/X86-64
The x86-64 specification was designed by Advanced Micro Devices (AMD), who
have since renamed it AMD64.[1] Intel has implemented it under the name
Intel 64 (formerly EM64T or IA-32e) in its own x86 processors.[2] VIA
Technologies has also included x86-64 instructions in their VIA Isaiah
architecture. The names x86-64 or x64 are often used as vendor-neutral terms
to collectively refer to x86-64 processors from any company. |
|
a9 发帖数: 21638 | 27 不是。
现在常见的cpu,都是amd64的,是兼容32位和64位。装32位或64位,速度应该没有变化。 |
|
t******g 发帖数: 1136 | 28 WinXP 系统。
C: 是系统盘
D: 是平时自己使用的盘
在D:\ 自己生成了两个文件夹
文件名字: 5cf94292fd275d67b5f153d4fb
里面的文件夹有:
amd64, i386
另一个文件夹是:ab49d517f84c29b511ce5d0c
里面的文件夹有:
dotnetfx20,dotnetfx30,dotnetfx35,tools
有谁这是什么文件吗?
怎么自动生成呢?可以删除吗?
谢谢! |
|
U********a 发帖数: 75 | 29 大侠,我现在移植到linux下了。环境如下:
系统:ubuntu-9.10-amd64
编译器:gcc
问题是编译之后内存用到2G多点的时候又挂掉了,即使是32位也应该可以用到4G吧,为
什么呢???
请问该如何设置编译器才能生成64位的程序呢?谢谢大侠了! |
|
w*******y 发帖数: 60932 | 30 Athlon II x2 250 + free motherboard $58 + tax YMMV Microcenter B&M
I know it has been cheaper but this is not currently adverftised in
Microcenter's motherboard deals (free motherboard only with more expensive
cpus). Also, with the apparent death of Frys motherboard deals I think this
is worth mentioning.
In Houston, TX, I was able to place an order for:
AMD Athlon II X2 250 Dual Core Processor = 57.99
I could add for .01:
Biostar A780L Socket AM2 /AM3 760G mATX Motherboard (Reg. $49.99 DDR2 me... 阅读全帖 |
|