Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- <ecx> <edx>] [--cpuidremove <leaf>] [--cpuidremov... --bootable on|off] [--remove] bandwidthctl <uuid|vmname> ... econd>[k|m|g|K|M|G] | remove <name> | list [--mach... terfaces <XXXXXXXX>] usbfilter remove <index,0-N> --target
- Cleanup Packages @info:linux:debian
- ons | grep 'deinstall$' | cut -f1) </code> ===== Remove Orphans ===== If a packages is installed, all it... nt, you can even more suggestions for packages to remove: <code bash> deborphan --help </code> <code> Usa... t are never reported. --del-keep, -R PKGS.. Remove PKGS from the "keep" file. --zero-keep, -Z Remove all packages from the "keep" file. --guess-common
- MySQL: Remove User @info:mysql:user
- ====== MySQL: Remove User ====== ==== Remove User ==== <code sql> DROP USER '{user}'@'%'; </code> ==== Remove User and Database ==== * Usually, {user} == {d
- Shell Script Variables @info:script
- er of ''$a'': <code bash> ${a: -1} </code> ===== Remove Slash from the End of a Variable ===== Remove a trailing slash from ''$a'': <code bash> a=${a%/} </code>
- MySQL: Remove Database @info:mysql:database
- ====== MySQL: Remove Database ====== ==== Remove Database ==== <code sql> DROP DATABASE IF EXISTS `{db}`; </code> {{tag>adm
- rmdir for OSX @info:mac
- ir test </code> I wrote a small bash function to remove directories together with the contained ''.DS_Sto... "${d}" done } </code> With this function you can remove the directory at once: <code bash> $ rmdir test r
- Oracle Errors @info:oracle
- recovery area is full. * **Resolution**: [[rman|Remove archive logs]]. * **Resolution**: [[spfile_and_
- init @info:linux:debian
- init script ("myscript"): update-rc.d myscript remove Further information can be found at [[http://wik
- Oracle: Recovery Manager @info:oracle
- G ALL COMPLETED BEFORE 'SYSDATE -45'; </code> To remove archive logs older than 3 days without prompting,