| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 6 months |
| seen | Dec 7 '12 at 17:26 | |
| stats | profile views | 67 |
|
Nov 10 |
comment |
Providing access to a user of 'only' on svn repository Thanks. but I want only my client not to be able to commit anything to the repository. Making this change will even not allow me to commit anything. I will have to go and replace 'read' or 'none' with 'write' in order to be able to commit myself. Isn't there any way I can enforce this policy on per user basis? |
|
Apr 14 |
comment |
System Drive and C: contains boot and bootmgr. Which Boot and bootmgr are being used by Windows 7? thanks......... |
|
Jan 12 |
comment |
Extracting a bzip2 file throws “Can't guess original name” and does not extract separate files Okay got you. BUT my file's extension is not .tar.bz2. It's just .image. What do you suggest to get my picture1 and picture2 from pic.image? Got any hack in mind?? |
|
Jan 12 |
comment |
Extracting a bzip2 file throws “Can't guess original name” and does not extract separate files so...now...there is no hack to access picture1 or picture2 from pic.image?? :-o |
|
Dec 10 |
comment |
How to kill a process with name having spaces? killall -9 valgrind\ --tool=lackey\ ./testcases/kernel/syscalls/waitpid/waitpid03...Both these command don't work. |
|
Dec 10 |
comment |
How to kill a process with name having spaces? killall -9 "valgrind\ --tool=lackey\ ./testcases/kernel/syscalls/waitpid/waitpid03" |
|
Nov 24 |
comment |
How do you search for strings in a file which in turn is in an archive? Ahaan..okay got it worked but there is still one problem. I am doing all this to find which file contains a particular string. The command you mentioned will not print the name of file in which the string is found. |
|
Nov 24 |
comment |
How do you search for strings in a file which in turn is in an archive? Thanks Raj. But your solution is useful when just one zip file is used at a time. Nothing appears if *.zip is used but just a CAUTION: filename not matched appears. |
|
Jul 2 |
comment |
Problem with mounting a partition ntfsfix did not solve the problem. Seems like there is something wrong with the distribution I used i.e. Finnix 93.0 because with Debian I have never faced this problem. Any thoughts quixote? :) |
|
Apr 15 |
comment |
Problem with running a script at startup as root? Clicked the 'this is a great comment' mistakenly. :P Okay here is what I understand. Correct me if I am wrong. You want me to write a C program which will setuid(0) and then run my script via system("/home/namsu/Desktop/my_copying_script") and finally I set the executable of this C code to run at startup. Right? :) |
|
Apr 15 |
comment |
Problem with running a script at startup as root? Sorry edK but I think I did not understand your first suggestion. I have set the suid of my program using chmod +s command. Now, what will the C code do? |
|
Apr 15 |
comment |
Problem with running a script at startup as root? :) thanks Gnoupi |
|
Apr 15 |
comment |
Problem with running a script at startup as root? And attaching TTY to my startup script is not possible, right? |
|
Apr 15 |
comment |
Problem with running a script at startup as root? I mounted the partition by adding entry to /etc/fstab and set it's permissions as you specified but that did not work because now my startup script cannot access data in /mnt when I log as a normal user (not root). My normal user is not getting access to /mnt which is very fine to me but my program must get access to /mnt. I am still stuck. :( |
|
Apr 15 |
comment |
Problem with running a script at startup as root? If I mount /mnt such that give only root all permissions then my startup program cannot access the data in /mnt. |
|
Apr 14 |
comment |
Problem with running a script at startup as root? Sorry but that will not solve the problem. |
|
Apr 14 |
comment |
Problem with running a script at startup as root? I am using Ubuntu 9.10 with GNOME. Yes, I can mount the drive using /etc/fstab but that will make that partition available for all users which I don't want. I want only root to have access to that partition. Any thoughts on this? |
|
Apr 14 |
comment |
Problem with running a script at startup as root? I am not running my script using ssh. |
|
Apr 14 |
comment |
Harddisk formatting with dd return error Yes it did what I want but what do you suggest to 'format' a harddisk. |
|
Apr 2 |
comment |
Harddisk formatting with dd return error Thanks but is it then now a proper way of formatting a harddisk? |