由买买提看人间百态

topics

全部话题 - 话题: chmod
首页 上页 1 2 3 4 5 6 7 8 下页 末页 (共8页)
m***s
发帖数: 1094
1
找了这个网站的步骤
第一步:在高清机的 设置->系统->BT and Samba 打开。
第二步:通过电脑telnet上你的高清机。不会的,看这篇帖子:http://www.hdpfans.com/thread-28-1-1.html
第三步:按顺序执行下面的三条指令(请用复制粘贴的方式避免因空格或者大小写原因
造成的指令无法执行)
wget http://ims.gwmba.com/webcontrol/optware/install_mms.sh -O /usr/local/etc/install_mms.sh
chmod +x /usr/local/etc/install_mms.sh
sh /usr/local/etc/install_mms.sh
复制代码
执行完成后,高清机会自动重启一次,以后就能播放mms源了,不用再做任何操作了。
但是我照着做的时候发现那个
http://ims.gwmba.com/webcontrol/optware/install_mms.sh
已经不能用了,有谁知道哪里可以找到可以用的吗?
多谢
b*****c
发帖数: 54
2
来自主题: Hardware版 - Pogoplug E02: arch or debian?
well you need to chmod 777 /mnt then lol...
l********l
发帖数: 9452
3
来自主题: Hardware版 - [HELP] dockstar的uboot的问题

