skip to main
|
skip to sidebar
Geek Stuff Matters
Geek Stuff Matter. Tips and Tricks for DBS and *nix
Monday, March 8, 2010
Move a directory over the network
tar -c -f - -p --numeric-owner $source_dir_1 | \
ssh $destination_host "cd $destination_location ; tar -x -p"
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Ben
Vancouver, BC, Canada
Ben is a Web Application Developer who enjoys developing applications with open source technologies. Contact me for rates.
View my complete profile
Followers
Blog Archive
►
2011
(2)
►
August
(1)
create or replace function get_token( the_list ...
►
February
(1)
Oracle logging message to a table.
▼
2010
(10)
►
October
(2)
set your ORACLE_SID to an ASM instance using asmc...
DHCP hostname.
►
September
(1)
Mount entire driver image
►
August
(3)
change HP server boot order remotely using iLo
add temp table space
Oracle turn on Archive mode
►
July
(1)
how to fix ORA-00600: internal error code, argumen...
►
May
(1)
How to fix 'No converter found for 'org.hibernate....
►
April
(1)
launch java program with remote debugging capabili...
▼
March
(1)
Move a directory over the network
►
2009
(37)
►
December
(1)
Oracle drop all tables.
►
November
(3)
set oracle date format
dblink link
use rman to delete archive log
►
October
(1)
Liferay add user to a community programmtically
►
September
(1)
Web Design Stuff
►
August
(2)
Hi Speed copy Oracle data from one machine to anot...
use exp/imp to copy the data from one db to anothe...
►
June
(1)
Spring + Quartz + Hibernate
►
May
(21)
Caching in Java + Spring
use maven to generate auto generate schema
Hibernate oneToMany lazy load correctly
Hibernate enable lazy loading in your web app
How to use OR to rewrite SQL Query
DBMS_STAT tables and backup the stat informaiton
Oracle show parameters tips and tricks
Oracle lag and Lead
Use Maven to manage your Java Project
Oracle Analytic Fucntions
measuring Oracle cache hit rate
Quick and Easy ways to copy Oracle Schema method 1...
5 easy steps to create a PDF Document in Java
Difference between "in (...)" and "= any(...)" que...
Converting an ext3 filesystem to ext4
Appfuse experience
Poor man VPN using SSH Tunnelling
Tips: Alter postgresql.conf to increase PostgreSQL...
Writing your own Velocity macro
NC linux command
Ford Escape
►
April
(7)
move/rename oracle datafiles
wtf is Oracle Varchar2? What are the difference be...
Use RMAN to copy a database to a different Server
brainstorming a new Document Management System
Purchase 2009 Ford Escape
Oracle Tips and Tricks
Resume Mysql Replication
►
2008
(1)
►
September
(1)
Database => oracle and router => cisco
Loading...
0 comments:
Post a Comment