I always loved pine ,for its jus too simple.
Today i figured it out how to read my emails in Gmail through pine
* start pine by the command pine
*M->S->C ( Main menu->Setup->Config)
*Set the inbox-path variable to {pop.gmail.com/pop3/ssl/user=username@gmail.com}inbox
*For sending mails
set the smtp-server variable to smtp.gmail.com/user=username@gmail.com
and now access inbox and you will have your gmail mails ready :)
PS : If someone tell me how to access other labels fom pine
[tags]pine,gmail[/tags]
Yes ,2007 is finally here leaving behind the miseries of 2006 and a bag full of hope for a new begining .
I wish everyone a very Happy and a Prosperous New year.
May the coming year bring a lot of joy ,success and happiness in to everyone`s life .
[tags]new year,2007[/tags]
*Get the packaged you need
sudo apt-get install squahfs-tools mkisofs
*Load the squashfs
sudo modproble squashfs
create a iso image of Dapper CD
* confirm that cdrom is not mounted ,if it is then
sudo umount /cdrom
* dd if /dev/hdc of=/pathtoiso/image.iso
else dd if /dev/cdrom of=/pathtoiso/image.iso
* Create a working directory
mkdir ~/custom
* move the iso to custom
mv /pathtoiso/image.iso ~/custom
cd ~/custom
* mount the image.iso
mkdir mnt
sudo mount -o loop image.iso mnt
* get the contents of iso in to a local dir
mkdir extract
rsync –exclude=/casper/filesystem.squashfs -a mnt/ extract
*Mount squashfs
mkdir squahfs
sudo mount -t squashfs -o loop mnt/casper/filesystem.squashfs squashfs
mkdir tmp
sudo cp -r squashfs/* edit
*Mount the root
sudo chroot edit
mount -t proc none /proc
mount -t sysfs none /sys
export HOME=/root
*Customization
Now you have all the settings ready and you can readily customise by apt-get
for eg, to add mplayer
sudo apt-get install mplayer
*The default backgrounds and splashscreens can be simpley copied .
*Edit LiveCD user
sudo vi edit/usr/share/initramfs-tools/scripts/casper-bottom/10adduser
sudo vi edit/usr/share/initramfs-tools/scripts/casper
*Cleanup
rm -rf /tmp/*
umount /proc
umount /sys
exit
chmod +w extraxt/casper/filesystem.manifest
sudo chroot edit dpkg-query -W –showformat=’${Package} ${Version}\n’ > extract/casper/filesystem.manifest
sudo cp extract/casper/filesystem.manifest extract/casper/filesystem.manifest-desktop
sudo sed -ie ‘/ubiquity/d’ extract/casper/filesystem.manifest-desktop
sudo mksquashfs edit extract/casper/filesystem.squashfs
sudo vim extract-cd/README.diskdefines
*Generate new md5sum
sudo -s
rm extract/md5sum.txt
(cd extract && find . -type f -print0 | xargs -0 md5sum > md5sum.txt)
exit
*Create the iso
cd extract
sudo mkisofs -r -V “$IMAGE_NAME” -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o ../custom.iso .
*You can test the cd by
qemu -cdrom custom.iso -boot d
*Burn the iso using k3b or nautilus-cd-burner
or
cdrecord dev=/dev/hdc custom.iso
[tags]ubuntu,customize,livecd,pengufest,glugt[/tags]
With pengufest coming soon ,
we wanted to create a custom distro, just one CD/DVD that will have flash/java/mp3 support .It is needed for most of the junta living in hostels which dont have a net connection.
With pengufest we hope to give users a complete Linux Distro that the user can readily install and do all the works which he would do with the M$ .
The Packaging we plan is as follows :
* Ubuntu based
* support for mp3 ,mplayers,xine
* flash 9
* Java with eclipse
* all development tools
glade,monodevelop,python-modules,ruby,devhelp,anjuta,nvu
* LIVE CD/DVD
* Free e-books
byteofpython,diveintopthon,rubydocs and many other popula free e-books and
documentation
[tags]pengufest,glugt[/tags]