cd /tmp
wget http://jeff.doozan.com/debian/uboot/install_uboot_mtd0.sh
chmod +x install_uboot_mtd0.sh
./install_uboot_mtd0.sh
b******r
发帖数: 1137
4
I tried OpenMediaVault.
1. OMV 4.0 only works with Debian Squeeze, not Wheezy.
2. I cannot get the transmission plugin installed. just cannot find it in
the plugin list.
3. I am getting sustainable 10MB transferred speed over Gigabit line.
4. Someone has an installation script of SABnzbd and some other script on
OMV. Pretty handy. SABnzbd runs pretty well. It takes full CPU resource but
not much memory. 256M ram is more than enough.
5. I tested Newznab on a dockstar before. If you don't try to i... 阅读全帖
h******e
发帖数: 730
5
不是自己装的,就是按Jeff帖子一步一步装的:
cd /tmp
wget http://projects.doozan.com/debian/dockstar.debian-squeeze.sh
chmod +x dockstar.debian-squeeze.sh
export PATH=$PATH:/usr/sbin:/sbin
./dockstar.debian-squeeze.sh
其中第四行 PATH=$PATH:/usr/sbin:/sbin
需不需要自己修改? 这是export到哪里了?
d*******3
发帖数: 6550
6
先chmod改下权限,或者就chown改owner
d******a
发帖数: 32122
7
来自主题: Hardware版 - Debian比ARCH更难安装的多
仔细看了一下
wget http://projects.doozan.com/debian/dockstar.debian-squeeze.sh chmod +x dockstar.debian-squeeze.sh export PATH=$PATH:/usr/sbin:/sbin ./dockstar.debian-squeeze.sh
里边已经包括了你说的东西
v****n
发帖数: 7841
8
来自主题: Hardware版 - HP N40L刷SYNOLOGY OS指南
upgrade到DM 4.2了,过程如下。
1,下载 DS3612xs_3202-Repack.pat , microserver-dsm-4.2.img , modules-4.2.
tar.gz
https://drive.google.com/folderview?id=0B5tpWhEINjUONzhFaEgzazU4aEU&usp=
sharing#list
2,卸下所有HDD(多于1块并且用了RAID的话,记录下顺序),连上一块儿没用的HDD在
Disk 1
3,重复lz的说明安装DM 4.2
4,安装完成后,remove刚才的Disk 1,装上原来HDD的第一块儿,注意顺序。
5,启动N40L,打开synology assitant,显示是migratable,右键点击安装,选择新的
DM4.2 pat文见(程序会自动跳过format过程)
6,安装完成开机,看看是否安装成功。
7,成功显示DM4.2以后,关机,装上剩余的HDD
8,再次开机以后,打开Storage Manager,会要求修复剩余盘的System partition,点
击修复。
9,安装完成。
其他的一... 阅读全帖
v****n
发帖数: 7841
9
来自主题: Hardware版 - HP N40L刷SYNOLOGY OS指南
upgrade到DM 4.2了,过程如下。
1,下载 DS3612xs_3202-Repack.pat , microserver-dsm-4.2.img , modules-4.2.
tar.gz
https://drive.google.com/folderview?id=0B5tpWhEINjUONzhFaEgzazU4aEU&usp=
sharing#list
2,卸下所有HDD(多于1块并且用了RAID的话,记录下顺序),连上一块儿没用的HDD在
Disk 1
3,重复lz的说明安装DM 4.2
4,安装完成后,remove刚才的Disk 1,装上原来HDD的第一块儿,注意顺序。
5,启动N40L,打开synology assitant,显示是migratable,右键点击安装,选择新的
DM4.2 pat文见(程序会自动跳过format过程)
6,安装完成开机,看看是否安装成功。
7,成功显示DM4.2以后,关机,装上剩余的HDD
8,再次开机以后,打开Storage Manager,会要求修复剩余盘的System partition,点
击修复。
9,安装完成。
其他的一... 阅读全帖
T*******x
发帖数: 8565
10
按照下面的教程。教程太简单了。卡在第二步fdisk上。
从来没用过fdisk,不知道怎么找flash drive。
我的是一个1G的usb flash drive,按照他给出的/dev/sda,不行。
然后configure partion 1 and 2,他都没给出命令。
高手指点一下吧。
1. Find your Pogoplug's IP address and connect via SSH:
username: root
password: stxadmin
2. Partition your flash drive.
fdisk /dev/sda
# Configure partion 1 as Linux (I recommend at least 512MB)
# Configure partion 2 as Linux Swap (256MB recommended)
3. Download and run the debian install script:
cd /tmp
wget http://projects.doozan.com/debian/docksta... 阅读全帖
e*i
发帖数: 10288
11
来自主题: Hardware版 - 请教个网络用户名的问题
simply change the folder / file properties on pogoplug
eg, your shared folder is /mnt/samba
#chmod 1777 /mnt/samba
drwxrwxrwx 21 root root 4096 Mar 21 00:21 samba
EVERYONE can now read/write/execute your folder.
sometimes it might be a good idea to use nobody / nogroup
as the user/group
just something like this
drwxr-xr-x 4 nobody nogroup 4096 Jan 10 1970 temp
f*********e
发帖数: 8453
12
来自主题: Hardware版 - Pogoplug 硬盘怎么同步/备份
需要root权限,到/etc/cron.weekly目录下建个文件比如叫backup。文件内容:
#!/bin/sh
rsync -az /path/to/source/ /path/to/target/
上面rsync参数'-az'你查一下看是不是你想要的。如果不满意,换成你想要的就行了。
设定成可执行模式:
chmod +x backup
完事。
如果是新手你最好先做个实验。可以用cron.hourly目录。
s*****n
发帖数: 513
13
来自主题: Hardware版 - POGOPLUG安装squeeze出错
U盘已经格式化成以下两个分区:
Disk /dev/sda: 4004 MB, 4004511744 bytes
246 heads, 16 sectors/track, 1987 cylinders
Units = cylinders of 3936 * 512 = 2015232 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 509 1001704 83 Linux
/dev/sda2 510 1987 2908704 82 Linux swap
然后按照http://projects.doozan.com/debian/的步骤安装debian,
报错说:
# Starting debootstrap installation
E: unrecognized or invalid option --no-check-gpg
debootstrap failed.
See ... 阅读全帖
c*****s
发帖数: 214
14
来自主题: Java版 - how to install jre into linux
chmod u+x xxxxjre-rpm.bin
./xxxxjre-rpm.bin
rpm -i xxxxjre-rpm
m******t
发帖数: 2416
15
you did do 'chmod +x' on the file, did you?
y****e
发帖数: 1012
16
接手了一个别人的项目,目前功能部分已经调通了,现在前端部署遇到了一些问题。前
端才用zk,zk里面嵌入一些java code。
整个page,data打包成DCL.war,我把它拷贝到/var/lib/tomcat7/webapps/下面,chmod
to 755, chown to tomcat7:tomcat7.运行localhost:8080/DCL/解压,页面正常显示~
但是运行提交页面的时候出现java.io.FileNotFoundException: cache.csv (Permissi
on denied)
这个cache.csv.是从我的某个jar写出来的,我改了相应目录的权限好像还是不行,我在
‘/etc/tomcat7/policy.d/03catalina.policy’加入了写权限:
grant codeBase "file:${catalina.base}/webapps/DCL.war" {
permission java.security.AllPermission;
permission java.io.FilePermission "fil... 阅读全帖
g*****g
发帖数: 34805
17
Usually this is about the user that starts the tomcat. That user needs
to have write priviledge to that directory.

chmod
示~
Permissi
我在
T****U
发帖数: 3344
18
check if you can create a file "cache.csv" at where the application is deplo
yed. chmod it to 777, and then try running your program again.

);
u****s
发帖数: 2186
19
来自主题: Java版 - Java 面试题
都是基本问题。
从没用过List/ArrayList/LinkedList
不知道Collections/Arrays
Unix/Linux commands, 不知道chmod/chgrp/chown,后面几个命令(nonhup, tee,
strings)就没再问。
终于有个老中要来面试了。看着不错,一定力挺。
g*****g
发帖数: 34805
20
来自主题: Java版 - Java 面试题
我也只会less, grep这几个。chmod这些偶尔用用。什么tee我都没听说过。还有那个应
该是nohup吧。
e*c
发帖数: 642
21
来自主题: Linux版 - 一个简单的bash脚本怎么写?
#!/bin/bash
for rmfl in `ls *.rmvb`; do
flnm=`basename $rmfl`
mencoder ... $rmfl ... $flnm.avi
done
save in a file, chmod u+x, run.

