| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | 2 days ago | |
| stats | profile views | 5 |
|
Jan 25 |
comment |
Linux boot loaders supporting full disk encryption? Yes, lfde.org has been down from some months (and the author blog is gone too). Pity is all the work done by the author of the LFDE project is gone, as it was all hosted in his personal website (another reason to leverage sites like SourceForge, Google Code, GitHub or similar). |
|
Jul 24 |
comment |
Where can I find storage integrity (write/read) test tools? Not too much, except you can modify it easily (bash vs. C). You could define the pattern, add a delay for a fade test, do several passes, etc. This script would be like badblocks -s -w -t random /dev/xxx. However, the main reason to post it was the OP asked for a Bash script. |
|
Jul 8 |
answered | What tool to execute a command on repeated syslog entries? |
|
Jul 3 |
comment |
What are possible reasons for erratic NTP synchronistation? A couple of my servers (with Ubuntu 8.04) also jumped 10 seconds into the past last night (detected because Dovecot crashed). It makes me wonder if these serverfault.com/questions/403732/… has anything to do (not with my servers but with some NTP peers). Also note, this server only had two servers listed in ntp.conf, that means if both disagree local ntp would not know which one to believe. (Still today I can see some NTP peers with >50 seconds offset). |
|
Jun 23 |
awarded | Editor |
|
Jun 23 |
revised |
Where can I find storage integrity (write/read) test tools? Noted some extra dependencies and ideas. |
|
Jun 23 |
answered | Where can I find storage integrity (write/read) test tools? |
|
Jun 23 |
answered | Giving PHP permission to write to files and folders |
|
Jun 18 |
answered | What is a better way to deal with server disconnects of sshfs mounts? |
|
Jun 17 |
comment |
how to check if ssh works without connecting to server It works for me in Linux (are you using Solaris?). For my test I did: export MY_IP="192.168.246.1" ; su mvaldez -c "ssh mvaldez@$MY_IP -o 'BatchMode=yes' -o 'ConnectionAttempts=1'" ; echo $? |
|
Jun 17 |
awarded | Supporter |
|
Jun 17 |
awarded | Necromancer |
|
Jun 17 |
awarded | Teacher |
|
May 18 |
answered | Linux boot loaders supporting full disk encryption? |