由买买提看人间百态

topics

全部话题 - 话题: directory
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
m*p
发帖数: 1331
1
【 以下文字转载自 Security 讨论区 】
发信人: mbp (Mac Book Pro), 信区: Security
标 题: active directory security 专家请进。有报酬。
发信站: BBS 未名空间站 (Tue Jan 29 02:08:12 2013, 美东)
公司做的一个project,需要一个consultant,最好有过tier 1 windows security
certificate. Hourly rate >> $100.
Bay area.
我们的big data database采集了大概20B的 AD event log data, 现在需要从里面提取
出 user_id 和 target server access 的内容,方便我们下一步建模。
这里面涉及到SIEM, Kerberos 等等专业知识。
先站内m。
f********u
发帖数: 572
2
【 以下文字转载自 Linux 讨论区 】
【 原文由 flywithyou 所发表 】
How to checck the size of the / directory?? Does the size
showed up when you excute ls -al mean anything?
Specifically, my problem is:
I installed a VMware in my WindowsXP.
I installed a Linux Redhat 7.3 inside of VMware.
I gave This Linux virtual machine a 10G virtual disk size.
I gave it 512M memory.
I am hoping to install Oracle 9i Release 2 into this Linux virtual machine.
But when I run the runInstaller of Oracle 9i in order to install the
databa
i*****1
发帖数: 7
3
Da xia,
My applications has different packages, and I want a different property file
in each package. How can I read/write some files located at the same directory
of the class file?
I can use:
InputStream in = this.getResource("filename").openStream();
To get the file content sucessfully.
But how can I change the file content? I tried
FileOutputStream out = new FileOutputStream(this.getResource("filename").
toString());
this.getResource("filename").toString() return a String like file:C://...
g**********y
发帖数: 14569
4
See getClass().getResource()

