3
votes
1answer
436 views
Linux filesystem benchmarking best practices
(Not really a programming question, sorry)
I'm working on benchmarking various filesystems (most importantly: ext3) with various filesystem options (for instance: noatime, relatime etc.) fo …
1
vote
Do you disable SELinux?
Sadly, I turn SELinux off most of the time too, because a good amount of third-party applications, like Oracle, do not work very well with SELinux turned on and / or are not supported on platforms …
3
votes
Linux filesystem benchmarking best practices
I'not getting a lot of answers on this ;-) so I'll attempt to explain what my ideas are.
Eventually, I went for iozone as a benchmarking tool, mainly because of the overwhelming amount of i …
1
vote
IDE that provide autocompletion and error detection for Linux bash or shell scripting?
Red Hat splits up the VIM RPM's into vim-minimal, vim-enhanced and then some. You need the vim-enhanced RPM's to do syntax highlighting. As CentOS is nothing more than repackaged RHEL, the same goe …
0
votes
Linux server account management
If you can handle the packaging issue (it's not available packaged for Ubuntu), you might want to consider FreeIPA. FreeIPA is an integrated, easily manageable Kerberos / LDAP solution.
Per …
-1
votes
Does cron expression in unix/linux allow specifying exact start and end dates
No, afaik, you cannot do that.
The cron fields hold the values for minutes, hours, day of month, month and day of week, respectively.
10 5 10 * * means run at 5:10 on every …
