| bio | website | nicolaromano.net |
|---|---|---|
| location | Montpellier, France | |
| age | 32 | |
| visits | member for | 2 years, 4 months |
| seen | May 13 at 17:38 | |
| stats | profile views | 18 |
I'm a researcher in neurosciences
I'm interested in all that regards pattern recognition, time series analysis, rhythms etc.
|
Mar 4 |
comment |
Fedora won't boot. The startup progress bar goes all the way to the right and then everything just freezes @wok: glad to hear that! |
|
Jun 11 |
comment |
GNOME Shell - display path of files in Activities window Just as an additional info: there is a nice extension for tracker integration into GNOME Shell here. Works very well. |
|
May 13 |
comment |
GNOME Shell - display path of files in Activities window my bad... actually, it looks like it's pulling them out of recent items. The need comes from the fact that I have several files with same name in different paths and knowing where they are would help a lot |
|
May 13 |
comment |
GNOME Shell - display path of files in Activities window hmmm no, I can assure you I have Gnome-Shell (FC16) and yes, I have a lot of files in there so it would be very useful to know info about it (plus it would be fun to code a plugin :P) |
|
Apr 29 |
comment |
Default applications (Gnome 3) Thanks Steve, surely that is another way, albeit less viable. By the way you can also pull out that panel from alacarte |
|
Dec 29 |
comment |
Why bash time is more precise then GNU time? yes, in effect it gives 100... |
|
Dec 29 |
comment |
Why bash time is more precise then GNU time? Hmmm... they both give milliseconds on my system... (FC16) |
|
Sep 20 |
comment |
Why doesn't “rm *” work when there are files that begin with a hyphen? And to Handling an option-like filename in the shell |
|
Sep 15 |
comment |
How do you get NOPASSWD sudo option to work in Fedora 15? I did not know if that was actually the issue and I never used NOPASSWD before... so I just posted it as a comment. At the end, what's important is that you solved the problem :) |
|
Sep 15 |
comment |
How do you get NOPASSWD sudo option to work in Fedora 15? Could this be of help? linuxforums.org/forum/miscellaneous/… (look at the end for the solution) |
|
Aug 13 |
comment |
Allow users to run only specific binaries with root permissions/privileges Am I missing something? Why can't you just edit /etc/sudoers and add username ALL=/sbin/iptables /sbin/whatever? |
|
Aug 13 |
comment |
Allow users to run only specific binaries with root permissions/privileges Essentially, you create a new group just for the user and give execution permission for iptables to that group. |
|
Aug 12 |
comment |
Handling an option-like filename in the shell @Stéphane: right, ./ also suffices! |
|
Aug 12 |
comment |
How to calculate percentages in LibreOffice Calc? Also, you can just fix the column using $A2 or just fix the row with A$2. This is useful when copying between different columns/rows (depending how your data is laid out) |
|
Aug 10 |
comment |
How to find whether a software (which may `not` be in the PATH) is pre-installed or not? @Anisha: means it is not installed. You may want to install qt-devel to get qmake |
|
Aug 8 |
comment |
Default applications (Gnome 3) Seems to work fine, I'll still have to figure out a couple of things but it does the job. Thank you |
|
Aug 2 |
comment |
Default applications (Gnome 3) Thanks for your answer but that is not what I am asking. I know that there is an "Open with" pane, what is missing is the "custom command" edit box. I will rephrase my question accordingly |
|
Jul 31 |
comment |
How to know if a pdf file is compressed or not and to (un)compress it @Philomath: good to know! Thanks for the info! |
|
Jul 30 |
comment |
How to know if a pdf file is compressed or not and to (un)compress it @Tim: see also this: pandemoniumillusion.wordpress.com/2008/05/07/… |
|
Jul 30 |
comment |
`^M` at the end of each line of text files generated under Windows See also Jeff Atwood's take on it |