Search Results

Search: Posts Made By: gacanepa
1,461
Posted By gacanepa
Thank you guys for your answers! I was able to...
Thank you guys for your answers! I was able to solve my problem using your suggestions.
1,461
Posted By gacanepa
Print matching fields (if they exist) from two text files
Hi everyone,
Given two files (test1 and test2) with the following contents:
test1:
80263760,I71
80267369,M44
80274628,L77
80276793,I32
80277390,K05
80277391,I06
80279206,I43
80279859,K37...
2,910
Posted By gacanepa
Been there, done that. I wrote an article...
Been there, done that. I wrote an article (http://www.tecmint.com/using-shell-script-to-automate-linux-system-maintenance-tasks/) about using shell scripting to automate tasks like this. Near the...
2,640
Posted By gacanepa
I received an answer at another forum. Here's the...
I received an answer at another forum. Here's the link (http://www.linuxquestions.org/questions/linux-newbie-8/can%27t-disable-sslv3-in-apache-mod_nss-4175553342/) in case someone has the same...
2,640
Posted By gacanepa
Can't disable SSLv3 in Apache + mod_nss
Hi everyone,

I am trying to implement TLS through mod_nss in Apache (RHEL 7). As per the documentation...
1,693
Posted By gacanepa
First off, I assume that what you want to...
First off, I assume that what you want to translate are comments, not code - since code is language-agnostic.
I am afraid there is no software that can take a shell script as input, strip off the...
3,711
Posted By gacanepa
I agree with you. I actually gave it a try...
I agree with you. I actually gave it a try because I didn't have any other setup available to test. But in theory (leaving VirtualBox aside, and if I had the actual physical drives available), reads...
3,711
Posted By gacanepa
1) I have only one physical drive in the system. ...
1) I have only one physical drive in the system.
2) I am running VirtualBox on a Physical server (host).
3,711
Posted By gacanepa
I created the virtual drives via VirtualBox...
I created the virtual drives via VirtualBox wizard (select VM --> Settings --> Storage --> SATA --> Add new disk
3,711
Posted By gacanepa
Dave, Thanks again! As for pvdisplay and...
Dave,
Thanks again!
As for pvdisplay and lvdisplay, I must mention here that these RAID arrays are not on LVMs (but here is the output of the commands anyway):

root@debian:~# pvdisplay
---...
3,711
Posted By gacanepa
Dave, First off, thank you for taking the...
Dave,

First off, thank you for taking the time to reply to my post. Here are some other details that I hope will be helpful (if there is any other backend information that you need, please let me...
3,711
Posted By gacanepa
How to test RAID10 array performance [Debian Wheezy]?
I have created a RAID10 array (near layout) with four 8 GiB virtual hard drives, making a 16 GiB array (/dev/md0 formatted as ext4). On the other hand, I have a 16 GiB RAID1 array (/dev/md1, also...
982
Posted By gacanepa
You did not mention your operating system and...
You did not mention your operating system and shell, so I am assuming Linux and bash here. Please note that under different OS and/or shell, you may need to tweak the commands a little:
#1)...
1,922
Posted By gacanepa
Just adding my two cents here. What OS / shell...
Just adding my two cents here. What OS / shell are you using, both on the client and on the server? What are you exactly trying to do? (Please provide current status and desired scenario). Maybe...
2,016
Posted By gacanepa
What OS / shell are you using? What have you...
What OS / shell are you using? What have you tried so far?
7,482
Posted By gacanepa
durden_tyler, I don't have words to thank you...
durden_tyler,
I don't have words to thank you enough for such a detailed answer, for the SQL*PLUS documentation and for the perl script.
Being a sysadmin, this wasn't actually my responsibility,...
7,482
Posted By gacanepa
[SOLVED] Oracle 11g script read from file in where clause (RHEL 5.7)
Thanks Robin and Yoda!
I also tried the temporary table workaround but my user does not have sufficient privileges.
In the meanwhile, the DBA (who was supposed to provide me a sql query in the...
7,482
Posted By gacanepa
Yoda, Thank you so very much for taking the...
Yoda,
Thank you so very much for taking the time to read and reply to my post.
It ALMOST worked. I had forgotten to mention that the aux.txt file is 66k in size (that is the current size, but it...
7,482
Posted By gacanepa
Oracle 11g script read from file in where clause (RHEL 5.7)
Hi everyone,
Simple question.
I have a comma-delimited file, aux.txt, with the following contents (all in one line):
'value1','value2','value3',...,'valueN'
I would like to know if there's a way...
12,225
Posted By gacanepa
I am a little confused as to what you're really...
I am a little confused as to what you're really trying to do. But assuming you want to display the output of a command via a shell script, here's what you should do:
Create a script, say test.sh,...
Forum: Linux 01-01-2014
3,374
Posted By gacanepa
Unload kernel module at boot time (Debian Wheezy 7.2, 3.2.0-4-686-pae kernel)
Hi everyone,
I am trying to prevent the ehci_hcd kernel module to load at boot time.
Here's what I've tried so far:
1) Add the following line to /etc/modprobe.d/blacklist.conf (as suggested here...
1,709
Posted By gacanepa
bakunin, Thank you so very much for taking the...
bakunin,
Thank you so very much for taking the time to write this.
Yes, it did not answer my question, but I actually love to learn about the background of things I tend to take for granted....
1,709
Posted By gacanepa
Question about /proc/acpi (Debian 7.2 w/ 3.2.0-4-686-pae kernel)
Hi everyone,
I am running Debian Wheezy 7.2 with a 3.2.0-4-686-pae kernel. There are a couple of virtual files and directories in /proc I can't seem to find much information about. I am aware that...
5,448
Posted By gacanepa
[SOLVED] Run script through cron with user environment variables
hergp,
Thanks for your message and for the warning. Yes I noticed the quoting problem but eventually solved it.
I ended up identifying the necessary variables (all related to an Oracle...
5,448
Posted By gacanepa
Run script through cron with user environment variables
Hi everyone,
I wrote a script that is supposed to be run by cron on a daily basis. It works just fine if I run it manually, but due to a lack of environment variables (which are available during my...
Showing results 1 to 25 of 172

 
All times are GMT -4. The time now is 03:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy