Tuesday, October 28, 2008

How to transfer files between two computers !!

Hi,
My next post will be related to the problem of transferring files between two nearby computers. As I have one desktop in home and laptop of my own, I always want to transfer files between them, so I will post the solution as and when I will get time to complete the search :) .

bye
Deepak

securing Website from HACKERS !!!

Hello folks,
As the Bitwise site is up now, I am trying to gather as much information as possible related to website hacking. Went through many articles, I am still running my search engine to know more ;) this article is a good one.

There are times when having a website of your own becomes inevitable. You can use it to be able to reach as many target customers as possible. After all, they are located in almost many parts of the world. You can display all your products and services in your website. But do you know that they can be a great area for hackers to play on? So how can you protect your website against hacking?

1. Protect your files with passwords. Surely, your website will contain scripts, database, and files that are not meant to be shared publicly but for perhaps the search engine bots. To avoid having anyone getting hold of them, it may be ideal to protect them with password. However, you have to make sure that these are very hard to decipher. This is because they can simply make use of a password-deciphering software. You can combine alphanumeric characters and exhaust all the character limits as much as possible.

2. Secure your e-mail address. There may be times when you will be receiving an e-mail address courtesy of your online business form. There are even others who will send a message directly into your mailbox. This may mean that spammers have got hold of your contact information perhaps in the Web or from someone else. To prevent this, you can make use of software that will split your e-mail address. It will then very hard for spamming software to read. You can also just add an E-mail Us link into your website or an image which can be clicked and allow your customers to send an e-mail right away. There’s no need to reveal the e-mail address.

3. Don’t leave e-mail addresses anywhere. Perhaps you’re thinking of marketing your website in forums and other public online networks. This is okay; however, you have to be very cautious. Hackers and spammers are very much interested of your e-mail address. You can make use of a bogus one, and simply add a link of your website in the signature.

4. Secure your source code. There are hackers who are interested in getting your source code to either destroy it or to build a website clone. That’s why it is very important that you can protect it against such individuals. You can make use of scripts that will allow your source code to remain hidden to Internet users. Or you can simply make use of external CSS sheets as well as files for Javascript.

5. Add a robot.txt. This is a special instruction you will give to search engines who may be visiting your webpages. You can instruct them to only index those files that are meant for users. You can also direct them to not index any that are only meant for webmasters. These may include files and images.

6. Check the permissions you may have set for your uploaded files. This is to prevent any hacker from getting access into your important and confidential files. You can confirm it by selecting CHMOD for your files located in the web hosting server. Otherwise, if you aren’t sure, then you can simply verify it from your webmaster.

7. Take away old or unnecessary files. It’s normal for search engines to keep files from your website, especially if they are being indexed. However, if you remove them from the server, then no one can access them anymore. It will not be obtainable for hackers and spammers.

8. Know your server. Your server is very essential as you basically keep all of your files there, and it will cause your website to run smoothly. Intruders, on the other hand, can add virus or malware into your system, thereby causing damage into your website. If you are running it on your own, you must know your server properly. This way, you can set the right security and permission level for your site.

bye bye
Deepak

PS: Some important & related links-
Link1
Link2

Wednesday, August 6, 2008

Using Perl

Perl express : its a gud software, it has editor, u can run script directly and very easy to install, no configuration required.

Monday, July 7, 2008

5 Tips for working with multiple worksheets

hello,
When the data increases, working with excel sheet can be a tedious job. There are some tips in the link, which helps working with different sheets.

http://office.microsoft.com/en-us/help/HA010429191033.aspx

Deepak

Thursday, April 10, 2008

Language Learning Tutorials

Tutorial for most of d languages -
Free Tutorials, gud collection

C Tutorial
C Tut 1
C Tut 2

C++ Tutorial
C++ for C Users
C++

Perl Tutorial
PERL

Python Tutorial
PYTHON

Java Tutorial
JAVA

Friday, April 4, 2008

Some Computer Science Concepts :)

1. Little Endian & Big Indian :
Click

2. Macros vs Inline functions :
Click

3. Stack & Heap Allocation :
Click

4. Semaphore Implementation :
Click1
Click2

5. What is a heap? :
Click

6. square root of 2 is irrational, proof :
Click

7. summation of infinite harmonic series - 1 + 1/2 + 1/3 + 1/4 + 1/5 + ........
Click

8. Interrupt - hardware & software interrupts

9. Parsing - Click

10. Symbol Table - Click

11. Hash Table - Click

12. Intermediate Language - Click

13. Context Free Grammar - Click

Tuesday, April 1, 2008

Difference between UK, England, Scotland....

Hi,
Most of us wrongly refer England as UK. But there is difference between two.
Following link explains it very well.
http://www.woodlands-junior.kent.sch.uk/customs/questions/britain.html

Deepak

Sunday, March 30, 2008

Software list for Windows

1. Adobe Acrobat
2. Adobe Flash Player
3. Adobe Fotoshop
4. Alarm clock by Dave Hudson
5. Alcohol 120%
6. AVA find
7. Cambridge Advanced Learner's Dictionary
8. Canon Camera
9. dc++
10. Feed reader
11. flv player
12. fritz 10
13. google talk
14. gtk 2.10.13 run time environment
15. Imdb-grab
16. Itranslator
17. Itunes
18. J2se : java 2 run time environment
19. Jcreator pro 3.5
20. K-lite Mega codec 1.52
21. Microsoft .NET framework
22. Microsoft office enterprise 2007
23. Microsoft visual studio 6.0
24. Motorola fone tools
25. Mozilla firefox
26. MyODBC
27. MySQL query browser 1.1
28. MySQL server 5.0
29. MySQL servers and clients 4.0.21
30. Nero 7 permium
31. NetBeans IDE 5.0
32. NOD32 Antivirus system
33. Perl express 2.5
34. Picasa 2
35. Python 2.5.1
36. SSh secure shell
37. Sudoku
38. GIMP 2.2.17
39. VideoLAN VLC media player 0.8.4a
40. WAMP 5.1.7.2
41. Web Content Extractor 3.0
42. Web Stripper
43. Weka
44. Winrar
45. Xampp 1.6.3a
46. Yahoo Messenger
47. ZZEE PHP GUI 2.1.1

mounting windows directory in Ubuntu :)

This link has all the commands and information for doing this :
http://www.psychocats.net/ubuntu/mountwindows

deepak

Thursday, March 27, 2008

Monday, January 28, 2008

odbc connection via C program in windows

install gcc compiler
install MyODBC-3.51.11-2-win

paste sql.h, sqlext.h, sqltypes.h in the include folder
paste libodbccp32.a, libodbc32.a in lib folder

configure windows settings as per:: configuration link

compiler your c program with:
gcc testprogram.c -lodbc32

and u r done
cheers!!

Wednesday, January 23, 2008

jdbc + MySql

one good link for installation of mysql server, mysql-connector/java, some configuration details and simple java program illustrating use of jdbc ::

http://www.developer.com/java/data/article.php/3417381

bye