Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- the settings password ===== Commands: ===== list [--long|-l] vms|runningvms|ostypes|hostd... fo <uuid>|<name> --log <idx> registervm <filename> unregistervm <uuid>|<name> [--delete] createvm ... stype <ostype>] [--register] [--basefolder <pat
- Cleanup Packages @info:linux:debian
- you want to cleanup this old stuff, you can ge a list of uninstalled (but not purged) packages with thi... s | grep 'deinstall$' </code> You can feed this list directly to aptitude to purge the packages: <cod... install deborphan </code> Then you can get the list of orphans: <code bash> deborphan </code> If yo... ll packages, not just libs. --exclude, -e LIST Work as if packages in LIST were not installed.
- Git @info:code
- git log master..develop ===== Branches ===== === List Branches === git branch === Switch Branch === ... emote Branch === git push origin -d BRANCH === List unmerges branches === List branches with commits, which are not in branch REF: git branch --no-merged REF For example, list unmerged branches, which are not in ''develop'':
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ====== Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) ====== I'm preparing my... cation/solaris/scsa.xml|Sun Certified System Administrator (SCSA)]] certification. This are my notes ta... books. ===== Managing File Systems ===== ==== List Devices ==== To list the system's devices, you can use the following commands: * ''dmesg'' * ''f
- Package Repositories @info:solaris
- ====== Package Repositories ====== There's a list of multi-OS repositories at [[http://wikis.sun.com/di... ttp://pkg.opensolaris.org/release/ |OpenSolaris Distribution, Releases | |http://pkg.opensolaris.org/dev/ |OpenSolaris Distribution, Development Quality | |http://pkg.opensolaris.org/contrib/ |OpenSolaris Distribution, Community Contributed Packages | |http:
- List Open Ports @info:sysadmin
- ====== List Open Ports ====== To list the open ports together with the listening processes: <code bash> netstat -tulpn </code> Here is an ... 0.0.0.0:22 0.0.0.0:* LISTEN 695/sshd tcp6 0 0 :::22
- jps - Java Virtual Machine Process Status Tool @info:java
- l wich is a bit like the ''ps'' command. ''jps'' lists all ''java'' Processes of a user. You can find t... ]. I'm using it with the parameters ''-l'' (long listing) and ''-m'' (arguments) most of the time: /... /java/bin/jps -lm Here are some more examples: List all java processes: ''jps'' <code> 55719 hourglas... r 51299 jEdit 51610 Main 56026 Jps </code> Long listing: ''jps -l'' <code> 55719 /Users/andreas/.my/pk
- Oracle: List Accounts with Objects @info:oracle
- ====== Oracle: List Accounts with Objects ====== To list all accounts (users) the objects (like tables), you can query them with: <code sql> SELECT DISTINCT OWNER FROM DBA_OBJECTS ORDER BY OWNER; </code> If you want to list all accounts, you can query them with: <code sql
- MacPorts @info:mac
- ====== MacPorts ====== ===== List Ports ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed <... @2.69_5 ... </code> You can see a list of all installed ports: <code bash> port echo ins
- Mercurial
- expressions exclude the directories ''build'', ''dist'' and ''nbproject/private''. Depending on your pr... ory, but not in subdirectories: <code> ^build$ ^dist$ ^nbproject/private$ </code> Only in the second ... in subdirectories: <code> ^[^/]+/build$ ^[^/]+/dist$ ^[^/]+/nbproject/private$ </code> In any direcotry: <code> (^|/)build$ (^|/)dist$ (^|/)nbproject/private$ </code> ==== Eclipse ==
- Android Backup @info:android
- ("adb: unable to connect for backup"), check the listing of connected devices: <code bash> adb devices </code> Which may result in a listing like this: <file> List of devices attached ???????????? no permissions </file> You can solve thi
- localeadm @info:solaris
- u can use localeadm. ===== Examples ===== ==== List Installed Locales ==== <code bash> localeadm -lc... rt can be found in /var/sadm/system/data/locales.list </code> ==== List Installable Locales ==== <code bash> localeadm -lc -d /mnt/Solaris_10/Product </co
- Android Apps @info:android
- tails?id=com.dg.gtd.android.lite|DGT GTD & To-do List]] * [[https://play.google.com/store/apps/detail... ore/apps/details?id=com.dynamicg.timerecording|Zeiterfassung]] {{tag>android app list recommendation}}
- MySQL: Create User @info:mysql:user
- AX_USER_CONNECTIONS 0 ; CREATE DATABASE IF NOT EXISTS `{db}`; GRANT ALL PRIVILEGES ON `{db}` . * TO ... Alternative: <code sql> CREATE DATABASE IF NOT EXISTS `dbname` DEFAULT CHARACTER SET = 'utf8'; GRANT A
- Command Line Tools Used in My Scripts @info:script
- Line Tools Used in My Scripts ====== This is a list of comman dline tools which I use in my scripts a... nd, grep, ps) which are always installed are not listed. ===== Audio/Video ===== * cdda2wav * cdr