Administration

 ◊  Mounting bluetooth that have OBEX capable transfer

by danang.wijanarko@gmail.com,

 

What ?

This small device, like your mobile phone have the capability to store some document and transfer it to other device, mostly it will also supporting the OBEX protocol. If you want it easier then, just mount it and browse them. This trick is mean to do just like that. Yes !!! just like that !!!

How ?

Install the appropriate software:

root@d1x:~# apt-get install obexfs bluetooth

Scan the device:

root@d1x:~# hcitool scan
Scanning ...

 ◊  Customize DVD installer SOLARIS SPARC

by danang.wijanarko@gmail.com,

 

Overview

You will need to tweak this installer if you play with a bloddy development or testing purpose or might you have some work or job tobe unconditionaly not a way of standar.

What & What

Creating custom DVD installer boot sparc solaris

1. Create a directory where the data you will put in the DVD
mkdir /custom_dvd
2. Extract slice 0 from the original DVD solaris installer (Slice 0 is the data container), you can mount the DVD and copy all the content
mount /cdrom
cp -a /cdrom/* /custom_dvd
3. Create / modify the following file in /custom_dvd/.install_config/ directory:
- rules.ok
vi /custom_dvd/.install_config/rules

 ◊  Setting rsync server in Debian Squeeze

by danang.wijanarko@gmail.com

 

What is this ?

It is only a note when you're getting older and older, your hair just more soft and white, your mind slowly go blank. There, you might need some note to do some simple stuff because you don't have memory left to remember old puff things. "RSYNC".

Obviously, you need a "DEBIAN" box like what i have.

Server

root@nermus:~# apt-get install rsync
root@nermus:~# cp /usr/share/doc/rsync/examples/rsyncd.conf /etc/
root@nermus:~# vi /etc/rsyncd.conf
...
# GLOBAL OPTIONS
pid file=/var/run/rsyncd.pid

 ◊  Making USB working on VirtualBox @ Debian

by danang.wijanarko@gmail.com

 

When you've done installing VirtualBox, and you will see that finally the USB device is listed, but now you can not access it, so how to doit ?

Don't forget to add the user to vboxusers group.

Debian manage to have the device permission and grouping a litle bit different, so here what you'd like to go.

Edit /etc/fstab and add:

...
none /proc/bus/usb usbfs devgid=<XXX>,devmode=664 0 0
...

Change <XXX> to be a group you are a member of, vboxusers is a natural choice (cat /etc/group | grep vboxusers) use the number there).

 

- d

"Bekatul Port" Personal Enterprise Number (PEN) registered @ IANA OID

ASN.1 Notation: {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 30347}

Dot Notation: 1.3.6.1.4.1.1.30347

IRI Notation: oid:/ISO/Identified-Organization/6/1/4/1/30347

Syndicate content