`
vfate_linux
  • 浏览: 239813 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论
文章列表
In order to compile and use c/c++ under Linux you need following packages linux系统编译需要的软件包如下: 1.=> autoconf : GNU's Autoconf is a tool for configuring source code and Makefiles. 2.=> make/automake : A GNU tool for controlling the generation of executables and other non-source files of a program ...
# Set terminal title # @param string $1 Tab/window title # @param string $2 (optional) Separate window title # The latest version of this software can be obtained here: # http://fvue.nl/wiki/NameTerminal function nameTerminal() { [ "${TERM:0:5}" = "xterm" ] & ...
在虚拟机里面安装debian来gnome3,默认要按照增强公司才能使用gnome3,按照增强功能提示一下错误。 root@debian:/media/cdrom0# ./VBoxLinuxAdditions.run bash: ./VBoxLinuxAdditions.run: Permission denied 解决 root@debian:/media/cdrom0# mkdir /media/vboxguest root@debian:/media/cdrom0# mount -r /dev/cdrom /media/vboxguest/ root@debian:/media/c ...
1.可以把img的文件理解成一个磁盘,一个以文件的二进制形式存在的磁盘。 2.磁盘里面肯定有一些分区。 因此可直接mount进行挂载磁盘里面的分区。 第一,要知道img磁盘文件,对应分区的开始位置。 用分区程序察看img对于分区信息比如ubuntu linux系统的fdisk,或者parted fdisk直接如下,然后p打印img文件的分区信息 $ fdisk noogie.img Command (m for help): p Disk noogie.img: 79 MB, 79691776 bytes 128 heads, 32 sectors/track, 38 cylin ...
nook一直root着,这次恢复出厂设置了,干净~~ 1.先关闭nook 2.打开nook电源,界面启动时同时按下nook左右下面的按钮,一直不放,一会出现恢复原厂设置引导界面。 然后是更新到nook2 1.1.2 最新版本,下载地址http://www.barnesandnoble.com/u/Software-Updates-NOOK-Simple-Touch/379003175 重要提示:务必备份NOOK分区所有用户自己的数据(sd卡可以直接把出来不受影响)。 参考地址:http://factory-reset.com/wiki/Nook_Simple_Touch
[2013年11月23日更新] 想nook2看扫描pdf的请用orion-viewer 软件,这个看pdf的软件可以说是完全为e-ink电子墨水屏准备的,比以前下文中提到的pdf软件强大100倍,强大方便的扫描pdf切边,各种放缩选择 下载:https://code.google.com/p/orion-viewer/downloads/detail?name=orion_viewer_0.43.3_armeabi_v5.apk&can=2&q= armeabi_v5的版本是专门为nook2打造的android软件,软件安装完后要简单设置下,以便更方便的使用:先打开一个pdf ...
#!/bin/bash str=`ps -u lts|grep -e ' mocp$'|awk -F ' ' '{print $4}'` if [ -z $str ] ; then mocp -S fi mocp -p sleep 10 mocp -G
Global site tag (gtag.js) - Google Analytics