Getting ScribeFire work with Drupal
- Log in as Drupal administrator. Go to Administration--> Site building--> Modules (?q=/admin/build/modules in your browser's locationbar).
- Enable the Blog API module.
- Go to Administration--> Site configuration--> Blog APIs (?q=/admin/settings/blogapi). Check at least one content type that is considered a blog entry (typically story, blog entry). Save.
- Fire up ScribeFire. Launch the Account Wizard in the right side of the ScribeFire window (or click "Add" if you already have set up some accounts previously).
- In the Wizard: click "Manually Configure", select "Custom Blog", click "Next", select "Drupal" blog system type, type in your domain (http://yoursite.com/xmlrpc.php), click "Next", enter your username, password, click "Next", click "Done".
indic touch to drupal
$plugins['akindicplugin'] = array(); $plugins['akindicplugin'] ['theme_advanced_buttons3'] = array('akindicplugin'); return $plugins; }

The Making of Kashipur.in 2nd Anniversary Special
Installing Oracle9i on Linux
Pre-Instalation Tasks
1. Create oracle User Account
Login as root and create te user oracle which belongs to dba group.
su -
# groupadd dba
# useradd -g dba oracle
# mkdir /home/oracle
# chown oracle:dba /home/oracle
2. Setting System parameters
Edit the /etc/sysctl.conf and add following lines:
kernel.sem = 250 32000 100 128
kernel.shmmax = 2147483648
kernel.shmmni = 128
kernel.shmall = 2097152
kernel.msgmnb = 65536
kernel.msgmni = 2878
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
Note: You need execute “sysctl -p” command or reboot system to apply
above settings.
Edit the /etc/security/limits.conf file and add following lines:
* - nproc 16384
* - nofile 16384
3. Setting Oracle Enviroment
Edit the /home/oracle/.bash_profile file and add following lines:
Settings for SuSE 9.1, 9.2 and 9.3 only. For SuSE 10.1 use the next
settings.
ORACLE_BASE=/opt/oracle
ORACLE_HOME=$ORACLE_BASE/920
ORACLE_SID=MY_ORACLE
LD_LIBRARY_PATH=$ORACLE_HOME/lib
LD_ASSUME_KERNEL=2.4.1
PATH=$PATH:$ORACLE_HOME/bin
export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH PATH
LD_ASSUME_KERNEL
Settings for SuSE 10.1 only. For SeSE 9.1, 9.2 and 9.3 use the above
settings. Note setting of LD_ASSUME_KERNEL in 10.1 will cause incorrect
functionality of OS.
ORACLE_BASE=/opt/oracle
ORACLE_HOME=$ORACLE_BASE/920
ORACLE_SID=MY_ORACLE
LD_LIBRARY_PATH=$ORACLE_HOME/lib
PATH=$PATH:$ORACLE_HOME/bin
export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH PATH
Save the .bash_profile and execute following commands for load new
enviroment:
cd /home/oracle
. .bash_profile
4. Create base directory for Oracle
Login as root and create base directory for Oracle ($ORACLE_BASE).
su -
# cd /opt
# mkdir oracle
# chown oracle:dba oracle
Download & Install
1. Download and install required .rpm packages
Some additional packages are required for succesful instalation of
Oracle software. To check wheter required packages are installed on your
operating system use following command:
rpm -q gcc glibc-devel libstdc++ libstdc++-devel cpp
If some package is not installed download it from SUSE ftp server or
direct from 9.1, 9.2, 9.3 locations or install it from installation media.
Download the gcc_old-2.95.3-175.2.i586.rpm package.
Install the required packages using the rpm command:
# rpm -ivh gcc-3.3.4-11.i586.rpm \
glibc-devel-2.3.3-118.i586.rpm \
libstdc++-3.3.4-11.i586.rpm \
libstdc++-devel-3.3.4-11.i586.rpm \
cpp-3.3.4-11.i586.rpm \
compat-2004.9.6-2.i586.rpm \
gcc_old-2.95.3-175.2.i586.rpm
If all required packages were installed succesfuly then login as root
and switch the GCC3 compiler binary with GCC2 compiler binary as following:
su -
# cd /usr/bin
# mv ./gcc ./gcc3
# mv /opt/gcc295/bin/gcc ./gcc
2. Download the Java Runtime Enviroment (j2re-1_3_1_15-linux-i586.bin)
from the Sun website. Keep in mind you need to download j2re1.3.1_11 or
higher (Note: Install JRE 1.3.1_1x version only).
Login as root and make the the file executable and then execute it.
When the JRE is exracted move the “jre1.3.1_15″ di rectory to “/opt”
directory.
# chmod +x j2re-1_3_1_15-linux-i586.bin
# ./j2re-1_3_1_15-linux-i586.bin
# mv jre1.3.1_15 /opt/
3. Download the Oracle 9i (9.2.0.4) software from Oracle website.
Extract the files using following command:
gunzip ship_9204_linux_disk1.cpio.gz
gunzip ship_9204_linux_disk2.cpio.gz
gunzip ship_9204_linux_disk3.cpio.gz
cpio -idmv < ship_9204_linux_disk1.cpio
cpio -idmv < ship_9204_linux_disk2.cpio
cpio -idmv < ship_9204_linux_disk3.cpio
When all archives were extracted you’ve got three directories Disk1, Disk2 and Disk3.
Edit the Disk1/install/linux/oraparam.ini and modify JRE_LOCATION variable and set path to our JRE installation from
Step 2. JRE_LOCATION=/opt/jre1.3.1_15 4.
Start the Oracle software installation process. Now the system is prepared for Oracle software installation. To start the installation process execute the following commands:
cd Disk1 ./runInstaller When network configuration assistant and database configuration assistant has failed during startup then do following steps:
cd /opt/oracle/920 rm JRE ln -s /opt/jre1.3.1_15 JRE
su -
# cd /opt/oracle/920/JRE/bin
# ln -s java jre
# cd i386/native_threads
# ln -s java jre Click on “Retry” button.
Post-Instalation
Tasks 1. Switch back the GCC binaries su -
# cd /usr/bin
# mv ./gcc ./gcc296
# mv ./gcc3 ./gcc 2.
Change of JRE path in Oracle Universal Installer Edit the $ORACLE_BASE/oui/oraparam.ini file and modify the value of JRE_LOCATION to /opt/jre1.3.1_15 3.
thats it
Google :Ten years and counting
phpcamp pune 2008
phpcamp was one of the most awaited camp for me as i had started using php this year only, it was scheduled on 20th September 2008 i was planning a talk for beginners in it since long and on 19th in the evening i came to know that i have to be in college on 20th i was highly disappointed then i decided that i will try to schedule my talk in the first half of the event and leave around 12.
As planned i reached the venue early and checked the projectors and instructed varun to put my talk on the wiki when its up (in an unconference the speakers have to put up the name on the wiki only when event starts), as i was on the 4th floor setting up the things but he just forgot to write my name when i returned from the 4th floor the wiki was open and varun was on the reception he said Oh!. i rushed to the wiki and found the thread for 4th floor was empty i filled in my name now my talk was scheduled @ 10:15 but due to delays in introduction round on the 7th floor it started @ 10:40 AM.
The topic for the talk was "Websites in Moments" which was for 40min the talk went on well in the starting the crowd was less but in 10mins the unconference hall was full i presented the talk then demonstrated Drupal it went on very well, people asked lot of questions hopefully i was able to answer most of them. While i was in my talk, i heard gune sirs voice in background he was there but was unable to see him as he was there for only a moment varun clicked a photo when he was there.
Most interesting part was when i finished my talk few people came out and asked for which company i work, i just said " I am a Student!!" and they were shocked then i gave my mail address to them.
It was raining hard i was in hurry as i had to reach college but waited for the rain to stop and then took Nishanth with me and returned back was there in college well in time. in the evening gune sir told we saw me in the talk for some time and it was good.

phpcamp
Kashipur.in completing 2 Years this October.
phpcamp 2008

find .