Fulltext results:
- rmdir for OSX @info:mac
- ====== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store... the command line quite complicated: <code bash> $ rmdir test rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash fu
- Travian Map Download Script @z:travian
- o ${savemap} is the same als last one: REMOVING rm ${savemap} else # savemap and lastmap differ echo NEW MAP: ${savemap} rm -f ${todaymap} ln ${savemap} ${todaymap} rm ${lastmap} ln -s map-${today}.sql ${lastmap} #
- rman @tag
- ====== rman ====== ===== Pages ===== {{topic>rman&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/rman}}
- Oracle: Recovery Manager @info:oracle
- = ===== Start Recovery Manager ===== <code bash> rman target / </code> ===== Delete Archive Logs ===... : <code bash> #!/bin/bash . ${HOME}/.profile rman target / << __EOF__ DELETE NOPROMPT ARCHIVELOG ... L COMPLETED BEFORE 'SYSDATE -3'; EXIT __EOF__ </code> {{tag>admin database dba oracle rman sysadmin}}
- ZFS Playground @blog:2009
- code bash> pfexec zpool destroy demo zpool status rm c[01]d[012] </code> to be continued... {{tag>de
- Oracle Errors @info:oracle
- lash recovery area is full. * **Resolution**: [[rman|Remove archive logs]]. * **Resolution**: [[sp