mount_point cannot contain the following characters: newline, G_DIR_SEPARATOR (usually /)

April 29th, 2009

We recently ran accross a problem while mounting an HFS+ drive on Ubuntu Desktop (Hardy Heron) and fortunately were able to find a quick fix on the net.

While trying to mount the HFS+ drive with RW permissions, we specified the mount point “/media/MacintoshHD” and included “rw” as one of the mount options. Apparently, Hardy doesn’t like this very much and will refuse to mount the drive and returns the error each and every time you try to mount the drive.

To fix this, open up the Configuration Editor by entering the following command in Terminal:

gconf-editor

The Configuration Editor opens up and shows you an easy-to-read two-pane window. On the left pane, goto system > storage > volumes and select the device listed. On the right pane you’ll see all the mount options. Delete all the values you see, exit Configuration Editor and disconnect your drive. Plug your drive back in and voila!

Now to get RW permissions on the drive…

Author: admin Categories: Uncategorized Tags:

bin file to avi veya iso

April 29th, 2009

But first you need to convert the BIN/CUE combo to an ISO
to do this there is a program in the repos called

bchunk

Author: admin Categories: Uncategorized Tags:

Nero dan iso ya çevir

April 29th, 2009

iat
Iso9660 Analyzer Tool v0.1.3 by Salvatore Santagati
Licensed under GPL v2 or later

Web     : http://developer.berlios.de/projects/iat
Email   : salvatore.santagati@gmail.com
Irc     : irc.freenode.net #ignus

Usage   : iat  input_file [output_file.iso]

If output file name is not defined,  then stdout will be used instead.

Options :
-h            Display this notice

Author: admin Categories: Uncategorized Tags:

encode to Macromedia Flash format

April 29th, 2009

mencoder Appaloosa_CD1.avi-0010 -o output.flv -of lavf -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3

mencoder input.avi -o output.flv -of lavf \
-oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc \
-lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3

Author: admin Categories: Uncategorized Tags:

Spliting video

April 29th, 2009

transcode has a utility called avisplit (man avisplit for help) that will nicely split your original 1 GB avi file according to your size parameters. Then convert the avi segmentsinto mpeg.

avisplit -i Appaloosa_CD1.avi -s 20

transcode

you can use mencoder to encode the first half of the video into the same format, then do the same for second half, do a man mplayer and read options.

ffmpeg -i input.mpg -ss 00:00:10 -t 00:00:30 out1.mpg -ss 00:00:35 -t 00:00:30 out2.mpg

Author: admin Categories: Linux, Ubuntu Tags:

Merhaba

April 22nd, 2009

Merhaba ile başlar ilk tanışmalar. Nasıl devam edeceğini ise bilemeyiz çoğu zaman.. Bazen çok iyi gider bazen de kötü.. Yaşamak lazım görmek için getirecekleri

Author: admin Categories: denemeler Tags:

How to add Ubuntu 8.04 to win server 2003 Active Directory Domain

April 22nd, 2009

Ubuntu
How to add Ubuntu 8.04 to win server 2003 Active Directory Domain

http://www.ubuntugeek.com/how-to-add-ubuntu-804-to-win-server-2003-active-directory-domain.html

How to Integrate windows Active Directory and Samba in Ubuntu
http://www.ubuntugeek.com/how-to-integrate-windows-active-directory-and-samba-in-ubuntu.html

Ubuntu Server:Install GUI and Webmin in Ubuntu 8.10 (Intrepid Ibex) Guide

http://www.ubuntugeek.com/ubuntu-serverinstall-gui-and-webmin-in-ubuntu-810-intrepid-ibex-guide.html

The Perfect Server – Ubuntu Intrepid Ibex (Ubuntu 8.10)
http://www.howtoforge.com/perfect-server-ubuntu-8.10

Author: admin Categories: Linux, Ubuntu Tags:

How to play ape in ubuntu

April 22nd, 2009

Play ape
You can use mplayer if not loaded

sudo apt-get install mplayer

$ mplayer file.ape

Author: admin Categories: Internet, Linux, Ubuntu Tags: