Oct
29
2008
0

Install Virtualbox (2.x, 1.6.x) with USB support in Ubuntu 8.04, 8.10

1,934 views
  • sudo dpkg -i virtualbox-2.0_2.0.2-36488_Ubuntu_hardy_xxxx.deb # Install the package (change the version to suit your needs)
  • sudo groupadd vboxusers # Add the "vboxusers" group (seems to be already created by the current (>1.6.2) virtualbox install process)
  • sudo usermod -G vboxusers -a $USER # Add users who will be using the program to the "vboxusers" group. Add more users after $USER
  • To get USB support, you just need to execute the following code:
    echo "none /proc/bus/usb usbfs devgid=$(grep plugdev /etc/group | sed 's/plugdev:x:\(.*\):.*/\1/'),devmode=664 0 0" | sudo tee -a /etc/fstab
  • sudo /etc/init.d/vboxdrv setup # Run the Virtualbox kernel setup routine
  • Logout and Login again # for the changes to take effect.

Credit: ubuntuforums.org

Written by Pipo in: Ubuntu |
Oct
16
2008
1

Share folder between Ubuntu, XP, Vista with Samba

5,056 views

Share folder from Ubuntu
Install Samba
{smartads}

$ sudo apt-get install samba

Edit config

$ sudo nano /etc/samba/smb.conf

(more...)

Written by Pipo in: Ubuntu | Tags: ,
Oct
16
2008
2

มาหาเงินจากการ แจก link ดาวน์โหลดกันดีกว่า

2,391 views

ปกติทำเวปหรือเขียน blog ที่ต้องส่ง link ให้คนอื่นมาดาวน์โหลดนั้น
ถือเป็นเรื่องปกติอยู่แล้ว แทนที่จะปล่อยไว้เฉยๆ มาทำเงินจาก link พวกนี้ดีกว่า

ผมได้เงินมาแล้ว 5 ครั้งจ่ายด้วย PayPal ครับ

(more...)

Written by Pipo in: Misc | Tags: , ,
Oct
15
2008
0

change desktop folder in gnome

1,362 views
$ sudo gedit ~/.config/user-dirs.dirs

Written by Pipo in: Ubuntu |
Oct
15
2008
0

remove partition from places menu

1,187 views
$ sudo gedit ~/.gtk-bookmarks

Written by Pipo in: Ubuntu |
Oct
15
2008
0

Unable to determine CPU Frequency

3,640 views

1. Edit file /etc/fstab
linprocfs /compat/linux/proc linprocfs rw 0 0

2. as root run:
kldload linprocfs

3.after this run:
mount /compat/linux/proc

Written by Pipo in: FreeBSD & Linux |
Page 1 of 212

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes