由买买提看人间百态

topics

全部话题 - 话题: mkdir
1 2 3 4 下页 末页 (共4页)
d*****r
发帖数: 39446
1
【此篇文章是由自动发信系统所张贴】
mkdir 已经成为本俱乐部的正式成员, 特此通知.
h*********d
发帖数: 336
2
来自主题: JobHunting版 - 大牛帮我看一段code
phone interview, 实现一个in-memory filesystem. 刚开始面试,还没有摸到门路,
请大牛指点
Write an in memory filesystem! This is a simplified file system that only
supports directories. Your code needs to read from a file and parse the
commands listed below.
cd - Changes the current working directory. The working
directory begins at '/'. The special characters '.' should not modify the
current working directory and '..' should move the current working directory
to the parent.
mkdir - Creates a new dire... 阅读全帖
h*w
发帖数: 1182
3
抛砖引玉,pogoplug上面可以装很多东西。
本人新手,这个安装说明算是一个备份吧,如果要重新安装可以看看,也可以给新新手
参考。也请高手指点。
为什么没有装arch或者debian是因为看到有人说pogoplug自带的ntfs驱动比ntfs-3g性
能好,就想用原系统加装optware来安装samba共享。而且如果还想用my.pogoplug.com
也可以直接用。还没有实验过到底是自带的ntfs驱动快还是ntfs-3g快,就当瞎折腾了
,呵呵。
本说明基于POGO-E02,不保证在其他版本的pogoplug上也工作。对于使用本安装说明引
起的任何损失概不负责。
------------------------------
1. Find your Pogoplug ip address in your router.
2. Log into your Pogoplug online account that you created during the initial
setup of the POGO. Go into the advanced tab / Security.... 阅读全帖
h*w
发帖数: 1182
4
抛砖引玉,pogoplug上面可以装很多东西。
本人新手,这个安装说明算是一个备份吧,如果要重新安装可以看看,也可以给新新手
参考。也请高手指点。
为什么没有装arch或者debian是因为看到有人说pogoplug自带的ntfs驱动比ntfs-3g性
能好,就想用原系统加装optware来安装samba共享。而且如果还想用my.pogoplug.com
也可以直接用。还没有实验过到底是自带的ntfs驱动快还是ntfs-3g快,就当瞎折腾了
,呵呵。这个主要是给家里只有windowns电脑的用,要是有linux的机器,还是用ext3或
ext4最快。
本说明基于POGO-E02,不保证在其他版本的pogoplug上也工作。对于使用本安装说明引
起的任何损失概不负责。
------------------------------
1. Find your Pogoplug ip address in your router.
2. Log into your Pogoplug online account that you created during the initial
setup... 阅读全帖
m*****k
发帖数: 731
5
来自主题: Java版 - hadoop quickstart 疑问
我在试http://hadoop.apache.org/common/docs/r0.20.2/quickstart.html
我用的是win7 和 cygwin,
Standalone Operation
By default, Hadoop is configured to run in a non-distributed mode, as a
single Java process. This is useful for debugging.
The following example copies the unpacked conf directory to use as input and
then finds and displays every match of the given regular expression. Output
is written to the given output directory.
$ mkdir input
$ cp conf/*.xml input
在这一步
$ bin/hadoop jar hadoop-*-examples.ja... 阅读全帖
m*****k
发帖数: 731
6
来自主题: Java版 - hadoop quickstart 疑问
我在试http://hadoop.apache.org/common/docs/r0.20.2/quickstart.html
我用的是win7 和 cygwin,
Standalone Operation
By default, Hadoop is configured to run in a non-distributed mode, as a
single Java process. This is useful for debugging.
The following example copies the unpacked conf directory to use as input and
then finds and displays every match of the given regular expression. Output
is written to the given output directory.
$ mkdir input
$ cp conf/*.xml input
在这一步
$ bin/hadoop jar hadoop-*-examples.ja... 阅读全帖
E*V
发帖数: 17544
7
☆─────────────────────────────────────☆
nickmit (上海老姜) 于 (Wed Oct 27 01:52:51 2010, 美东) 提到:
先建个临时目录
# mkdir -p /tmp/ubuntu/maverick
没有 debootstrap 的先安装一下
# apt-get install debootstrap
然后构建基本系统,这里就用 10.10 吧,你也可以换 lucid
# debootstrap maverick /tmp/ubuntu/rootfs
基本设置一下
# chroot /tmp/ubuntu/rootfs
# mount -t proc none /proc
# mount -t devtmpfs none /dev
# mount -t devpts none /dev/pts
# mount -t sysfs none /sys
俺喜欢给 root 加个密码,sudo... 阅读全帖
P****i
发帖数: 1362
8
来自主题: Apple版 - icloud这么傻B
>>mkdir abc
>>mkdir ABC
mkdir: ABC: File exists
d******i
发帖数: 7160
9
来自主题: Hardware版 - PBO修改缓存的方法
试了内置硬盘的改法:
mkdir -p /tmp/hdd/volumes/HDD1/mydir
mount -t dvrfs dvrfs /tmp/hdd/volumes/HDD1/mydir
dd if=/dev/zero of=/tmp/hdd/volumes/HDD1/mydir/myswap bs=1k count=16k
losetup /dev/loop/6 /tmp/hdd/volumes/HDD1/mydir/myswap
mkswap /dev/loop/6
swapon /dev/loop/6
发现第一行的mkdir根本没起作用 (单独进telnet用命令行试是可以的),
于是放到rcS里自然是不行。
又试了原帖方法(虽然不明白在内存里开swap到底意义何在):
mkdir -p /tmp/mydir
mount -t dvrfs dvrfs /tmp/mydir
dd if=/dev/zero of=/tmp/mydir/myswap bs=1k count=4k
losetup /dev/loop/6 /tmp/mydir/myswap
mkswap /dev/... 阅读全帖
c*******y
发帖数: 3529
10
可以备份成一个压缩包
tar cvpzf bakcup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup
.tgz --exclude=/media --exclude=/sys --exclude=/mnt /
还原的方式:
1.用fdisk或别的方式激活分区
2.格式化分区
3. mount上这个分区,然后到他的根目录下运行:
tar -xzvf backup.tgz
之后要建立如下目录,proc, sys, srv:
mkdir proc
mkdir sys
mkdir src
w***o
发帖数: 2969
11
来自主题: ebiz版 - 严重警告某些ebizship用户
今天 ebizship down le ?
Warning: mkdir() [function.mkdir]: Permission denied in /home/websites/
ebizship/backend/cron/Shipper.php on line 685
Warning: fopen(/home/websites/ebizship/wwwroot/labels/92/20100412/Sanyo
Xacti VPC-CA9 Waterproof Camera Camcorder Black-Quantity 1-MA-01007-
922288110226548-1271086116-81cda633084770efed52d95c70c12163.pdf) [function.
fopen]: failed to open stream: No such file or directory in /home/websites/
ebizship/backend/cron/Shipper.php on line 715
Warning: fwrite(): su
g**e
发帖数: 6127
12
来自主题: JobHunting版 - 我来说说amzn面试的吧
电面是第一轮的删选。除非有强烈推荐并且某组急切招人,一般不能免。直接onsite最
后被拒的,不是浪费所有人的时间么?
对linux的要求不高,不过至少也要知道ls, ps, mkdir吧。regex月熟悉越好。对linux
熟悉会极大的增加productivity,尤其在分析和troubleshoot log的时候。
个人推荐:
初级: ls, ps, top, mkdir, chown, cp, mv, rm, kill, head, tail, more, tar,
zip/uzip, ssh, telnet。regex初级。如果这些都不知道开始工作了会痛苦一段时间。
中级:shell script, grep, sed, awk基本功能,regex中级。cut, sort, uniq, pr,
scp, rsync, df, du, date, free, traceroute, imstat, netstat, watch等熟练监控
linux系统健康命令。
高级:shell script, grep, sed, awk熟练使用,regex高级。各种firewall, ker... 阅读全帖
d**e
发帖数: 6098
13
来自主题: JobHunting版 - [合集] 我来说说amzn面试的吧
☆─────────────────────────────────────☆
gate (态度+做题) 于 (Sun Sep 30 23:00:35 2012, 美东) 提到:
希望对找工作的同胞有用。不过我以后的面试题可是会换了,哈。
【 以下文字转载自 Topcoders 俱乐部 】
发信人: gate (态度+做题), 信区: Topcoders
标 题: Re: G Interview Workshop
发信站: BBS 未名空间站 (Sat Sep 29 21:13:43 2012, 美东)
先说amzn的录取比例。我看了一下过去一年的,SDE 1,2,3从简历到最后接受offer的
比例是3-4%。 onsite -> offer比例30%, 最后有大概60%的人接受。SDE1接受offer的
比例明显高。SDE3接受比例最低,估计牛人都去google了。
再说面试,就我们大组(>200人)来看,面试的题目实在是简单。电面一般是2 sum,
find 2 min number in array这种口水题。我偷的zhangbz的数组去重的题电面了十几
个人只有两... 阅读全帖
f**********t
发帖数: 1001
14
来自主题: JobHunting版 - 一道dropbox面试题
自己先写点抛砖引玉好了,还没写完
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os
import sys
from collections import defaultdict
from os.path import join, getsize
# Write a basic file system and implement the commands ls, pwd, mkdir ,
# create, rm, cd, cat, mv.
class TreeNode:
def __init__(self, name, isDir):
self.name = name
self.children = defaultdict()
self.isDir = isDir
class FileSystem(object):
def __init__(self):
self.root = TreeNode("", True)
self.cur = ... 阅读全帖
s***d
发帖数: 960
15
【 以下文字转载自 Apple 讨论区 】
发信人: shkid (shanghai kid), 信区: Apple
标 题: XBMC可以装在APPLE TV最新的IOS上了
发信站: BBS 未名空间站 (Sun Feb 24 01:45:57 2013, 美东)
以下是具体装法:
Installing from the command line
This is the same build installed from the nitoTV menu, if installed.
Open up your terminal/ssh application and enter the following command to
log in to your ATV2. Note, you need to replace "YOUR.ATV2.IP.ADDRESS" with
the IP address of the Apple TV:
ssh r**[email protected]
EXAMPLE: ssh ro... 阅读全帖
m**d
发帖数: 21441
16
QBASIC - Statements
命令:
BEEP, BLOAD, BSAVE, CALL, CHAIN, CHDIR, CIRCLE, CLEAR, CLOSE, CLS, COLOR,
COM, COMMON, CONST, DATA, DATE$, DECLARE, DEF, DEFDBL, DEFINT, DEFLNG,
DEFSNG, DEFSTR, DIM, DO, DRAW, END, ENVIRON, ERASE, ERROR, EXIT, FIELD,
FILES, FOR, FUNCTION, GET, GOSUB, GOTO, IF, INPUT, IOCTL, KEY, KILL, LET,
LINE, LINE INPUT, LOCATE, LOCK, LPRINT, LSET, MID$, MKDIR, NAME, ON, OPEN,
OPTION, OUT, PAINT, PALETTE, PCOPY, PEN, PLAY, POKE, PRESET, PRINT, PSET,
PUT, RANDOMIZE, READ, REDIM, REM, ... 阅读全帖
i**********r
发帖数: 70
17
suppose user is xyz:
macbook-air:~ xyz$ ls -ld /Users/xyz
drwxr-xr-x+ 37 xyz staff 1258 May 29 23:45 /Users/xyz
macbook-air:~ xyz$ ls -ld /Users/xyz/.
drwxr-xr-x+ 37 xyz staff 1258 May 29 23:45 /Users/xyz/.
Here is the problem:
macbook-air:~ xyz$ sudo mkdir .cpan
Password:
mkdir: .cpan: Operation not permitted
macbook-air:~ xyz$ sudo cpan
...
CPAN build and cache directory? [/Users/xyz/.cpan]
Couldn't create directory /Users/xyz/.cpan.
Please retry.
Anyone can help ?
Thanks!
s***d
发帖数: 960
18
以下是具体装法:
Installing from the command line
This is the same build installed from the nitoTV menu, if installed.
Open up your terminal/ssh application and enter the following command to
log in to your ATV2. Note, you need to replace "YOUR.ATV2.IP.ADDRESS" with
the IP address of the Apple TV:
ssh r**[email protected]
EXAMPLE: ssh r**[email protected]
You will be asked for a password: default password is alpine
Continue to enter the following commands:
ap... 阅读全帖
l**k
发帖数: 1755
19
this is very experimental, so use it at your own risk!
original link
http://forums.seagate.com/t5/FreeAgent-Theater/Mod-2-23-Firmwar
1)Follow this procedure to flash new 2.23 firmware.
Install Procedure so far requires TELNET into the box,
ie.
Put the new "install.img" on the root of a usb stick and put it in the
machine.
From Windows "Telnet 192.168.1.123" or whatever the IP is of your media
player
user=root , no password
type the command "kill -6 1" , and watch it update itself
img link: htt... 阅读全帖
l**k
发帖数: 1755
20
this is very experimental, so use it at your own risk!
original link
http://forums.seagate.com/t5/FreeAgent-Theater/Mod-2-23-Firmwar
1)Follow this procedure to flash new 2.23 firmware.
Install Procedure so far requires TELNET into the box,
ie.
Put the new "install.img" on the root of a usb stick and put it in the
machine.
From Windows "Telnet 192.168.1.123" or whatever the IP is of your media
player
user=root , no password
type the command "kill -6 1" , and watch it update itself
img link: htt... 阅读全帖
d******i
发帖数: 7160
21
来自主题: Hardware版 - PBO接的USB硬盘不可写?
其实我就是想BT到外置硬盘上。
刷的P61 Mega.
安装完了transmission,看到wen gui里默认的“/tmp/hdd/volumes/HDD1/
transmission/download”作为download目录了。想改成外接硬盘/tmp/usbmounts/sdb5。
想去mkdir,说“mkdir: Cannot create directory `transmission/download"
想改属性 chmod a+wx /tmp/usbmounts/sdb5
结果"d: /tmp/usbmounts/sdb5: Read-only file system"
这个怎么改啊?还是根本不用手动改属性?那目录不存在啊。
请指教。谢谢!
s****c
发帖数: 11300
22
来自主题: Hardware版 - pogoplug 折腾总结
1.我该准备什么样存储设备?
个人认为最简单的就是最好的 找一个空闲的足够大的usb移动硬盘就行。硬盘要被重新
格式化所以把文件做好备份。我以前试过用一个usb flash drive专门装系统,然后外
接移动硬盘做存储,效果很不好,因为大部分usb2.0的移动硬盘速度都很慢,而且
flash drive最好不要放swp文件避免寿命下降,所以造成性能下降。注意安装完成后
你的硬盘将被格式化为ext3系统,如果想在windows下读写的话需要安装相关软件
具体方案请自行放狗搜
2.安装:
注意事项:如果你在2012年7月前安装过pogoplug,请按照步骤3先将其恢复出厂状态,
去掉破解。如果是全新的pogoplug可以直接安装。不要尝试论坛上给出的升级方案,因
为你根本就无法运行(archlinuxarm安装树的依赖文件错误),先恢复,在重新破解。
所有的安装过程都在参考链接1里面,大家参照step by step做就行了。需要注意的是
你需要网线连到路由器上以下载安装文件。
3.反安装:
在arch linux root账号下,下载这个文件:
wget http://archlinu... 阅读全帖
s****c
发帖数: 11300
23
来自主题: Hardware版 - pogoplug 折腾总结
1.我该准备什么样存储设备?
个人认为最简单的就是最好的 找一个空闲的足够大的usb移动硬盘就行。硬盘要被重新
格式化所以把文件做好备份。我以前试过用一个usb flash drive专门装系统,然后外
接移动硬盘做存储,效果很不好,因为大部分usb2.0的移动硬盘速度都很慢,而且
flash drive最好不要放swp文件避免寿命下降,所以造成性能下降。注意安装完成后
你的硬盘将被格式化为ext3系统,如果想在windows下读写的话需要安装相关软件
具体方案请自行放狗搜
2.安装:
注意事项:如果你在2012年7月前安装过pogoplug,请按照步骤3先将其恢复出厂状态,
去掉破解。如果是全新的pogoplug可以直接安装。不要尝试论坛上给出的升级方案,因
为你根本就无法运行(archlinuxarm安装树的依赖文件错误),先恢复,在重新破解。
所有的安装过程都在参考链接1里面,大家参照step by step做就行了。需要注意的是
你需要网线连到路由器上以下载安装文件。
3.反安装:
在arch linux root账号下,下载这个文件:
wget http://archlinu... 阅读全帖
s***d
发帖数: 960
24
【 以下文字转载自 Apple 讨论区 】
发信人: shkid (shanghai kid), 信区: Apple
标 题: XBMC可以装在APPLE TV最新的IOS上了
发信站: BBS 未名空间站 (Sun Feb 24 01:45:57 2013, 美东)
以下是具体装法:
Installing from the command line
This is the same build installed from the nitoTV menu, if installed.
Open up your terminal/ssh application and enter the following command to
log in to your ATV2. Note, you need to replace "YOUR.ATV2.IP.ADDRESS" with
the IP address of the Apple TV:
ssh r**[email protected]
EXAMPLE: ssh ro... 阅读全帖
h*****a
发帖数: 1718
25
I am using Runtime.getRuntime.exec() to run the following unix command to
create a directory on a remote host.
ssh user@host "mkdir -p 'test'"
and it complains with the error below
zsh: no such file or directory: mkdir -p 'test'
Seems it incorrectly thinks the command after ssh is a file name.
Does anyone know how to fix it?
l********0
发帖数: 283
26
来自主题: Linux版 - 一个非常烦人的problem
有一个目录是/share/apps
我想在share里创建reference目录,但是:
mkdir /share/reference
mkdir: cannot create directory `/share/reference': No such file or directory
然后我想删除share目录,重现创建,但是:
rm -rf /share/
rm: cannot remove directory `/share//apps': Device or resource busy
~~~~我不知道为什么出现了两个/
另外查看share的信息时,size是0,好像这个也不正常:
drwxr-xr-x 3 root root 0 Dec 11 11:24 share
请大家指教。谢谢。
v*****r
发帖数: 1119
27
来自主题: Linux版 - &! 什么意思?
&! has no meaning.
>&! 应该是 csh 的语法 to redirect stderr to stdin. 你这段 shell 肯定是 csh
script
mkdir $run >&! /dev/null
这一句换成 Bash 或 Ksh 的语法就是:
mkdir $run > /dev/null 2>&1
d******i
发帖数: 7160
28
来自主题: Linux版 - Debian mount了NTFS盘后不能写
命令行这么搞的
mount -t ntfs -o umask=0000 /dev/sda1 /mnt/XXX
结果进去发现属性都是777,能列目录
root@dsdebian:/mnt/sg1t# ls -l /mnt/sg1t
total 8
drwxrwxrwx 1 root root 0 Feb 15 2013 $RECYCLE.BIN
但是不能写,
root@dsdebian:/mnt/sg1t# mkdir ff
mkdir: cannot create directory `ff': Operation not permitted
或者
root@dsdebian:/mnt/sg1t# cp readme.txt ff
cp: cannot create regular file `ff': Permission denied
也在webmin搞过,一样结果。
咋回事呢?
W*****x
发帖数: 684
29
$ cd geoip-api-c-master
$ libtoolize
$ aclocal
$ autoconf
$ automake --add-missing
$./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
... 阅读全帖
z*****u
发帖数: 3010
30
来自主题: Linux版 - 问一个bash下面的 compare问题
我建立了下面这个a.sh 脚本, 不知道为什么 mkdir 这一行没有执行
我直接 运行 find -name *.xls | wc -l, 返回值 是9
我用bash -x a.sh
出来的信息是
++ wc -l
++ find -name '*.xls'
+ '['9 -gt 5']'
网上也search了, 实在是不知道哪里出错了
希望有人能够指点一下
a.sh 如下
until [ $(find -name *.xls | wc -l) -gt 5 ] ;
do
mkdir -p folder
break
done
m*******o
发帖数: 264
31
来自主题: Programming版 - 问个SHELL SCIPT的问题
#!/bin/sh
num=`ls | wc -l`
new=q$num
echo $new
mkdir ./"$new"
我想echo的是q2, 为什么echo输出的是q 2,中间的空格怎么来的
还有就是mkdir ./"$new"也是中间有些tab制表符
x******m
发帖数: 736
32
来自主题: Programming版 - local python 安装问题
下载了2.7版的gzfile
mkdir ~/src
mkdir ~/.localpython
cd ~/src
wget http://www.python.org/ftp/python/2.7.1/Python-2.7.1.tgz
tar -zxvf Python-2.7.1.tar.gz
cd Python-2.7.1
make clean
./configure --prefix=/home//.localpython
make
make install
都没问题。进到.localpython/bin/里面run python2.7的时候,报错:
Could not find platform independent libraries
Could not find platform dependent libraries
Consider setting $PYTHONHOME to [:]
ImportError: No module named site
请多指教
m****g
发帖数: 25
33
IRIX6.5 我在使用tar解压缩时出错:
......
tar:can't mkdir glut-3.6/progs/tiff: Disc quota exceeded
tar extract: failed mkdir of glut-3.6/progs/tiff/
GB
发帖数: 256
34
来自主题: Unix版 - 提示我 too many ('s 怎么办?
sure.
in this csh script file.
some comment lines at the beginning,
then some 'set' and 'echo' stuff ,
then
if (! -d $roccSysInstallRootDir) then
echo "mkdir $roccSysInstallRootDir"
mkdir $roccSysInstallRootDir
endif
if (! -d $roccSysInstallRootDir) then
echo "You don't have right!\n"
exit
endif
blablablabla,,,,,,,,,,
m*******o
发帖数: 264
35
来自主题: Unix版 - 问个SHELL SCIPT的问题
#!/bin/sh
num=`ls | wc -l`
new=q$num
echo $new
mkdir ./"$new"
我想echo的是q2, 为什么echo输出的是q 2,中间的空格怎么来的
还有就是mkdir ./"$new"也是中间有些tab制表符
y****u
发帖数: 57
36
来自主题: Biology版 - featureBits program
Save below into file like install_kentsrc.sh, chmod to 755, and run it.
Tested under Linux Ubuntu 10.10.
======
#!/bin/bash
#run 'uname -m' to check your MACHTYPE
export MACHTYPE=x86_64
#run 'mysql_config --include' to check your MYSQLINC
export MYSQLINC='/usr/include/mysql'
#run 'mysql_config --libs' to check your MYSQLLIBS
export MYSQLLIBS='-Wl,-Bsymbolic-functions -rdynamic -L/usr/lib/mysql -
lmysqlclient'
# download or update kent source package.
SOFTDIR=${HOME}/tests
cd $SOFTDIR
if [ ! -d k... 阅读全帖
k******t
发帖数: 163
37
我用520gu ---->tomato,具体方法见:
http://wiki.osslab.org.tw/index.php?title=%E5%AF%A6%E9%A9%97%E5%B0%88%E6%A1%88/Asterisk/Hardware/%E5%AE%B6%E7%94%A8_IP_PBX-ASUS_WL-500GU_%E6%94%B9%E8%A3%9D%E7%AF%87
usb分区(ext3)后,在telnet中
# mkdir /jffs/usb-disk
出现:
mkdir: cannot create directory '/jffs/usb-disk': No space left on device
有谁能帮助我这个菜鸟。
k******t
发帖数: 163
38
我用520gu ---->tomato,具体方法见:
http://wiki.osslab.org.tw/index.php?title=%E5%AF%A6%E9%A9%97%E5
usb分区(ext3)后,在telnet中
# mkdir /jffs/usb-disk
出现:
mkdir: cannot create directory '/jffs/usb-disk': No space left on device
有谁能帮助我这个菜鸟。
k****t
发帖数: 2288
39
5 配置openwrt。
5a,telent ip 不需要password。但是建议进去就用passwd修改root的password。一旦
设置,就会自动disable telnet,使能ssh。我就马上用opkg 安装openssh-sftp-
server。方便传输。
5b,设置时间,这个非常重要。一定不能忘记。比如
date 2010.9.9-10:20
5c,准备python的include目录和文件。
cd /usr/
mkdir include
mkdir python2.6
将(openwrt的source code) kamikaze/build_dir/target-arm_v5te_uClibc-0.9.
30.1_eabi/Python-2.6.4/pyconfig.h 传到dockstar /usr/include/python2.6.
将openwrt的source code) kamikaze/build_dir/target-arm_v5te_uClibc-0.9.30.
1_eabi/Python-2.6.
r*****n
发帖数: 4844
40
前言
你是否觉得自己从学校毕业的时候只做过小玩具一样的程序?走入职场后哪怕没有什么
经验也可以把以下这些课外练习走一遍(朋友的抱怨:学校课程总是从理论出发,作业
项目都看不出有什么实际作用,不如从工作中的需求出发)
建议:
不要乱买书,不要乱追新技术新名词,基础的东西经过很长时间积累而且还会在未来至
少10年通用。
回顾一下历史,看看历史上时间线上技术的发展,你才能明白明天会是什么样。
一定要动手,例子不管多么简单,建议至少自己手敲一遍看看是否理解了里头的细枝末
节。
一定要学会思考,思考为什么要这样,而不是那样。还要举一反三地思考。
注:你也许会很奇怪为什么下面的东西很偏Unix/Linux,这是因为我觉得Windows下的
编程可能会在未来很没有前途,原因如下:
现在的用户界面几乎被两个东西主宰了,1)Web,2)移动设备iOS或Android。Windows
的图形界面不吃香了。
越来越多的企业在用成本低性能高的Linux和各种开源技术来构架其系统,Windows的成
本太高了。
微软的东西变得太快了,很不持久,他们完全是在玩弄程序员。详情参见《Windows编
程革命史》
所以... 阅读全帖
f***e
发帖数: 5443
41
来自主题: Military版 - 15分钟实现透明计算
http://bbs.sjtu.edu.cn/bbstcon,board,joke,reid,1422420197.html
张教授的透明计算想必大家(“技术人员”)也都观摩了,没观摩的就可以现在观摩:
张教授这种想法,实在是利国利民的好想法,可惜知识产权归中南大学、清华大学透明
计算实验室所有,我们怎么能够享受这种伟大的成果呢。
1.服务端的架设:
1) 张教授采用至强处理器,经我测试i3就可以跑啊,只要内存大点就行。
20年才能完成的技术,服务端的架设一定很高深的。所以大家要有心理准备,我这
里选用自主知识产权的国产Ubuntu操作系统来运行:
apt-get install guacamole-tomcat
apt-get install libvncserver-dev
服务端的架设到此结束。
2) 我们需要配置一下,执行:
#ln -s /var/lib/guacamole/guacamole.war /var/lib/tomcat6/webapps
这条命令其实上面的软件帮你搞好了
#mkdir /usr/share/tomcat... 阅读全帖
f***e
发帖数: 5443
42
来自主题: Military版 - 15分钟实现透明计算
http://www.jianshu.com/p/3828fcfdbe7d
5分钟模拟“透明计算”
本课程转至实验楼项目课大赛5分钟模拟“透明计算”,若需转载请注明出处
透明计算相信大家都听说过,不知道的可自行百度。本实验课是一个科普实验,实验中
可以学习到虚拟机及远程桌面基本概念,并自己动手搭建一个模拟透明计算的教学演示
环境。
注意事项
本课只是模拟透明计算的演示效果,形似而已,绝非实现透明计算,毕竟我并不清楚透
明计算的具体的技术原理。实验中选用的技术只是用来快速搭建一个通过浏览器访问的
远程桌面,与透明计算没有任何关联。
5分钟是敲命令和环境配置的时间,不含文档阅读时间及受实验楼网络影响的软件下载
和虚拟机启动时间。
本课主要步骤参考爱鸟同学的“15分钟实现透明计算”,感谢爱鸟同学贡献了这么一篇
详尽透彻的文章。
实验原理
用虚拟化技术(QEMU)启动一个Linux虚拟机(Tiny Core Linux),然后启动一个web
服务(Guacamole)连接虚拟机的VNC桌面,最后达到用户可以通过浏览器访问虚拟机桌
面的效果。
参考资料
本课程参考文章及用到的技术:
15分钟实现... 阅读全帖
m***r
发帖数: 359
43
【 以下文字转载自 ToyotaClub 俱乐部 】
发信人: mkdir (2012两件事:开个公司生个娃), 信区: ToyotaClub
标 题: 我想卖我的2011 Rav4 .大家说能够买多少钱?
发信站: BBS 未名空间站 (Fri Dec 11 12:41:27 2015, 美东)
我们开的很少,现在2万8千mile。卖了买个大点的van。
mileage :28,000 miles
first owner
vin: 2T3BF4DVXBW089143
location: san jose,CA
kbb price : $15,xxx,
good maintenance record at car dealer
m***r
发帖数: 359
44
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: mkdir (2012两件事:开个公司生个娃), 信区: SanFrancisco
标 题: 大家说我的2011 rav4 可以卖多少钱?
发信站: BBS 未名空间站 (Fri Dec 11 12:45:41 2015, 美东)
mileage :28,000 miles (我开的很少,只是接送孩子上学开)
first owner
vin: 2T3BF4DVXBW089143
location: north san jose
kbb price : > $15,000,
good maintenance record at car dealer
我1万5卖,大家觉得合理么?
d*******o
发帖数: 5897
45
【 以下文字转载自 PDA 讨论区 】
发信人: DASON (DASON), 信区: PDA
标 题: TouchPad上镜像版Ubuntu免设置安装指南与中文显示+云输入法
关键字: TouchPad Ubuntu Chinese Gesture
发信站: BBS 未名空间站 (Thu Sep 8 01:41:52 2011, 美东)
更好的格式排版和图片/视频在:
http://bbs.zoopda.com/thread-79690-1-1.html
-------
前言
http://bbs.zoopda.com/data/attachment/forum/201109/08/132237hys
gjhyz.png.thumb.jpg
在TouchPad上卡片式运行的Ubuntu将带给你一个完整的操作系统,带有图形窗口界面,
LibreOffice可以媲美完全版的Microsoft Office,秒杀TP自带的QuickOffice甚至iPad
上所有的Office工具。当然也不能少了谷歌Chrome浏览器。你还可以在剩余空间安装其
他东西,比如vim编辑器等等。
你想尝试... 阅读全帖
s********x
发帖数: 914
46
难道是build.xml有问题?我用eclipse自动生成的。大家帮忙看看。I hate t
hat robot!!!


阅读全帖
1 2 3 4 下页 末页 (共4页)