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
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:
LaTeX Information and tips
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
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 [...]
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
Stop prompt for username/password from windows machine when accessing a GnuLinux share
LOGIC SYNTHESIS OF VLSI CIRCUITS stanford class site
Continue reading about EE318 LOGIC SYNTHESIS OF VLSI CIRCUITS



