Posted on July 26, 2009 by sharemoreinfo
A whole new world awaiting to be explored!
A set of new technologies that
are non-conventional , bring about a revolutionary change in WEB architecture.
One of them being the server PUSH to a browser,
without any request. Thus, the common WEB scenario of REQUEST(client)->RESPONSE(server) gets extended
to take the form
WITHOUT-REQUEST(client)<-PUSH(server) .
More precisely, there’s a new term coined
for the same , that is COMET.
Filed under: Links, software | Tagged: COMET | Leave a Comment »
Posted on June 18, 2009 by sharemoreinfo
All you need to host a POP3/SMTP service for personal use
is :
-
Get a UBUNTU Live or UBUNTU setup installed on your PC.
-
Install packages Dovecot,Postfix,Webmin.
-
Set the firewall rules to open POP3 port (110) and SMTP port (25).
-
If you want to do away with all rules just use the command iptables -F
-
Get a No-IP account and get the domain for example, migandhi.no-ip.org
-
Add an MX record for your domain after logging to your No-Ip account ,so your mail reaches the inbox
-
Dowload the DUC .deb package, and make sure your router or firewall does’nt block the DUC
-
Lastly you will also need an account and password for ‘root’ to login through webmin.
-
To set the password use the following command
-
sudo /usr/share/webmin/changepass.pl /etc/webmin root [password]
-
Login through https://localhost:10000 using the newly created root password
- You can have your own mail id for example, murtaza@migandhi.no-ip.org by simply creating a new user from the System Users node in the Webmin interface.
- All mails addressed to this id would be configurable either by email client like evolution , thunderbird or OutlookExpress for windows
- And you may also send/receive mails using Webmin from the servers node for Dovecot
Filed under: software | Tagged: Mail, POP3, SMTP, UBUNTU | Leave a Comment »
Posted on May 22, 2009 by sharemoreinfo
Ever wondered about saving your most important configured OS with all the settings in place,
in a backup drive as an image?
Clonezilla is a helpful tool to do so.
For advanced used , Clonezilla Server is available for backing up multiple
machines simultaneously .
Clonezilla is available as a Live Disk bootable system.
Filed under: software | Tagged: Backup, DiskCloning | Leave a Comment »
Posted on May 22, 2009 by sharemoreinfo
Hypervisor is a layer that allows loading of different Operating Systems executing independently of each other.
It requires a host OS loaded.
One free implementation of the hypervisor is VirtualBox.
So no wonder now that you would have
multiple OS running simultaneously on a single Computer , changing between these would be merely a matter of using keyboard hot-key ‘Alt-Tab’ or some other
user defined keyboard or mouseĀ combination.
Another example of Virtual Machine Monitor can be found at :
Filed under: software | Tagged: Virtual Machine Monitor | Leave a Comment »
Posted on May 16, 2009 by sharemoreinfo
A low cost super computer would be called a ‘cluster’ in modern language.
is one kind of interface for message passing that helps develop a network of
computers
with the capability of processing hundreds of gigaflops.
That would result in having a powerful computing system.
For DOTNET programmers who are really curious about applying this architecture should refer to:
Filed under: SuperComputer, software | Tagged: Computer | Leave a Comment »
Posted on May 4, 2009 by sharemoreinfo
Programming with factory patterns does wonders to the
modelling of a software.
It aids in moulding out a perfect product.
DotnetFactoryPatterns
Filed under: Links, software | Tagged: SoftwareDesign | Leave a Comment »
Posted on May 4, 2009 by sharemoreinfo
You may kick-off with this one for the new age search, with 3D visualization of results.
Filed under: Links, software | Tagged: SearchEngine | Leave a Comment »
Posted on May 4, 2009 by sharemoreinfo
Posted on May 4, 2009 by sharemoreinfo
Posted on May 3, 2009 by sharemoreinfo
Various methods for using Ajax exist.
-
-
-
And the newer way of employing AJAX is theĀ AJAXPRO library by Michael Schwarz .
http://www.ajaxpro.info/
Filed under: software | Tagged: AJAX | Leave a Comment »