01
s**n
发帖数: 449
22
来自主题: Linux版 - 用mutt如何保证安全?

chmod 600
usl ssl option for fetchmai
use starttls option for esmtp
gmail support both
Q**g
发帖数: 183
23
来自主题: Linux版 - 求一个脚本
find . -name "index.php" -exec chmod 755 {} \;
z****c
发帖数: 50
24
来自主题: Linux版 - 求一个脚本
好像有点问题啊
$ find . -name "index.php" -exec chmod 755 {} ;
find: missing argument to `-exec'
j*a
发帖数: 14423
25
来自主题: Linux版 - 求一个脚本
echo chmod 755 `find . -name "index.php" -printf "\"%p\" "` | sh
l*****t
发帖数: 1
26
来自主题: Linux版 - 新手问个shell的问题
一个很白的问题,哪位大虾帮帮忙。
一直用老板给的.bashrc模版,在各种linux os下,写executable file, 都可以不用打
头第一行的,#!/bin/bash. 直接把文
件属性用chmod改成可执行的就可以了。
现在自己装了一个ubuntu linux。自己是root的时候,可以直接使用从改文件属性而来
的executable file, 但是,创建一
个普通用户以后,以普通用户登陆,所有的executable files都必须以#!/bin/bash为
首行,否则不能运行。。。。。(就
是敲进文件名后一直没有output,连error message都没有)。
这是怎么回事?哪位大虾指点一下迷径吧。万分感谢。
f**y
发帖数: 138
27
cd /home
chmod go-rwx *
t**y
发帖数: 15
28
贡献一个用iconv把gbk转UTF8的script. 没好好研究过,但是好象觉得现在的好多东西
都是在下载和寸盘是按你LOCAL的编码转换寸的.
#/bin/sh
## this script convert all file under current dir from gbk to utf
rm -f tmp1 tmp2 tmp3 tmp4.sh
ls > tmp1
cat tmp1 |grep -v tmp1 | sed "s/^/\"/" | sed "s/$/\"/" > tmp2
iconv -f gbk -t utf8 tmp2 -o tmp3
paste tmp2 tmp3 > tmp4
cat tmp4 | sed "s/^/mv /" > tmp4.sh
chmod +x tmp4.sh
./tmp4.sh
rm -f tmp1 tmp2 tmp3 tmp4 tmp4.sh
s*i
发帖数: 5025
29
从来没用过linux,装了Ubuntu 9.04。上上网还可以。可是一涉及到安装软件,老天爷
,还要什么su, chmod。指望普通老百姓也这样好像说不过去。
p****s
发帖数: 32405
30
来自主题: Linux版 - linux如何生成可执行文件?

你的script文件edit完毕有个名字, 姑且叫阿娇
用chmod +x 阿娇
把阿娇x了就可以执行命令了.
f**k
发帖数: 44
31
来自主题: Linux版 - 如何单机只装ubuntu?
面壁回来。I think this will work for LZ:
Step 1. Mount your portable hdd.
Step 2. Copy CD contents over to the former vista partition using the
commands:
sudo mkdir /distro
sudo chmod `whoami`:`whoami`
cp MYLINUX.iso /distro/distro.iso
Replace the name of the iso to whatever you downloaded.
Step 3. Edit your grub configuration file (I think /boot/grub/menu.lst) to
boot from the new partition by adding the lines
title installer
root (hd0,0)
kernel /distro/vmlinuz
initrd
A*******s
发帖数: 708
32
来自主题: Linux版 - 遇到黑客了!
家里的其中一台电脑之前开了一个download用户,估计是被对方猜到密码了
bash的history:
uname -a
cat /proc/cpuinfo
ps x
passwd
cd /var/tmp
ls -a
wget freewebtown.com/arapa/as.tgz
tar zxvf as.tgz
rm -rf as.tgz
cd as
rm -rf vuln.txt
touch vuln.txt
chmod +x *
screen
现在的问题是怎么才能看到screen的history,我不知道他在这里做过什么,突然好害
怕…
另外有人知道as这个是干嘛的吗?
$find as
as
as/scan.log
as/nobash.txt
as/a
as/pass.txt
as/sshd
as/start
as/screen
as/pscan2
as/vuln.txt
P**********n
发帖数: 94
33
http://www.5dlinux.com/article/1/2009/linux_33608.html
支持在Ubuntu8.10、Ubuntu9.04系统上自动安装微软雅黑、monaco-linux、lucida-
console等字体。
而且可以设置LED、CRT两种不同的显示器的渲染效果,无需手工配置,实现自动化安装。
使用方法如下:
打开命令控制器,然后运行下面的脚本(可以通过粘贴复制实现):
wget -O get-fonts.sh.zip http://files.cnblogs.com/DengYangjun/get-fonts.sh.zip
unzip -o get-fonts.sh.zip 1>/dev/null
chmod a+x get-fonts.sh
./get-fonts.sh
删除下载的字体安装脚本文件:
rm get-fonts.sh get-fonts.sh.zip 2>/dev/null
恢复以前的字体设置:
cd /etc/fonts/conf.avail
sudo mv 51-local.conf.old 51-local.conf 2>/
j*****h
发帖数: 2577
34
来自主题: Linux版 - .dmrc permission problem
under ubuntu every time I login, there is a notice saying there is
some permission problem with .dmrc file, I checked the file is 644
permission, what shall i do to remove that warning
the warning meant that .dmrc under home directory should have 644
permission from user
this happened after once the system started at low graphics mode (fixed)
also
How can I change chmod of a file form cxxxxxxx to -xxxxxxx
n******r
发帖数: 718
35
have you tried 666 instead of 766?
chmod -R 666 *
m*****e
发帖数: 4193
36
find . ! -type d -exec chmod -x {} \;
u****a
发帖数: 1098
37
来自主题: Linux版 - unix下运行perl输出.txt文件
遇到一个非常奇怪的问题..
在server上用perl进行文件处理,输出结果保存在.txt文件...
结果每个.txt输出文件都是这种格式: filename?.txt
试过 chmod 777 filename?.txt
依旧无法下载..
在winSCP下的话根本打不开,提示os function错误..
请知道的帮助一下..
只是想把运行结果保存下来...
非常非常谢谢..
s******a
发帖数: 517
38
希望自己使用linux能达到的水平:
用户界面随意改
字体,中文支持是小菜
打印服务随便玩
基本命令用得溜 cp ls find grep cat more cut paste awk vi ps chmod ssh at
能用perl写简单程序
l*******G
发帖数: 1191
39
来自主题: Linux版 - perl 高手看过来
I have changed the code slightly by removing the strange characters, which should be either / or &
And also I thought it should be executed like:
Firstly generate the patch:
diff code1.c code2.c > patchfile
Then run the code:
chmod a+x patch2html_new.pl
patch2html_new.pl patchfile > output.html
Now it is complaining like this:
======================
./patch2html_new.pl patchfile
Use of uninitialized value $string in substitution (s///) at ./patch2html_
new.pl line 73, line 1.
Use of un
i****l
发帖数: 135
40
如果只给执行,是否应该 chmod 100 filename?
h***r
发帖数: 726
41
chmod +x command
g****g
发帖数: 1828
42
貌似找到原因了。好像只要重新开一个TERMINAL就行了。
chmod跟sudo没关系。不是它的问题。

local
E*V
发帖数: 17544
43
来自主题: Linux版 - 问一个简单的问题
chmod -R
m********t
发帖数: 1591
44
来自主题: Linux版 - 郁闷的debian
经过我老鉴定,你新手一个,呵呵
debian最大的问题: 语言和输入法
1. 输入法在英文系统里怎么也调不好,就一个scim的图标在那儿,没反应
这个要保证安装了 scim-pinyin这个包,然后创建文件
/etc/X11/Xsession.d/74custom-scim_startup
内容是
export XMODIFIERS="@im=SCIM"
export GTK_IM_MODULE="scim"
export XIM_PROGRAM="scim -d"
export QT_IM_MODULE="scim"
然后运行
chmod +x /etc/X11/Xsession.d/74custom-scim_startup
重新启动x,用ctrl+space来激活,呵呵,不work的话,我把我的wb都给你,呵呵,
work了给我发包子,呵呵
2. 修改locales只能在console里,而且居然会出错,搞得我切到中文以后,再选英文
就说找不到
我从来不动locales,以前动,现在懒惰了
3. 系统改成英文了,远程登录显示出来居然是中文。
这就是乱动locales的后果,呵呵
a*******e
发帖数: 3021
45
how to run it? save it as a txt and chmod +x?
a9
发帖数: 21638
46
来自主题: Linux版 - 请教一个基本的问题
不是chmod只可以设置 所有者 所有者所在组 以及 其它用户 这三个权限吗?
F*********e
发帖数: 3580
47
来自主题: Linux版 - ppstream出linux客户端了
继续更新 发文问题是/usr/bin/fusermount denied
google后 chmod o+x /usr/bin/fusermount解决
但是新问题来了 链接到服务器缓冲到100%后退出 提示 Segmentation fault
c**b
发帖数: 2999
48
你好仔细.我一般就chmod +x ch.sh,然后直接ch.sh了,反正ch.sh应该在当前目录.
c**b
发帖数: 2999
49
既然是要当命令直接使用,用chmod把属性改成可执行就行了啊.
N**********d
发帖数: 9292
50
来自主题: Linux版 - Read-only ubuntu
sudo chmod 666 /var/log/*
首页 上页 1 2 3 4 5 6 7 8 下页 末页 (共8页)