- Details
- Written by: Stanko Milosev
- Category: Instalation
- Hits: 5309
With testing in Oracle VirtualBox first I must to make changes as it is described here:
In /etc/inittab change
id:3:initdefault: [...] x:5:respawn:/usr/bin/xdm -nodaemon
To:
id:5:initdefault: [...] x:5:once:/bin/su - -- PREFERRED_USER -l -c '/usr/bin/startx </dev/null 2>&1'
Then I have to switch run level through GRUB as it is described here:
In /boot/grub/menu.lst find the Arch section (the default is '# (0) Arch Linux'):
# (0) Arch Linux title Arch Linux root (hd0,0) kernel /vmlinuz-linux root=/dev/sda3 ro initrd /initramfs-linux.img
Change the kernel line to:
kernel /vmlinuz-linux root=/dev/sda3 ro 5
and then finally I should do as it is described here:
Edit /etc/inittab and find the line that looks like similar to this one (delete # sign)
x:5:respawn:/usr/sbin/gdm -nodaemon
- Details
- Written by: Stanko Milosev
- Category: Oracle VM VirtualBox
- Hits: 5019
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: 8275
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