directory
c*c
发帖数: 447
5
cn=directory manager
这个是超级用户。
t*******e
发帖数: 684
6
You are confused between the directory listing feature of web servers, and
Java IO streaming.
g*****g
发帖数: 34805
7
I think you are confused with relative path. For path
used in web app, normally you have 2 choices.
1. Pass in a root web app directory as a property to the app
2. Use classpath resource and keep your files in $App/classes
That way, you achieve portability.
f*n
发帖数: 254
8
明白一点了。也就是说,choice 1需要给出app在server的local directory path是吧。
谢谢。。。
w*********t
发帖数: 928
9
有人试过吗?
要是不很慢,我就不用搬个usb hdd去办公室考了。
home directory可以直接tar吗?怎么保证所有文件全tar进去
g****g
发帖数: 1828
10
i made a simple bash script like this:
#!/bin/bash
# ch.sh
cd ..
when i do ./ch.sh, it still stays in the same directory. only when i do
source ch.sh it works.
anyone knows the reason? how to make it run ./ch.sh?
g****g
发帖数: 1828
11
now i understand. it changed the directory, but only within the subshell
that runs the script.
in your example, bash is a subshell of the current shell, say tcsh. whatever
you do in the subshell does not affect the parent shell.
c**b
发帖数: 2999
12
为什么if [[ $# -eq 0 ]]要用2个[?
一般我用1个[也可以啊.

directories
f*********s
发帖数: 48
13
来自主题: Programming版 - how to include header file in other directory?
hi,
I had a c code, which included a header file in other directory. but when i
ran "make" command, it told me it cannot recongnize some function defined in
that header file. I already include the header file with full path...any
idea? thanks!!!
d**s
发帖数: 920
14
面试题, 一个目录(directory)下一般最多放多少文件 ?
如果有几百万或上千万文件(小文件, 如图片),应该 怎么存放 ?
r**o
发帖数: 481
15
Now we have a contractor who take control of the server who doesn't want
to give out any permission.
I don't even know what kind of permission we'd ask from him. His work suck,
we are going to rid him. But now he is hiding everything.
I think I should have:
"directory manager"
and the ability to access the administration console.
What else?
s*****c
发帖数: 753
16
来自主题: Programming版 - Listing files under a directory in C++
Hi, I need to list all files under a directory in C++. How do I achieve
this. I checked and there seems to be direct.h under windows and unistd.h
under linux that provide some operation on the file system. But I fail to
see any function that provide this capability. Anything that I missed? Or
should I have to perform a system call to invoke "dir abc*" or "ls abc*"?
c********t
发帖数: 4527
17
来自主题: Programming版 - Anybody knows Active Directory? (转载)
【 以下文字转载自 Boston 讨论区 】
发信人: choosewhat (前半生靠运气,后半生靠人品), 信区: Boston
标 题: Anybody knows Active Directory?
发信站: BBS 未名空间站 (Fri Nov 2 19:40:32 2012, 美东)
ActiveDirectory and ActiveDirectory synchronization? I can use some of
expertise if you do know about it.
c*********e
发帖数: 16335
18
来自主题: Programming版 - Anybody knows Active Directory? (转载)
Active Directory是windows server 2008的玩艺,到network版问吧,那专家多。
t***q
发帖数: 418
19
包子,能否在Python 里生成一个csv 文件,并将它放在一个server 的directory 下
?google了一下,应该是用 stringio , 但是好像,还要有一个application ,将目标
convert 为 csv file ,还有就是,最直白的,在Python 里有没有一个办法,生成一个
目标,如a,这个目标本身就是一个 csv 文件,但是我疑惑的是a如果不带后缀csv 的话
,好像又不是一个csv file ,但是Python 里好像没有一个目标是以csv 为后缀的,是
这样吗?该怎么办呢?多谢,有包子。
c*********e
发帖数: 16335
20
java里面有类似active directory的东西吗?
a9
发帖数: 21638
21
active directory跟语言无关
c*********e
发帖数: 16335
22
我问的是,如果你的server用的是linux,有active directory之类的替代品来用吗?
c********1
发帖数: 5269
23
Top 5 Alternatives to Microsoft Active Directory
http://www.topbestalternatives.com/2014/top-5-alternatives-to-m
a9
发帖数: 21638
24
看你用什么功能啊,ldap可以用openldap.
你想用全功能的active directory可以用samba 4,据说已经实现了大部分的功能。
c*********e
发帖数: 16335
25
头一句是:
Ldap Admin is a free Windows LDAP client and administration tool for LDAP
directory management.
http://www.ldapadmin.org/index.html
c********t
发帖数: 4527
26
来自主题: Security版 - Anybody knows Active Directory? (转载)
【 以下文字转载自 Boston 讨论区 】
发信人: choosewhat (前半生靠运气,后半生靠人品), 信区: Boston
标 题: Anybody knows Active Directory?
发信站: BBS 未名空间站 (Fri Nov 2 19:40:32 2012, 美东)
ActiveDirectory and ActiveDirectory synchronization? I can use some of
expertise if you do know about it.
c********t
发帖数: 4527
27
来自主题: Security版 - Anybody knows Active Directory? (转载)
【 以下文字转载自 Boston 讨论区 】
发信人: choosewhat (前半生靠运气,后半生靠人品), 信区: Boston
标 题: Anybody knows Active Directory?
发信站: BBS 未名空间站 (Fri Nov 2 19:40:32 2012, 美东)
ActiveDirectory and ActiveDirectory synchronization? I can use some of
expertise if you do know about it.
c********t
发帖数: 4527
28
来自主题: Software版 - Anybody knows Active Directory? (转载)
【 以下文字转载自 Boston 讨论区 】
发信人: choosewhat (前半生靠运气,后半生靠人品), 信区: Boston
标 题: Anybody knows Active Directory?
发信站: BBS 未名空间站 (Fri Nov 2 19:40:32 2012, 美东)
ActiveDirectory and ActiveDirectory synchronization? I can use some of
expertise if you do know about it.
c********t
发帖数: 4527
29
来自主题: Software版 - Anybody knows Active Directory? (转载)
【 以下文字转载自 Boston 讨论区 】
发信人: choosewhat (前半生靠运气,后半生靠人品), 信区: Boston
标 题: Anybody knows Active Directory?
发信站: BBS 未名空间站 (Fri Nov 2 19:40:32 2012, 美东)
ActiveDirectory and ActiveDirectory synchronization? I can use some of
expertise if you do know about it.
o*******e
发帖数: 186
30
Anybody has ideas about :
In what directory do we usually put the 3rd party package in latex?
Thanks a lot..
r*e
发帖数: 112
31
as title
I want to enter one ftp site with such wieriod directory
Thanks!
p*****R
发帖数: 74
32
I want to replace a string with another string in all files
under a directory, including subdirectories. Could you tell
me what UNIX command can do this? btw, can I use grep to
find a string in all the
subdirectories recursively?
p******e
发帖数: 31
33
我用tar xvf 解压一.tar文件,为什么总是这个错误信息:
directory cheksum error?
谢谢!!
m*******m
发帖数: 182
34
You need mountd to export the mounted directories, nfsd
handles all
the requests from RPC.
You should be able to start these services from some rc or
network scripts.
L***e
发帖数: 42
35
when do you press Tab? How? Show me step by step. :)
Look like you are about to unleash a monster.:)
I tried FlashGet's Site Explorer, it can see subdirectories,
but only part of the contents is shown. Like: ch01/ch01.htm,
but not those other files. as 01.htm, 02.htm, atof1.gif,
atofa.gif.....They are all under the same directory adn I
can download them by giving the absolute URL.
Any solution?
Thanks, Coco.
m****f
发帖数: 32
36
I like to use Unix ftp utility
I uploaded some *.jpg files to my directory /home/mydir on a
remote host, using
ftp> prompt
Interactive mode off
ftp> mput *.jpg
Then I think I should make my account neater and did
ftp> mkdir pic
Now, how can I mv these *.jpg files from /home/mydir to
/home/mydir/pic? I got stuck here. I did
ftp> ?
but did not find anything helpful.
s*****y
发帖数: 245
37
来自主题: Unix版 - help on directory access
I haven't worked on a unix machine(AIX 3.51) for 1 month. Today I logged in and
found I no longer have access to the source code directory I used to have access
to. Nobody touched the machine in the past month. Is there any way that I can
restore the access without login as root? Many thanks.
g*****g
发帖数: 34805
38
来自主题: Unix版 - help on directory access
Is the directory exectable?
try chmod 700 DIR_NAME first.
i***e
发帖数: 3219
39
来自主题: Unix版 - how to delete this directory?
try this:
rm -rf ./--~1F(your strange directory name)
h***u
发帖数: 214
40
I have some files to be download from website.
I trans all files to my web account.when go to my website there will be a list
of all files (no index.html) which include: name, last modified, size and
description. can naybody tell how to add descripton to my files or directory?
Thank you!!!!
a**y
发帖数: 6501
41
if your web server is APACHE,
add a few lines to the .htaccess file in the directory like
IndexOptions DescriptionWidth=*
AddDescription "Description for 1.html" 1.html
w*y
发帖数: 47
42
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: wly (特别的爱给特别的你), 信区: Programming
标 题: How to see a directory content in a http website?
发信站: The unknown SPACE (Sun Oct 13 21:05:18 2002) WWW-POST
Since it has index.html.
I can not see the content of it, Thanks
For example.
www.abcd.com/foo/
I can see it contents(list of file) before (they are rx to public).
But after add an index.html. I can not see the list of file again.
(although they are still open to public.) How to solve it?
Thanks a lot
F****r
发帖数: 34
43
来自主题: Unix版 - question about the set up directory
for example:
in my current directory I have a shell script called test.
I cann't type test to run it.
I need to type ./test
Then it will run.
how can I set up some envirmont file to I can just type test to run it.
Thanks
//bow
f********h
发帖数: 149
44
来自主题: Unix版 - question about the set up directory
add . (the current directory) into your path
EM
发帖数: 715
45
【 以下文字转载自 Programming 讨论区 】
【 原文由 EM 所发表 】
to let compiler find it automatically in my own directory
w/o change the makefile
Is there environment variable for this?
Thanks!
f********u
发帖数: 572
46
【 以下文字转载自 Linux 讨论区 】
【 原文由 flywithyou 所发表 】
How to checck the size of the / directory?? Does the size
showed up when you excute ls -al mean anything?
Specifically, my problem is:
I installed a VMware in my WindowsXP.
I installed a Linux Redhat 7.3 inside of VMware.
I gave This Linux virtual machine a 10G virtual disk size.
I gave it 512M memory.
I am hoping to install Oracle 9i Release 2 into this Linux virtual machine.
But when I run the runInstaller of Oracle 9i in order to install the
databa
h****u
发帖数: 277
47
来自主题: Unix版 - home directory突然丢失!
Do not be panic. Maybe you just forget to mount the directory. Is it a nfs?
try df and mount to see if it is just not mounted.
g*****y
发帖数: 18
48
来自主题: Unix版 - how to copy whole directory files?
how to copy whole directory files? Thanks
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)