- Details
- Written by: Stanko Milosev
- Category: Oracle VM VirtualBox
- Hits: 5757
After installing as it is described here execute:
yaourt -S virtualbox-ext-oracle
For USB 2.0 and install USB device under setting in VirtualBox
- Details
- Written by: Stanko Milosev
- Category: Linux
- Hits: 8967
Few commands which I am using this moment:
top - to display running processes
pgrep chrome | xargs kill - to kill all chrome processes
whereis - locate the binary, source, and manual page files for a command
ifconfig - I am using this command to get my IP address
- Details
- Written by: Stanko Milosev
- Category: Linux
- Hits: 11090
Copy paste from here:
The vertical bar character is used to represent a pipe in commands in Linux and other Unix-like operating systems. A pipe is a form of redirection that is used to send the output of one program to another program for further processing.
Example which I use to kill all chrome instances: