前言今天在运维工作时候,突然忘记查 } 执行结果ubuntu
转载 2013-01-22 21:40:00
272阅读
2评论
1.#adb shell 提示error: insufficient permissions for device 解决办法: 1)sudo gedit /etc/udev/rules.d/51-android.rules 2)在51-android.rules文件加入下面一行 #0471:21b2
转载 2013-07-01 20:40:00
106阅读
2评论
1.#adb shell 提示error: insufficient permissions for device 解决办法: 1)sudo gedit /etc/udev/rules.d/51-android.rules 2)在51-android.rules文件加入下面一行 #0471:21b2 Philips (or NXP) SUBSYSTEM=="usb",ATTRS{idVendor}=="0471",ATTRS{idProduct}=="21b2",MODE="0666" 3)上面的id是通过lsus
转载 2013-07-01 20:39:00
66阅读
2评论
  1.因系统自身就已经携带了Python软件则无需安装Python。       2. 安装python-wxgtk3.0      sudo apt-get install python-wxgtk3.0   3.安装Python编辑器 Ulipad       &
原创 2016-12-08 18:03:53
1627阅读
  1.因系统自身就已经携带了Python软件则无需安装Python。      2. 安装python-wxgtk3.0      sudo apt-get install python-wxgtk3.0    3.安装Python编辑器 Ulipad       &
原创 2016-12-08 18:05:27
556阅读
The following linux command procedure can be used to install Wine the Microsoft Windows Compatibility Layer (Binary Emulator and Library) on Ubuntu Linux amd64. If you are running 64bit Ubuntu Linux s
转载 2018-10-23 11:15:00
135阅读
2评论
Ans:pip install tensorflow (note: version number of pip and python must be consistent)
转载 2019-01-15 16:03:00
161阅读
./adb报错no such file 或者adb: error while loading shared libraries:libncurses.so.5: wrong ELF class: ELFCLASS64 因为没装32位支持库先试试 sudo apt-get install ia32-libs 不行的话 sudo apt-get update 再试试
原创 2023-05-23 14:48:51
67阅读
At first Maven failed with the following message:Caused by: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-oracle/jre/lib/amd64/xawt/libmawt.so: libXrender.so.1: cannot open shared object ...
原创 2022-11-22 00:22:25
119阅读
1.下载teamviewer,链接如下: 2.安装teamviewer,安装命令如下: sudo dpkg -i teamviewer_10.0.36281_i386.deb jello@jello-Inspiron-N4050:~/Downloads$ sudo dpkg -i teamviewe
转载 2016-10-01 17:51:00
132阅读
怎么查看ubuntu是32bit还是64bit的?你用uname -a的时候看到的i686就是32bit
转载 2017-09-01 18:09:00
98阅读
2评论
In ​​computer architecture​​, 64-bit ​​integers​​​, ​​memory addresses​​​, or other ​​data​​​ units are those that are at most 64 ​​bits​​​ (8 ​​octets​​​) wide. Also, 64-bit ​​CPU​​​ and ​​ALU​​​ ​
转载 2008-05-31 18:41:00
141阅读
2评论
【asm】64位编译32位汇编需要注意的汇编语言在32位和64位下有区别 32位的汇编在代码前增加.code32 as可以通过--32指定生成32位汇编在64位系统下ld链接生成32位程序: ld: i386 architecture of input file `xxx.o' is inco...
转载 2016-01-06 10:07:00
121阅读
2评论
去除亚马孙网址sudo apt-get remove unity-lens-shopping安装toolsudo apt-get install unity-tweak-tool,用于一些常规配置接下来就是双显示器的设置啦下载最新版的驱动, 得到amd-driver-installer-catalyst-13-4-linux-x86.x86_64.zip,unzip后得到amd-driver-in
原创 2013-06-29 11:19:34
1403阅读
sudo apt-get install libc6-i386sudo apt-get install ia32-libs
原创 2013-11-06 20:17:13
915阅读
While installing Jenkins 1.486 on Ubuntu 12.10 server (64bit) with Java 7u
原创 2022-11-22 00:10:25
69阅读
1.获取 wget http://mirrors.163.com/kernel/v4.x/linux-4.15.13.tar.gz 2.解压 tar xvf linux-4.15.13.tar.gz cd linux-4.15.13 3.获取配置 cp /boot/config-4.15.0-gen
转载 2019-01-12 21:03:00
88阅读
注:参考自https://docs.docker.com/install/linux/docker-ce/ubuntu/ 1.卸载旧版本docker(如果之前安装了) 2.使用仓库进行安装 2.1 更新apt包 sudo apt-get update 2.2 安装一些软件以支持https方式来使用仓
转载 2019-01-10 11:53:00
138阅读
【原创文章,个人博客转载请注明出处并保留版权信息,媒体或商业网站转载请与本人联系。】 经过了一段时间的试用,我终于又把操作系统从Win7 64bit换回了Win7 32bit。说说我的心路历程——见下面括号中的蓝字。 1) 内存 64bit的Win7可以充分利用所有4GB的内存,不再像Win7 32bit那样显示说系统安装内存4GB,其中3.5GB可用。(Vista更烂,只显示3.5GB内存)。(
原创 2009-12-12 16:52:10
2596阅读
1点赞
1评论
Small fix if You have an error when You try to turn on startup programs.  for example:  # chkconfig -s ssh on /sbin/insserv: No such file or directory Fix is simple, just
转载 精选 2012-11-29 15:37:58
955阅读
  • 1
  • 2
  • 3
  • 4
  • 5