If you want the FlexClone volume to have its own disk space, rather than using that of its parent, you can split it from its parent using the commands mentioned below.prod_filer_h2> snap list vmdk_volVolume vmdk_volworking... %/used %/total date name---------- ---------- ------------ -------- 31% (29%) 30% (27%) Sep 24 22:46 clone_qa_vmdk_vol.1 (busy,vclone)prod_filer_h2> snap delete vmdk_vol clone_qa_vmdk_vol.1
Offloading slow batch tasks to an external process is a common
method of improving website responsiveness. One great way to initiate
such background tasks in PHP is to use Oracle Streams Advanced Queuing
in a producer-consumer message passing fashion. Oracle AQ is highly
configurable. Messages can queued by multiple producers. Different
consumers can filter messages. From PHP, the PL/SQL interface to AQ
is used. There are also Java, C and HTTPS interfaces, allowing wide
architectural freedom.
IntroductionThis post describes all the millions of configuration files you need to set up on a CLIENT LINUX server / machine in order to ssh to it with your domain credentials. I have this working in a LAB environment with the following caveats:
This is a 0-day local privilege escalation found by Tommi Rantala while fuzzing the kernel using Trinity. The cause of that oops was patched in 3.8.10 in commit 8176cced706b5e5d15887584150764894e94e02f.
'spender' on Reddit has an interesting writeup on the details of this exploit.
This post shows the changes to the
href="http://zf2.readthedocs.org/en/latest/user-guide/overview.html"
>ZF2 tutorial application that allow it to run with Oracle
Database 11gR2.
Oracle Database SQL identifiers are case insensitive by default so
"select Abc from Xyz" is the same as "select abc from xyz". However
the identifier metadata returned to programs like PHP is standardized
to uppercase by default. After executing either query PHP knows that
column "ABC" was selected from table "XYZ".
Following are steps to install memcached from source:
To allow one trusted IP address to access all incoming packets add following line in iptables-precursor:
iptables -A INPUT -s 192.168.2.2 -j ACCEPT
where 192.168.2.2 is the IP address I would like to allow, change the IP address as per your requirement.
After adding above line run following commands to get it updated:
$ source iptables-precursor
$ iptables-save > iptables
In above commands I used relative pats for iptables-precursor and iptables.
Difference between Swapping and Paging in linuxSwapping:
Recover MySQL root password