| bio | website | |
|---|---|---|
| location | Cebu, Philippines | |
| age | 32 | |
| visits | member for | 2 years, 4 months |
| seen | May 3 at 5:27 | |
| stats | profile views | 22 |
Currently employed as Software Build Engineer and very much proficient in subversion and lately git. Had some sysadmin experience (4 years+) and codes mostly in shell(bash) but is now also proficient in Perl(I still need to Google some solutions but I could now think in Perl). I could read a python code but don't rely on me to troubleshoot it(I'll learn about it later).
Experience with open source systems is in installation and usage...most familiar with CentOS and Ubuntu, Apache, PHP and has a bit of knowledge in Qmail and MySQL. Virtualization experience is mostly in VMWare (the free version), Oracle VirtualBox and Parallels.
I don't hate Microsoft Windows but I just like a Unix-like system (and I run cygwin now by the way) so I'm kinda at home with the CLI regardless of OS.
Been experimenting with golang lately and loving it :)
|
Jan 17 |
awarded | Popular Question |
|
Jan 10 |
asked | is it possible to create a file given an md5 hash |
|
Dec 28 |
comment |
Bash variable in Awk script @manatwork, I'm using gawk (as I'm on RHEL 5.4) |
|
Dec 28 |
comment |
bash string extraction @AlexandreAlves, if you will notice, the one I'm interested at is not always at the 3rd column but is always 2nd from last column. So your solution from the very beginning was faulty. But thanks for trying :) |
|
Dec 28 |
comment |
bash string extraction you have a minor typo, your second statement should have referred to $all_but_last_field like second_to_last_field=${all_but_last_field##*.}. I'm accepting your answer as it's pure bash but the answer of Drake Clarris was great as well. It's actually even more compact but I can only choose 1 answer. Thanks guys :) |
|
Dec 28 |
comment |
bash string extraction gniourf_gniourf & manatwork: great solution. I'm not so well versed with awk but with your help, I'm learning some more about it. +1 to both of you :) |
|
Dec 28 |
accepted | bash string extraction |
|
Dec 28 |
comment |
bash string extraction +1 to Drake Clarris for providing original solution and +1 for you manatwork too for reviewing the code. But yup, I agree with the Drake Clarris' solution, he was trying to be much more practical. But your solution would help in case my pattern changes :) |
|
Dec 27 |
asked | bash string extraction |
|
Dec 27 |
comment |
Bash variable in Awk script @manatwork, can you clarify your solution please? I can't seem to make it work. Maybe on a separate answer instead of a comment as it breaks some statements |
|
Dec 27 |
comment |
Bash variable in Awk script thanks for the help. I figured out the answer myself as I was fiddling with my script. As I had the need for $server_name to be a variable, I had this instead: machine_type=awk 'BEGIN{IGNORECASE=1;}/'${server_name}'/ {print $NF}' ff_servers.db` `coz if I would leave it as you suggested, $server_name would then be interpreted not as a variable but a constant with $ sign. |
|
Dec 27 |
revised |
Bash variable in Awk script edited example for consistency |
|
Dec 27 |
asked | Bash variable in Awk script |
|
May 25 |
awarded | Popular Question |
|
Mar 31 |
comment |
subversion 1.6 file svn:externals help thanks @penguin359 |
|
Mar 31 |
accepted | subversion 1.6 file svn:externals help |
|
Mar 29 |
asked | subversion 1.6 file svn:externals help |
|
Mar 23 |
comment |
Can a user with /sbin/nologin shell login through ssh? @Alex: mail has a $HOME it's /var/spool/mail. So I tried @Ignacio's suggestion to put an ssh key but it's not being accepted by the server. |
|
Mar 18 |
awarded | Commentator |
|
Mar 18 |
comment |
Can a user with /sbin/nologin shell login through ssh? @Ignacio: Makes sense...but are there any known workaround to this? |