Jai Bharat on October 30th, 2004

How to set up ssh so you aren’t asked for a password

ssh-keygen -t rsa

Continue reading about Set up ssh with no prompt for a password

Jai Bharat on October 30th, 2004

The preview-latex package
Cool! now I don’t have to generate ps/pdf just to preview the document. Very cool.
Here is the snapshot from my report:

Continue reading about The preview-latex package

Jai Bharat on October 30th, 2004

LaTeX Information and tips

Continue reading about LaTeX Information and tips

Jai Bharat on October 30th, 2004

One click backup of WordPress files and database (from readme, this is for Wp 1.2 only):

Get “wp_backup”
unzip
Make a directory inside your WordPress folder and name it backup

Assign write permissions to the backup folder you just created
Copy all included files (except readme.txt) to your wp-admin folder
Open menu.php in your wp-admin folder and find this line:
array(__(’Users’), 3, [...]

Continue reading about One click backup of WordPress 1.2 files and database

Jai Bharat on October 30th, 2004

Related post plugin for Wordpress ( from readme )

Get WordPress Related Entries plugin
Add a full text index to your wp_post table:
ALTER TABLE `wp_posts` ADD FULLTEXT `post_related` (`post_name` , `post_content`);

Copy recent-post.php in your /wp-content/plugins/ directory.
Activate the plug-in through WP interface.
Put the following lines in your index.php, where your want related posts to appear:

<?php if [...]

Continue reading about Related post plugin for WP

Jai Bharat on October 30th, 2004

Importing Blogger Entries Into WordPress
Completed importing all posts from blogger to wordpress.

Import script creates new user(s). I merged all users into one using mysql script:
UPDATE wp_posts SET post_author = 1 WHERE post_author = 2

Continue reading about Importing Blogger Entries Into WordPress

Jai Bharat on October 29th, 2004

Stop prompt for username/password from windows machine when accessing a GnuLinux share

Continue reading about Samba settings

Jai Bharat on October 29th, 2004

LOGIC SYNTHESIS OF VLSI CIRCUITS stanford class site

Continue reading about EE318 LOGIC SYNTHESIS OF VLSI CIRCUITS