hi guys, can anyone help me how to write code for checking spellings in android?
or can anyone provide me the sites which will be useful to me.
thanks in advance
any help will be appreciated.
I am keep failing in the installation process I have tried.
I have started process as follows.
yum install gcc dbus-glib-devel* lua-devel* libcddb
wget http://download.videolan.org/pub/videolan/vlc/2.0.7/vlc-2.0.7.tar.xz
tar -xf vlc-2.0.7.tar.xz && cd vlc-2.0.7
./configure
in the configure I am getting the error as follows
configure:…
Im trying to locally install a program which is written in C++. I have downloaded the program and am attempting to use the "make" command to compile the program as the programs instructions dictate.
However when I do I get this error:
/usr/include/stdc-predef.h:30:26: fatal error: bits/predefs.h: No such file or directory
compilation terminated.
…
I know that I can check CPU info via cat /proc/cpuinfo and memory info via cat /proc/meminfo.
But cat /proc/meminfo yields results like the following:
MemTotal: 66098352 kB
MemFree: 329152 kB
Buffers: 632432 kB
Cached: 62619692 kB
SwapCached: 0 kB
Active: 6425444 kB
Inactive: 58717276 kB
SwapTotal: …
Does Windows provide a command line utility that lets me check a domain user's password? It is sufficient that the utility returns success(0) if I provide a matching domain user name and password. Alternatively, is there a simple VB/JS script that can do this?
I'm the Intranet admin of my company and have the default password set for corporate…
Why do I have so many whm-server-status elements on this Apache status screen for WHM.
0-1 28256 0/4/808 _ 0.20 5 26 0.0 0.19 6.62 72.95.166.85 diablo-source.gamer-source.com GET /lib/ajax/keep-alive.php?_dc=1276829050557 HTTP/1.1
1-1 28259 0/5/934 _ 0.00 4 188 0.0 0.06 6.67 127.0.0.1 server.gospire.com …
Hi all
There is a simple way to check the integrity of a backup made with Windows Backup in Windows 2008 Server Enterprise (not R2)?
Today i tried to restore some files from a backup I made some days ago, and the Windows Backup snap-in reported that the file was unreadable. I think the corruption occurred due to the network share in wich…
I'm going crazy to solve this. I have a mysql installation (on machine db.example.org) which doesn't resolve a given hostname. I gave privileges using hostnames i.e.
GRANT USAGE ON *.* TO 'user'@'host1.example.org' IDENTIFIED BY PASSWORD 'secret'
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, INDEX ON `my_database`.* TO…
How can I check out just a portion of a Git repository? I have a repository that has several modules, and I only want one of the modules installed on a particular site.
In Subversion, I'd do svn export http://example.com/repository/path/to/module ./module-name.
While configuring a new test plan in Atlassian bamboo, I get the following exception in the log:
Recording error: Unable to detect changes : <projectname>
Caused by: org.tmatesoft.svn.core.SVNException: svn:
Unrecognized SSL message, plaintext connection?
svn: OPTIONS request failed on <repo-path>
I…
I am trying to install the ATLAS BLAS library which recommends that I turn if CPU throttling to do the install.
How do I check if my CPU throttling is ON or OFF?
I tried the suggestion of
Code:
./cpufreq-selector -g performance
in the /usr/bin directory as suggested elsewhere in the forum but there was no output…
Is there an emulator that would enable me to test the appearance of an email as it is being read on a smartphone (without specifying the phone type)? What I would like to be able to do, is to send an email to this emulator, and then scroll down through the email using the emulator.
Ive searched online, and any…
We are standing up a replicant data center at work and need to ensure that the new data center is configured (nearly) identically to the original. The new data center will be differently addressed and named than the original and will have differing user accounts, but all the COTS, patches, and configurations…
I, like most in here, use a password manager for keeping all kinds of login/pass informations inside. And over time, the heap of passwords started to grow, and grow, and now it's on about 350 (give or take) entries.
The problem is, most of these have been temporary, for example, for login into forums which I…
I'm migrating from ZImbra Collaboration Suite to Exchange 2010 SP1. I'm testing IMAPSync as a possible migration tool and have hit a problem with the IMAP server in Exchange 2010.
For each account it migrates, IMAPSync loops through the list of folders in the source mailbox and tests for the existence of…
We have a windows 2003 domain. All users have roaming profiles. We have a couple of users who, when they log into outlook, are asked for their password every time, despite selecting the 'remember my password' option. Our email is externally hosted exchange email. I've tried several fixes found on…
Hi all,
we have CRL that is valid for 24 hours and has a next update in 12 hours. The CRL is valid from 12:12 AM to 12:12 AM and from 12:12 PM to 12:12 PM.
In the logs of the CRL hosting webserver we see that one of our servers not always fetches the CRL at night, in most cases the server that missed…
I'm compiling a program on my 64bit machine, but I'm not sure if it produces 32-bit or 64-bit output.. How can I check if a file is 32bit or 64bit on Windows?
Hi,
I'd like to start a service with monit but only when I have the correct ip bound to the host. Can this be done somehow with the normal config? For example I want to start a process xxx with pidfile xxx.pid, but only if host currently has 10.0.0.1 bound to some interface.
As I understand it, for SSD it's important to have partitions starting at the proper offset (i.e. correctly aligned). How can I check this offset under Windows Vista?
So we had some issues with our passive mail node over the weekend doing vmtools updates and to resolve a problem we had to revert to a snapshot and then reseed all the databases across. All in all everything seemed fine, the server works and CCR copy status is running fine. I used the "Delete All"…
I am writing a Powershell script to determine if a machine is on the corporate network. The machine may or may not be on the domain, so I want to check at "IP" level.
Have written something to check by pinging a couple of servers on a couple of different subnets (to get around the risk of someone…
We've recently absorbed a small company who had a Dell PowerEdge server running SBS 2003. For some reason, the hard disks have been wiped. We have the product key though from the sticker on the side of the case but not the installation media:
Win SBS Std 2003 1-2 CPU 5-CAL OEM software
We do…
I'm trying to verify that the file system partitions within each of the servers I'm working on are aligned correctly. I've got the following script that when I've tried running will either claim that all virtual servers are aligned or not aligned based on which if statement I use (one is…
"Could you please share the scripts which does the below ?"
I have written a script that scans all the relevent logs daily, makes a list of people that have had any activity that day, and maintains database (just a text file) of users and the last time they logged in.
Then I have a…