RHEL 6.7 3GB of ram T2.Medium EC2
Apache 2.2
I am trying to find in today context what is the max file size that Apache can log to without bringing it down.
RHEL 6.7 3GB of ram T2.Medium EC2
Apache 2.2
I am trying to find in today context what is the max file size that Apache can log to without bringing it down.
The scenario is like this:
Windows workstation -> Linux bastion host -> Linux server
From my Windows workstation I use PuTTY to SSH into the Linux bastion host from which I then SSH into the Linux server.
Question is, how do I do that when the authentication between the bastion host and Linux server is ppk authentication and I do not wish to store the ppk key for the Linux server on my bastion host?
I am hitting a Protocol error while trying to SFTP from one server to another. I have tried to search up Google to no avail. May i know if anyone can help me with this.
rel@kingfisher:/kingfisher_bft/hme/rel> sftp [email protected]
Need basic cursor movement capability, using vt100
error: Could not open connection to `[email protected]': Protocol error
May i check for the below folder rights, is the user able to read files inside of the folder?
I can't seem to find the option to assign a newly created key pair to an amazon ec2 instance after deleting away the original key pair. I wanted to "deny" the first key pair from access to the instance, which i think i succeeded, however, i am unable to reassign the instance with another key pair.
Here is my iptables, i am unable to connect to a web application hosted on 3343 depite opening it, is there an error?
[root@ip-10-128-74-111 ~]# iptables -L -n
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:3343
ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Is there a way to sync changes made in the VM back to the physical machine? The VM was converted through VMWare's converter. I would like to sometimes sync to and fro changes made on the VM and on the physical machine, is there a way to do so in VMware?
Oracle Security Update Patch July 2011
I am using JDK 1.4.2_08, 1.4.2_19, 1.4.2_22, and Oracle DB 9.2.0.8. Can any experts tell me how to tell if i am affected, i.e. after installing the patch everything will continue to work fine?
Thanks!
I would like to know how usually one would delete data from an Oracle 9i DBMS which actually frees up disc space. Past scenario, we have had cases where clearing up 1-2 million rows of data does not translate to a decrement in disc space usage.
Scenario:
sqlplus > delete from audit_log where date_created between today and the day before;
sqlplus > 2 million records deleted.
bash$: du -sh (after issuing the delete above)
Results in no change to the disc space usage.
Which also brings me to the question, will one need to flush anymore tables in order for oracle to completely delete all the data that is supposedly deleted by the delete DML