29Oct
Dedicated server hosting also known as managed server hosting is a type of hosting where a user gets to use an entire server. S/he does not need to share the server space with any other user.

Dedicated server hosting (OS offers complete rights on the system. That means the user can decide the operating system to be installed on the server, the user has the choice of hardware as per requirements. The administration of the servers is provided by the hosting company. The hosting company needs to take care of many factors such as Server monitoring, Software installation (as per user’s requirement), Software Upgradation, purchasing new Hardware, Repairing the hardware, Data Back ups, Disaster recovery etc. Though these services are not necessarily provided by all hosting providers. But it is always recommended to go for a HOSTING company that provides all the services, the reason to state this is because the solution is offered in a very short time, as people are present to sort out the issue 24 x 7. The dedicated servers are usually placed at data centers

SUPPORT FOR OPERATING SYSTEM
IF the user opts to have Linux, then most of the hosting companies do not charge any amount to the users, as Linux is an open source OS and can be freely downloaded. But Microsoft Server edition software isn’t free, the user needs to bear the price. Depending on the hosting provider company, the charge might be monthly, half yearly or yearly.
CONNECTIVITY AND BANDWIDTH
Nowadays people have started outsourcing dedicated servers due to high powered network availability elsewhere on the planet and I guess INDIA has started becoming a hub for such provision’s .
MANAEMENT OF
It is the headache of the of the hosting company. The company must be capable of handling all the technical issues.
Tags: Add new tag, BANDWIDTH, Dedicated server hosting.Dedicated server hosting, Hosting, Server
29Oct
Microsoft has released the latest version of Windows Operating System after taking feedback from the users of Vista.

The new version of the OS includes new features such as on screen multi-touch technology. This feature allows users to zoom in pages using finger tips. This technology was first introduced in Apple’s iPhone.

The new version includes a new taskbar which has been designed to offer quick access to files and applications. It also enables users introduces a new feature known as the Home Group that enables users easily share data across computer’s and other devices. The update also includes additional support for camera’s, printers and mobile phones, it offers a single window for managing work for every device.
The new interface seems to be pretty cool and user friendly. Just have a look at the pictures below.


Tags: Apple, Microsoft, multi-touch, new version, Operating System, OS, technology
27Oct
Think if your TV screen can be used as a Computer monitor, nice right. Is it possible? Yes it is.
But standard definition TV’s cannot give similar visual quality output like the monitor. But its not the case with latest high definition TV’s, rather it can deliver much better quality than the monitor screen.

The task is a little challenging but not impossible. You need to figure out certain things which are as follows.
STEP 1 : You need to check the video output of the computer. Usually computers have a VGA output, but some have S-Video, or in a high definition computer, you might have DVI or HDMI.
STEP 2 : Check the input available on the television. Usually it has coaxial and maybe composite or S-Video inputs. High definition TV’s have multiple input options such as VGA, DVI, component or HDMI.
STEP 3 : Identify the correct cable and adaptor. Check if the computer and TV have the same input output options. If this is the case then you just need the correct cable to connect the CPU to the TV set. If the input output options are different then you need to seek a correct adapter.

STEP 4 : Assuming that everything is place, now connect the CPU to the television set. There is a possibility that the quality is not satisfactory as compared to the computer monitor as TV’s are designed targeting a different objective. In this case try to set your computer resolution setting to 640 x 480. Same might not be the case with high definition TV sets, they might support higher resolutions too. So try different resolutions and seek the best resolution that suits your needs.
If you have a graphic card installed in your computer then it has the necessary input/output sockets. This might help you make the necessary alterations to connect your computer to the television set.

Tags: adaptor, composite, Computer, DVI, HDMI, monitor, resolution, S-Video, TV, VGA output
27Oct
According to an Army Intelligence Report, Twitter might provide a helping hand to terrorists.

This miniature messaging software could be used as an effective tool for coordinating militant attacks. American analyst’s fear that militants might take advantage of the commercial software and hardware to carry out attacks on the desired places. Online games, social networking sites and even the garage door opener are included in the possible tools to spread chaos.
The report pr
esented by the Arm
y Intelligence is divided into two halves, first half has chatter Al-Qaeda-affiliated online forums. Such software’s can allow jihadists to choose from multiple ways to spread mayhem. One of the extremist’s forum suggests installation of voice modification software to mask the callers identity. The presentation gives an in-depth theoretical discussion on how militants can use some mobile applications with Twitter. Though there haven’t been any incidents but extremists might take the advantage of the changing technology.
Tags: Army Intelligence, extremist’s, messaging software, software and hardware, Twitter
27Oct
AMD confirmed that few ATI Radeon 4830 boards have 560 stream processors enabled where as it should be 640.

Radeon 4830 board was released in the market on 23rd October. Its features included 640 stream processors which means 128 five way superscalar shader units, 32 texture units, 16 ROP’s and 256 bit memory interface.

The card is slower by 10% of what is expected to be delivered. Though its not confirmed about the number of pieces to be faulty or slow.
Tags: AMD, ATI Radeon 4830, memory interface, stream processors
26Oct
1) 2002 - The server is not responding (or the local MySQL server’s socket is not correctly configured).
Ans :-
Built in mysql.sock file path is /var/lib/mysql/ phpmyadmin search it in /tmp. To solve error just create symlink of mysql.sock under /tmp. Please use following command to create symlink.
ln –s /var/lib/mysql/mysql.sock mysql.sock
2 Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
Ans:-
We receive above error while accessing phpmyadmin due to wrong session file path or wrong session handler type mentioned in file “/usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini” . Please find following and change it as per below.
Search for
session.save_handler = sqlite
session.save_path =/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb
Replace to
session.save_handler = files
session.save_path = /tmp
3 Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this.
Ans:-
Please check you have set root password of mysql. You can do it from whm >> sql services >> mysql root password.
Please check password is correctly saved under
/root/.my.cnf
Tags: Add new tag, cpanel server, cpanel vps, error, mysql.sock, php.ini, phpmyadmin, Phpmyadmin errors on newly setup server, Server, session, setup
26Oct
If you need to increase the speed of your VPS and need help in doing so look no further. Try the following steps below and share you feedbacks with me if they were of any help to you.
Fisrt what you nned to decrease the spamd children to 1 or 2 max
edit: /etc/init.d/exim
–pidfile=${pidfile-”/var/run/spamd.pid”} –max-children=${maxchildren=1
Then you need to restart exim
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
safe-show-database
bind-address=127.0.0.1
log-slow-queries=/var/log/mysql_slow_query.log
skip-locking
skip-bdb
skip-innodb
query_cache_limit=1M
query_cache_size=8M
query_cache_type=1
max_connections=500
max_user_connections=200
interactive_timeout=20
wait_timeout=6
long_query_time=5
connect_timeout=6
thread_cache_size=80
key_buffer=128M
join_buffer=1M
max_allowed_packet=16M
table_cache=2048
tmp_table_size=512M
record_buffer=1M
sort_buffer_size=1M
key_buffer_size=6M
read_buffer_size=1M
max_connect_errors=10
thread_concurrency=2
myisam_sort_buffer_size=64M
read_rnd_buffer_size=2MB
server-id=1
concurrent_insert=2
low_priority_updates=1
[mysql.server]
user=mysql
#basedir=/var/lib
[mysqld_safe]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
[mysql]
no-auto-rehash
[myisamchk]
key_buffer=32M
sort_buffer=32M
read_buffer=16M
write_buffer=16M
[mysqldump]
quick
max_allowed_packet=16M
Fater tis you need to change mysql /etc/my.cnf
Then Restart mysql
And now you are done and ready to check the speed for your VPS Hosting
Tags: Fast VPS, MySQL, vps, VPS Web Hosting
25Oct
Each one of us faces discomfort in carrying credit cards everywhere, but we do not forget to carry our mobile phones or cell phones alongwith us no matter where ever we go.

Mobile usage has drastically changed over the last few years. Previously it was just a medium of communication, but now it has also become a major medium of entertainment. So why shouldn’t it become a mode of making payments.

So probably this might be the same thought that might have struck to a French company named Inside Contactless. They are trying to turn the mobile phones into a credit card or transit card. Inside is using a MicroPass technology is working on embedding the technology into a sticker which can be sticked to anything such as a Mobile phone, a Wallet, an iPod etc. This company is supported by biggies such as Nokia, Samsung and Motorola.



This technology can prove to be very easy and convenient
Tags: cell phones, communication, credit cards, entertainment, iPod, MicroPass technology, mobile phones, Motorola, Nokia, Samsung, transit card
25Oct
Google has added one more aircraft to its fleet of airplanes. Its not just an airplane but it’s a Fighter jet.

Google’s founders Larry Page and Sergey Brin have purchased Dornier Alpha Jet. The Dornier is a light weight attack and trainer aircraft which is manufactured by Dornier Germany and Dassault-Breguet of France.


In October 2007 the executives used H211 L.L.C. The company also has Boeing 757 and Gulfstream V’s in its fleet. Google soes not have its own runwa
y, so it has all the rights to land its aircrafts on the Moffett Field, which is operated by NASA airfield. The NASA airfield is a neighbor to Google’s campus.
But the officials are reluctant to declare that all the aircrafts are owned by their company. Rather they are throwing the ball in NASA’s court. So, there is a dilemma as who actually owns the Aircraft’s.
Tags: aircraft, airplane, Boeing 757, Dornier Alpha Jet, Fighter jet, google, Gulfstream V’s, NASA, trainer aircraft
25Oct
Microsoft once was involved in manufacturing software only, but now by the changing trend it has also started providing other services such as running a video game industry. Apart from focusing on software it has also started trying hands on the other Industries.
No matter in which Industry Microsoft hops into, but it should learn the skill of focusing onto a particular target. After all, targeting something is a crucial quality. Creating a unique identity is most important.
Its good that Microsoft is trying to make stand in different sectors too, but it should not keep its major identifier apart (Software). With the help of software production, Microsoft has attained a major level, so keeping this level intact if its trying some other sector is always acceptable. It has till now leaded the market of Operating Systems(OS), Office(MS-Office) for enterprises and students common equipments, as we all know.


I would say that this is a sensible move of Microsoft, as today the world is of web.
But if we analyze, as Microsoft shifted its focus from OS, Apple grabbed the opportunity and made its stand in the market. So now Microsoft cannot claim itself to be a leader in a particular sector. As Apple declares itself to be a hardware firm, Google as an online service provider and a mobile provider, Microsoft too should declare its identity.
According to me just being successful is not enough, an identity is essential.
Tags: Apple, google, Microsoft, mobile, MS-Office, online service, Operating Systems, software, video game, web
Recent Comments