Search Results

How to Install AQTRONIX WebKnight under Windows IIS

To install/uninstall WebKnight on the local or remote machine you can use the file install.vbs/uninstall.vbs from the setup folder. This method will install WebKnight as a global filter on the selected host or localhost. Manual installation as a global filter in IIS: Copy all the files in the Setup folder to a local folder on [...]

How Google Analytics Uses Cookies – Cookies & Google Analytics

Recently i came on a article on Google analytics cookie handling. I found this article is very important for all the website SEO people. An HTTP cookie—commonly referred to as just “cookie”—is a parcel of text sent back and forth between a web browser and the server it accesses. Its original purpose was to provide [...]

How to delete multiple files from a folder in Linux/Unix System

Today my one of the server got hanged, when i had a detailed look at the server i found that my sendmail is creating the issue. The problem was that there are ten thousands of undelivered mails in the mailq folder. These mails were there from almost last couple of months. when i tried to remove the [...]

How to give access for dial-up networking and VPN connections in Windows

Once you have set up your vpn server, you need to give permission for users to access the vpn server. For that you need to give access to each user who are going to use VPN Server to connect to your office. If you are managing remote access on a user basis, click Allow Access on the Dial-In tab [...]

China nabs 5,400 people for online porn in 2009

Chinese authorities caught nearly 5,400 suspects last year in a crackdown on online pornography and have vowed to strengthen Internet policing. Beijing‘s pervasive policing of cyberspace and attempts to block the Internet are already among the world’s most stringent. In a statement late Thursday, the Ministry of Public Security said the “purification of the Internet” [...]

How can you access your Gmail when you are not connected to Internet

Google Labs give you new feature in your gmail account for accessing the mail when you are not connected to Internet. This feature really works like your outlook or Microsoft outlook express. Its a cool feature from Google. Gmail now goes where the Internet doesn’t. Offline Gmail allows you to access your inbox through your [...]

How to delete a full directory in Linux

To remove a directory that is full with other files and/or other directories, use the below command. rm -r directory To remove all directories and subdirectories use rm command. For example remove letters and all subdirectories and files inside this directory, type the following command:$ rm -rf letters/

Oracle VM 2.2 and the power of ocfs2

Well, at Oracle World we announced Oracle VM 2.2 and we also announced the Oracle VM Storage Connect program along with showing an implementation demo at the booth. Now that Oracle World 2009 is over, I finally found some time to play with this myself. I just wanted to point out a few cools things [...]

Synchronizing Coherence Clusters – A Tour of Push Replication

Lately I’ve been able to do some Coherence work with some local customers and play with the Coherence Incubator projects.  This entry will showcase one of the examples for Push Replication for sharing data among separate Coherence clusters. Inter-cluster Data Replication Coherence clustering technology makes a lot of sense for customers to be able to [...]

How to view your MySql Configuration

There are two ways by which you can view your existing MySQL configurations . The first one is to view your my.cnf file. The second way is by login to mysql and type show variables mysql> show variables; +———————————+——————————————+ | Variable_name | Value | +———————————+——————————————+ | auto_increment_increment | 1 | | auto_increment_offset | 1 | [...]

How to clear mailq in your Linux box

All the mails which are going from your sendmail is get stored in the following location /var/spool/mqueue so for clearing the mailq you just go the following location and delete all the contents under mqueue folder cd   /var/spool/mqueue/ [root@localhost ~]#  cd /var/spool/mqueue/ You have new mail in /var/spool/mail/root [root@localhost mqueue]# ls

Performance Update 1.0 for Mac OS X Leopard

Apple has released Performance Update 1.0 for Mac OS X Leopard and Snow Leopard users. Basically, this performance update caters to the small number of users that complained of hard drive related issues. We wonder if it takes care of the Snow Leopard Bug that deletes data. The Mac users who complained of drive freezing [...]

Facebook database outage cut off about 150,000

Thousands of Facebook users who have been unable to access their accounts for nearly a week and a half now are now seeing their profiles restored–but some data related to recent profile updates may have been lost. What happened? According to Facebook, the replacement of profiles and login screens with a “down for maintenance” notice–which appears [...]

How to cleanup unwanted files on your openSUSE

BleachBit is a simple cool utility to delete unnecessary files on the systemt to free disk space. This includes application and browser cache, temporary fiiles and cookies. Among the many supported application files are Bash, Beagle, Epiphany, firefox, Adobe flash, java, KDE, openoffice,Opera, XChat, rpmbuild etc. While, DIsk space may not be an issue these [...]

Yahoo to shut down Xoopit for Gmail users

Yahoo on Friday noted to users of Xoopit that the Gmail integration of its service would soon be disintegrated. Xoopit, which aggregates media files from users’ Gmail accounts, was acquired by Google rival Yahoo in late July and has since been integrated into the company’s own Web mail service. Users of Xoopit will have until [...]