CHEAP WEB HOSTING SERVICES AND AFFORDABLE LINUX WEB HOSTING PACKAGES WITH FREE DOMAIN NAME REGISTRATIONLINUX WEB HOSTING WITH PHP MYSQL TOMCAT SITE BUILDER FANTASTICO RVSKIN OSCOMMERCE AGORA CUBECART ZENCART PHPLIST PHP NUKE POSTNUKEECOMMERCE SHOPPING CART HOST MYSQL FRONTPAGE TOMCAT ZENCART HOSTINGCPANEL RESELLER HOSTING AND DEDICATED SERVER WEB HOSTING WITH JOOMLA MAMBO OSCOMMERCE PHPAUCTION AND SSH HOSTING |
Vista is the long-awaited successor to Windows XP and it is a major overhaul and upgrade of that operating system. David Pogue has just released the missing manual series of books - Window Vista; The Missing Manual with new look on the operating features.
“Windows Vista: The Missing Manual. When you consider that Microsoft seldom includes more than a quick start guide, this is truly the case of a missing manual”.
Not only is Vista a complete overhaul, it is a version that took over five years to complete. Some claim that in the last two years almost 60 percent of the code has been rewritten. There are massive changes to security as well as to the interface. There are new programs, new explorers and yes, new release levels. And Microsoft is expecting to learn how work with all of these changes with out a manual?
Hello,
Ruby (Ruby on Rails) is a language of careful balance. Its creator,
Yukihiro “matz” Matsumoto, blended parts of his favorite languages
(Perl,Smalltalk, Eiffel, Ada, and Lisp) to form a new language that
balanced functional programming with imperative programming.
It is a dynamic, open source programming language with a focus
on simplicity and productivity. It has an elegant syntax that is
natural to read and easy to write as well it has fantastic features.
The installation for Ruby goes as below.You need to perform this
installation on shell ::
1] cd /usr/local/src/
2] wget ftp.ruby-lang.org/pub/ruby/ruby-1.8.2.tar.gz
wget rubyforge.org/frs/download.php/3700/rubygems-0.8.11.tgz
wget fastcgi.com/dist/fcgi-2.4.0.tar.gz
wget fastcgi.com/dist/mod_fastcgi-2.4.2.tar.gz
Here the ruby version will change according to the latest release
at http://www.ruby-lang.org/en/ .Accordingly you will have to
download the compatible version of rubygems.You also need
fastcgi on the server for Ruby.So you must check the fastcgi
dependency of Ruby according to the Ruby version to be installed.
3] Untar the tar downloads one-by-one.
tar zxf ruby-1.8.2.tar.gz
tar zxf rubygems-0.8.11.tgz
tar zxf fcgi-2.4.0.tar.gz
tar zxf mod_fastcgi-2.4.2.tar.gz
4] cd ruby-1.8.2
./configure && make && make install
cd ..
5] cd rubygems-0.8.10
ruby setup.rb
cd ..
6] gem install rails
7] cd fcgi-2.4.0
./configure && make && make install
cd ..
8] cd mod_fastcgi-2.4.2
/usr/local/apache/bin/apxs -o mod_fastcgi.so -c *.c
/usr/local/apache/bin/apxs -i -a -n fastcgi mod_fastcgi.so
cd ..
9] mkdir /tmp/fcgi_ipc/
mkdir /tmp/fcgi_ipc/dynamic/
chmod -R 777 /tmp/fcgi_ipc/
cat > ~/httpd.conf
FastCgiIpcDir /tmp/fcgi_ipc/
AddHandler fastcgi-script .fcgi
FastCgiWrapper On
EOT
10] gem install fcgi
11] httpd restart
Here completes the installation.The further dependencies or
requirements for Ruby can be fulfilled accordingly after it’s trial/use.
Hello,
The process of transferring a file from your computer to your
website is often referred to as “uploading” that file or “publishing” it.
You need a program called an “FTP client” to transfer the file.You can
transfer a file to your web server using a free FTP client known as
FileZilla.You can download and install FileZilla from below link :
http://sourceforge.net/project/showfiles.php?group_id=21558
Before you can upload any file to your site, you will also need some
information from your web host. In particular, you will need to find
out the following:
# The name of your host server or ip of the server
# Your user id or login username for your FTP account.
# Your password for your FTP account.
#The directory where you need to place your files
so that they can be seen by a web browser visiting
your site. For example, your host may tell you to place
the files in a subdirectory called “www” or “public_html”
or even the default directory that you see when you log
into your FTP site.
** Uploading or Publishing a File to Your Web Server
1] Start up FileZilla. The first time you start it, it will ask you
whether you want to save your settings in the Registry or an XML file.
If you are using FileZilla on your own computer with no other users
and you are logged in as Administrator, it probably doesn’t matter
which option you select. If there are other people using the same
computer, you probably should choose to save the settings to the
Registry.
2] Click the “File” menu followed by the “Site Manager” item on that
menu. A dialog box will appear.
3] Click the “New Site” button on that dialog box. This creates a new
item under “My FTP Sites” called “New FTP site”. Rename “New FTP
site” to the name of your site if you wish.By default, the keyboard
cursor would have been placed in the name portion of “New FTP
site” allowing you to change the name immediately.
4] In the section entitled “Site details”, enter the name of your server
name in the “Host” input box.For example,if your web host told you
that your hostname is “server.example.com”,enter “server.example.com”
into the space provided.You can also put the server ip therein.
5] Leave the “Port” and the “Servertype” entry boxes alone.Use your
mouse and click on the “Normal” radio button in the “Logontype” section.
This will enable the “User” and “Password” boxes for the next step.
(If incase you need to enter the port number,you can put in as “21″).
6] Enter your user id or your login name (or whatever your web host
calls it) into the “User” input box. Likewise, enter your password into
the “Password” input box. If you don’t want to bother with entering
your password everytime you connect, leave the box “Don’t save
password” unchecked. If you are sharing your computer with others,
and don’t want others to be able to access your site, you should
probably check the “Don’t save password” check box.FileZilla will then
prompt you for the password when you try to connect in future.
7] Click the “Connect” button. FileZilla will proceed to log you into your
server. If it is successful, you will see a directory listing of your website’s
account in the right window pane. The left window pane is the directory
listing of your own computer.
8] Next, locate the file that you wish to upload in the left window pane
(the “Local Site” pane). Both window panes behave like a Windows
Explorer windows, so navigating them should not be unduly hard. Once
you have located the file you wish to upload, say “test.php”,doubleclick
it to upload it to your website. Alternatively, you can drag that file from
the left window pane to the right window pane. The file will be uploaded
to the folder that is currently open on the right window pane, so make
sure you have changed to the directory you want before dragging the
file there.
9] As FileZilla proceeds to upload your file to your site, you should be
able to see the upload progress in the bottommost window pane in
FileZilla. When the upload has completed, you can disconnect from
your website. Do this by clicking the “File” menu followed by the
“Disconnect” item.
So finally you have uploaded the file to your site using FTP client FileZilla!!
Th Sun Ray was introduced by Sun Microsystems 1999 as a thin client (client side OS). Sun Ray clients are connected via an ethernet network to the Sun Ray Server. Sun Ray Server software is available for Sun’s solaris operating system and also for linux.
Sun’s Sun Ray thin-client platform is unlike any other, offering native Unix connectivity on the Solaris and Linux platforms, as well as providing SmartCard secondary security measures and the ability to move seamlessly between clients while maintaining active sessions. The management tools are rather sparse, however. It’s certainly a different breed, but it works quite well.
The Sun Ray thin-client computing platform is actually a combination of hardware and software. At the hardware end, there are two new clients available. The modest Sun Ray 2 offers 10/100 Ethernet, sound, and USB support. The Sun Ray 2FS is larger but adds 100FX support for greater security at the transport level, as well as the ability to run dual monitors. Both clients are outfitted with SmartCard readers to support two-factor authentication.
On the software end, the clients require the Sun Ray Software package. This includes all the server-side components that deliver a desktop to the client devices. A rather rudimentary Web management UI that can display connected clients, users, and SmartCard information is also included.
Hot Desking is one of the major features the Sun Ray provides, and it works very well. In the middle of a user session, removing the SmartCard from the front of the client will revert the client back to a log-in window. Placing the card into another client will bring up a log-in window, and with a valid password, the user’s entire session appears exactly as it was on the original client. This is similar to session disconnects on Windows Terminal Services or Citrix but with the additional security measure and ease provided by the SmartCard.
To reach the Windows market, Sun has released the Sun Ray Connector for Windows, which essentially runs a full-screen Windows Remote Desktop client on the Sun Ray client. This approach may seem like the long way around to those with a history of Windows-based thin-client implementations, but it does work.
If you are going for secure, manageable Solaris or Windows desktop is the goal, the new Sun Ray solution is worth a look. The bells and whistles are not just fluff when you need to deploy dual-monitor support or have a highly secure fiber network.
Sun Microsystems plans to debut a new line of its Sun Ray thin client terminals and shed more light on its UltraSparc T1 “Niagara” processors and other multithreaded chip plans.
The Sun Ray thin-client computing platform is actually a combination of hardware and software. At the hardware end, there are two new clients available. The modest Sun Ray 2 offers 10/100 Ethernet, sound, and USB support. The Sun Ray 2FS is larger but adds 100FX support for greater security at the transport level, as well as the ability to run dual monitors. Both clients are outfitted with SmartCard readers to support two-factor authentication.
If previous ideas from Sun come true, the new Sun Ray models will be able to connect not just by 10-megabit-per-second Ethernet networking, but also via home broadband and 802.11 wireless networks.
Sun hasn’t had much luck getting the world to scrap PCs in favor of thin clients, which Sun argues are easier to manage and more energy efficient.Sun has promised Sun Rays that come with Internet calling features using voice over Internet Protocol i.e VOIP.
If you want to copy existing database to another, perform the follwing steps and you will be able to copy the existing database to another database.
1)Create New database from Cpanel >> MySql >> New Database.
2)Go to WHM >> phpMyAdmin >>
3)Select the database which you want to copy it.
4)Select menu Operations from menu bar.
5)Insert name of database under “Copy database to:”
6)Select Structure and data.
7)Go.
After Completing those seven steps you will be able to copy database.
Micfo International LLC Leading the hosting Industry with Cheap and Affordable Linux Web Hosting Packages.
Micfo, delivering the best cpanel web hosting with maximum reliability
is our exclusive focus.
— Micfo
International LLC
43 queries. 0.137 seconds