How To Make A Talking Script
Interesting Articles — 645 days ago
This tutorial will help you make a little script that talks what you enter. 1. Open Notepad and paste the following code: Dim msg, sapi msg=InputBox(“Enter your...
| Freshers Walkins | |
| Bank Jobs | |
| Government Jobs |
Interesting Articles — 645 days ago
This tutorial will help you make a little script that talks what you enter. 1. Open Notepad and paste the following code: Dim msg, sapi msg=InputBox(“Enter your...
Interesting Articles — 645 days ago
Software is at the very heart of any modern startup. The business ideas, new utilities for society and the next big thing all boil down to code. If the code is good, the...
Interesting Articles — 645 days ago
Whenever we discuss quantities of data, we tend to do it in the abstract. We speak of a kilobyte, or a megabyte or a gigabyte without really knowing what it represents. The...
Intresting Links — 663 days ago
3D MAX: 3d Max Studio Tutorials.zip Flash: Better3DFlash5-simple.zip BLUR.ZIP brokenFlag.zip circularMenu.zip egoloader.zip Hidden_-JLampitt-552.zip MorningSky.zip...
Intresting Links — 670 days ago
Here is the interesting website I found last night in which you can directly search for the book name. Follow the below link. Find It At Any Cost –...
Tech Titbits — 690 days ago
1. Limit News Intake to twice a day, Including Google Reader & News Sites Straight from the four hour workweek. Let’s be real: Your minute-to-minute life...
Tech Titbits — 698 days ago
Yesterday, I started down the road of learning to develop in Perl. Came up with the idea of updating my OpenBSD firewall badhosts table with the DShields recommended IP...
Tech Titbits — 698 days ago
Perl script: It is used for searching log files. Failed SSH connectionsAccepted SSH connectionsWebsites accessed (successfully) though a squid proxy Its a very basic...
Tech Titbits — 698 days ago
I need to monitor everyone login server [assume -> linux OS] and “opened” status: How? use “root” user =>
Tech Titbits — 698 days ago
#!/usr/bin/perl # ########################################################## # MGB <= 0.5.4.5 Exploit # Vulnerability...
Tech Titbits — 703 days ago
iptables is a user space application program that allows a system administrator to configure the tables provided by Xtables (which in turn uses Netfilter) and the chains...
Intresting Links — 703 days ago
Basic Topics and Schedule Only the topics that have dates will be covered as part of the course. You need submit homeworks only for the topics that have dates. The...
Intresting Links — 703 days ago
If you are so passionate about your work that you border on obsessed, you might find it near impossible to turn work off. This is especially so in the web age, when you can...
Tech Titbits — 708 days ago
Useful Find(s) find text in a file and show filename / line number find /fred -exec grep -inH “something” {} \; | more find old user/group ID and rename it to a...
Tech Titbits — 708 days ago
Securing inetd, hosts.allow, and hosts.deny Do we want to let people in ? tcp_wrappers: First lets open /etc/inetd.conf Here’s an example inetd.conf from my desktop...
Intresting Links — 722 days ago
Check this link, which is embed with others Here it is the link, http://cbt.googletoad.com/ CBT.GOOGLETOAD
Intresting Links — 733 days ago
Programming Quotations: A If you can’t be a good example, then you’ll just have to be a horrible warning. Catherine Aird And the users exclaimed with a laugh...
Intresting Links — 733 days ago
A complete fast reference guide for who are aware on programming languages like HTML, PASCAL, JAVA, PERL etc., A sample about ADA PROGRAMMING LANGUAGE , The Ada language is...
Intresting Links — 733 days ago
Dictionary of Algorithms and Data Structures: This is a dictionary of algorithms, algorithmic techniques, data structures, archetypal problems, and related definitions....
Interesting Articles — 772 days ago
PREPARING FOR THE INTERVIEW An interview is your opportunity to sell yourself. It is during this time that you can showcase your talents, abilities and knowledge. Be...
Interesting Articles — 772 days ago
Job tips:- Succeed in a competitive Job Market Evaluate and Negotiate Job Offers Enjoy and Survive your New Job Information about the Current Job Market -Today’s...
Tech Titbits — 782 days ago
Linux / UNIX will not allow you to unmount a device that is busy. There are many reasons for this (such as program accessing partition or open file) , but the most...
Tech Titbits — 782 days ago
umask command will be used for setting the default file creation permissions. When a file is created, its permissions are set by default depending on the umask setting....
Tech Titbits — 782 days ago
Set user ID, set group ID, sticky bit In addition to the basic permissions discussed above, there are also three bits of information defined for files in Linux: * SUID or...
Tech Titbits — 782 days ago
Tcpdump is a really great tool for network security analyst; you can dump packets that flow within your networks into file for further analysis. With some filters you can...