Archive by Author
SEO My Notes
Posted on 29. Jun, 2010 by sabin.
http://www.google.com/support/webmasters/bin/answer.py?answer=35769#3 http://www.webhostingtalk.com/wiki/White_hat,_black_hat,_and_gray_hat_SEO http://www.googleguide.com/google_works.html http://www.blackhatseo.com/ (one of the best) http://www.searchengineoptimising.com/glossary/seo-glossary-of-terms/display/1/all-terms http://www.smashingmagazine.com/2007/06/05/google-pagerank-what-do-we-really-know-about-it/ http://www.seochat.com/seo-tools/ http://www.rankingtoday.com/seo/ http://www.linkpopularity.com/ http://www.seomoz.org/dp/the-internet-marketing-handbook http://www.youtube.com/GoogleWebmasterHelp#p/c/B52807846359D2EA https://sites.google.com/site/webmasterhelpforum/en/faq–crawling–indexing—ranking#not-indexed http://seo-optimization-tips-tools.blogspot.com/2009/03/vtc-seo-optimization-training-tutorial.html (Video Tutor) http://www.mattcutts.com/blog/type/googleseo/ (programmer of google site) http://www.ninebyblue.com/blog/social-media/should-restaurants-care-about-local-search/ (programmer of google) http://googlewebmastercentral.blogspot.com/search/label/webmaster%20guidelines (google seo blog must view all the videos) http://www.seoresource.net/Search-Engine-Optimization.htm http://www.chromaticsites.com/blog/9-practical-tips-for-building-your-website-authority/ http://www.scriptol.com/seo/faq/ (Very Nice One) ================ My Notes http://www.googleguide.com/google_works.html http://websearch.about.com/od/seononos/a/spamseo.htm http://www.pushon.co.uk/articles/top-5-white-hat-and-black-hat-search-optimisation-techniques/ status code 302 http://www.seoglossary.com/cat/H#681 meta tag [...]
Continue Reading
Successful Freelancing for Web Designers Notes
Posted on 28. Jun, 2010 by sabin.
Successful Freelancing for Web Designers Notes Essential Habits of an Effective Professional Freelancer (Rob Smith) Common Questions of Web Designers (Andy Rutledge) The Designer Who Delivers (Aurimas Adomavicius) Critical Mistakes Freelancers Make (Robert Bowen) The Importance of Customer Service (Robert Bowen) Creatively Handling the Admin Side of Freelancing (Robert Bowen) Pitching Like a Pro (Cameron [...]
Continue Reading
SEO FAQ
Posted on 15. Jun, 2010 by sabin.
SEO Frequently Asked Questions Questions about Google’s PageRank, and ranking in general, and how to gain some points, by natural ways, without to use bad practices as cloaking and spamming and other forbidden artifacts that may lead you to the black list… General questions How do I know if my pages are indexed by Google? How [...]
Continue Reading
linux admin note
Posted on 02. Jun, 2010 by sabin.
Syslog QUOTA NFS Samba SSH TELNET SQUID BIND SENDMAIL POSTFIX PROXY HTTPD FTP DHCP YP LDAP PPPD NTP MRTG TRIPWIRE PAM Password Security Encryption Process security firewall xinetd, tcp_wrappers iptables security tools PortForwarding selinux ======================================================================== Libarary source | compiler | Object code | linkear | staticlibrary,Dynamic library,statically linked executable code, Dynamically linked executablecode | loader [...]
Continue Reading
The Future OF User Interfaces
Posted on 04. Mar, 2010 by sabin.
Citation of Interesting article written by Cameron Chapman about the Future of User Interfaces. User interfaces—the way we interact with our technologies—have evolved a lot over the years. From the original punch cards and printouts to monitors, mouses, and keyboards, all the way to the track pad, voice recognition, and interfaces designed to make it [...]
Continue Reading
System integrity using Files, Permissions, Processes, Root and Sudo
Posted on 04. Mar, 2010 by sabin.
To be a good in system administration, we have to understand the basics of files, processes and permissions of our Linux/Unix hosts. Therefore, in this article, we will cover the basic stuffs regarding files, processes, permissions, the SUPERUSER “root” account and the sudo program. Every file and process on a Linux/Unix system is owned by [...]
Continue Reading
RMAN BACKUP AND RECOVERY PRACTICE WITH RAC AND ASM
Posted on 25. Mar, 2008 by sabin.
Check the configuration parameters of Rman. Connect to Rman without catalog. Controlfile is used to store Rman metadata: You need to set the environment before invoking Rman: ORACLE_BASE=/u01/app/oracle ORACLE_HOME=$ORACLE_BASE/product/11.1.0/db_1 ORA_CRS_HOME=/u01/app/crs ORACLE_PATH= $ORACLE_BASE/common/oracle/sql:.:$ORACLE_HOME/rdbms/admin ORACLE_SID=mars1 $rman target / nocatalog RMAN> show all; RMAN>exit; ———————————– rmanbackupconf.sh rman target / nocatalog <<EOF CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # [...]
Continue Reading
Configure Cisco Router
Posted on 20. Mar, 2008 by sabin.
Configure Password ——————– 1. Change to global mode: config t 2. To Set enable password: enable password “chicagotech’ 3. To set secret password: enable secret “ms-mvp” Note: 1: Enable secret password is encrypted by default. Enable password is not. 2: If both enable secret and enable password are specified, the enable secret overrides the enable [...]
Continue Reading
CentOS Installing Audio Video
Posted on 18. Mar, 2008 by sabin.
http://centos.karan.org/el4/extras/stable/i386/RPMS/repodata/repoview/Applications.Multimedia.group.html # yum info xmms # yum install xmms-mp3 http://rpm.pbone.net/index.php3/stat/4/idpl/1703961/com/bmp-0.9.7-0.lvn.3.3.i386.rpm.html None of RedHat distributions ships with MP3 support because patent issues. In CentOS 4 you have 3 choices: a) Use Rhythmbox: in my opinion, I don’t recomended this option. This program crash a lot !. For put MP3 support download and install this RPM: http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/3/gstreamer-plugins-extra/gstreamer-plugins-extra-audio-0.8.6-2.1.fc3.fr.i386.rpm [...]
Continue Reading
Repair Centos 5 lvm filesytem
Posted on 12. Mar, 2008 by sabin.
1) linux rescue 2) skip mounting and go to command prompt 3) Run the following command to activate the LVM partition lvm vgchange -a y 5)You should be able to address the activated LVMs. If you have trouble with their naming, run: lvm lvscan 6) check the partition fdisk -l 7) Check and repair each [...]
