Archive

Archive for the ‘unix/linux’ Category

Google Chrome OS

November 20th, 2009 No comments

Google Chrome OS

Google Chrome OS:

uname -a

Linux localhost 2.6.30-chromeos-intel-menlow #1 SMP Fri Nov 20 02:53:44 UTC 2009 i686 GNU/Linux

cat /etc/debian_version

squeeze/sid

dpkg -l

OUTPUT

lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.10 (development branch)
Release: 9.10
Codename: karmic

So full name:

Google Chrome OS (Cromium OS) – Ubuntu 9.10 Karmic Koala – Debian squeeze/sid 6.0 – Gnu/Linux

JSON File with Google Chrome settings:

/home/chronos/[user@gmail.com]/.config/google-chrome/Local State

Links:

Build Chromium OS

Download Google Chrome OS Virtual Machine (VMware and VirtualBox)

  • Categories: multimedia, unix/linux, web Tags: , , , ,

    FreeBSD issue with 40-pin IDE

    November 16th, 2009 No comments

    FreeBSD issue with 40-pin IDE

    Trying to install FreeBSD on a P4, using the sysinstall not make formatting the disk or partition. boot in Safe Mode, now sysinstall works, and you can install FreeBSD without any problems

    Booting using default and acpi off:

    ad1: WARNING READ_DMA UDMA ICRC ERROR (retyring request) LBA=NNN
    ad1: WARNING READ_DMA UDMA ICRC ERROR (retyring request) LBA=NNN
    ad1: WARNING READ_DMA UDMA ICRC ERROR (retyring request) LBA=NNN
    ad1: WARNING READ_DMA UDMA ICRC ERROR (retyring request) LBA=NNN
    ad1: WARNING READ_DMA UDMA ICRC ERROR (retyring request) LBA=NNN
    ad1: WARNING READ_DMA UDMA ICRC ERROR (retyring request) LBA=NNN
    ad1: WARNING READ_DMA UDMA ICRC ERROR (retyring request) LBA=NNN
    ad1: WARNING READ_DMA UDMA ICRC ERROR (retyring request) LBA=NNN
    ad1: WARNING READ_DMA UDMA ICRC ERROR (retyring request) LBA=NNN

    The system show this promt:

    mountroot>

    Booting in Safe Mode:

    FreeBSD/i386 (Amnesiac) (ttyv0)
    
    login:

    Works but i don’t want to always boot in Safe Mode.

    So searching in Google the answer, after a while searching, I going to IRC, one user told me that the problem was the 40-pin IDE cable, use one 80-pin:

    Change the IDE cable from 40 to 80.

    FreeBSD/i386 (Amnesiac) (ttyv0)
    
    login:

    by the way: It is the first time I install FreeBSD

    Categories: hardware, unix/linux Tags:

    Ubuntu 9.10 for Web Developers

    November 7th, 2009 No comments

    Ubuntu 9.10 for Web Developers

    # LAMP (Linux, Apache, MySQL and PHP)
    sudo apt-get install apache2 mysql-server php5 php5-mysql
    # phpMyAdmin, choose apache
    sudo apt-get install phpmyadmin
    # PostgreSQL
    sudo apt-get install postgresql php5-pgsql pgadmin3
    # Opera
    sudo apt-get install libqt3-mt
    wget -c "http://get3.opera.com/pub/opera/linux/1001/final/en/i386/opera_10.01.4682.gcc4.qt3_i386.deb"
    sudo dpkg -i opera_10.01.4682.gcc4.qt3_i386.deb

    Login problems using pgAdminIII and PostgreSQL:
    http://www.ubuntugeek.com/howto-setup-database-server-with-postgresql-and-pgadmin3.html

    Categories: database, develop, unix/linux, web Tags: ,

    OpenSolaris 2009.06 SAMP and Ext2/Ext3

    November 1st, 2009 No comments

    The second day I’m using OpenSolaris 2009.06

    # Install  Apache, MySQL and PHP on OpenSolaris
    pkg install amp
    pkg install webstack-ui
    # Read Ext2/Ext3 Filesystem 
    wget -c "http://www.belenix.org/distributions/belenix_site/binfiles/FSWpart.tar.gz"
    wget -c "http://www.belenix.org/distributions/belenix_site/binfiles/FSWfsmisc.tar.gz"
    gzip -d FSWpart.tar.gz | tar xvf -
    gzip -d FSWfsmisc.tar.gz | tar xvf -
    pkgadd -d . FSWpart
    pkgadd -d . FSWfsmisc
    # Mini HOWTO example
    prtpart # LIST Devices
    prtpart $DEVICE -ldevs # List parts of the device
    mount -F ext2fs /dev/dsk/c12t0d0p3 /root/linux
    umount /root/linux
    # Recursive grep (like grep -R on Gnu/Linux)
    find . -type f -exec grep "something" {} \;

    Categories: database, unix/linux, web Tags: ,

    OpenSolaris 2009.06 on Toshiba Satellite u205

    October 31st, 2009 No comments

    OpenSolaris 2009.06 on Toshiba Satellite u205

    I have a little time using Debian Squeeze on my Notebook today i decide to test OpenSolaris 2009.06

    - Wireless Works Fine :D
    - Some buttons no work (browser/music/play/stop/prev/next) :(
    - To lisen mp3 files, I need to register on fluendo. :|
    - To enable Flash on Firefox only download from adobe and move libflashplayer.so to /usr/lib/firefox/plugins :D

    Screens:

    Now I need to read [ http://dlc.sun.com/osol/docs/content/2009.06/getstart/ ]

    Switch to our mobile site