Questions tagged [command]
186 questions
1
vote
1 answer
Error when attempting to install network printer/driver using PrintUI command
I receive the following error when attempting to install a TCP/IP printer using PrintUI:
"Operation could not be completed (error 0x00000705). Windows cannot
locate a suitable printer driver. Contact your administrator for help
locating and…

Matthew Flook
- 171
- 2
- 2
- 7
1
vote
1 answer
Diaspora server auto start when system start up in ubuntu
To start Diaspora sever, always need to cd to the /home/diaspora, then run ./script/sever
My server(Ubuntu 11.10) everyday restart. I want to configure the server(Ubuntu 11.10) to allow diaspora server start up whenever my server is up. How to do…

Bao Chai
- 11
- 1
1
vote
2 answers
What's the shell command of importing a sql into a db . (MySQL, CentOS w/ cPanel)
I have a big sql file (~ 60MB) exported from local development site, and I want to import to my server (running CentOS 5).
Lets say
the dump file is dump.sql, uploaded to the server.
the database name is mydb.
I want to do with via ssh, what is…

gilzero
- 439
- 4
- 9
- 20
1
vote
2 answers
CentOS: command not linked/working
Recently installed CentOS and many commands are not working:
[root@zrebirth zeno]# quotacheck
bash: quotacheck: command not found
[root@zrebirth zeno]# adduser
bash: adduser: command not found
[root@zrebirth zeno]# warnquota
bash: warnquota: command…

Zeno
- 211
- 1
- 3
- 17
1
vote
3 answers
Log ssh communications
I have a closed source program which calls server over SSH and executes a set of commands.
Could you tell me how can I log all commands?
My server is under Ubuntu.

user349302
- 157
- 6
1
vote
2 answers
Problems with commands to configure the NAT on CISCO ubr7200 series
I have a Cisco uBR7200 series CMTS with these features:
Cisco Internetwork Operating System Software
IOS (tm) 7200 Software (uBR7200-K8P-M), Version 12.3 (9a) BC9, RELEASE SOFTWARE (fc1)
Cisco uBR7246VXR (NPE400) processor (revision A) with…
user725328
1
vote
1 answer
mysql won't run from command line
When trying to run the /etc/bin/mysql command from the command line, I'm returned to the prompt without any action.
Restarting mysql via /etc/init.d/mysql restart shows the following error during the check routine and the script hangs (although…

Paul Lorentzen
- 11
- 2
1
vote
1 answer
Repair or Replace /bin/ folder in Linux
After a power outage, my CentOS server began having a problem where many of the system commands became corrupted. As a result I have been getting messages saying "cannot execute binary file" on critical commands such as rm or mv. Using the linux…

mclark1129
- 555
- 2
- 11
- 28
1
vote
2 answers
phpize command not found
I was installing memcache on my Cent OS 5 server and I am following this guide > http://www.howtoforge.com/php_memcache_centos5.0
And now, when I enter,
phpize && ./configure --enable-memcache && make
the server says phpize: command not found
So, I…

Prasad N
- 145
- 1
- 2
- 7
1
vote
3 answers
Where are all the places Windows environment variables set?
When I run cmd.exe and type 'set' I have a %LIB% variable set. The value is pointing to a folder that doesn't exist, which causes warnings during Visual Studio compiles.
Here's the thing... If I go to System Properties->Advanced->Environment…

Swoogan
- 2,087
- 1
- 14
- 21
1
vote
2 answers
How Do i Add A LIne To A PIX Firewall's Access List?
I need to open a port on a PIX 515.
Please can someone explain what I should be entering including the commands.
For the purposes of the explanation (so I can understand it ) I've given the different elements the following ips
Destination IP that…
Pete
1
vote
2 answers
Free command with -o option
What does free command witj -o indicate , man page says it disables buffer adjusted line. It subtracts buffer memory from free memory. What does this mean

Poorna
- 161
- 1
- 2
- 9
1
vote
1 answer
How do I view frequency of disk I/O wait states in Windows 7?
I can see most everything except this statistic between the Task Manager, Performance Monitor, and Resource Monitor. On linux, this is fairly easy to get at via the iostat command.

Rob Sobers
- 333
- 1
- 4
- 13
1
vote
1 answer
Net User Command: Searching for list of users?
I am using this command
net user joe.blogs /domain
what syntax do I use to search 20 users? How to separate the names to make it search for the users?

Tigger Smith
- 11
- 2
1
vote
4 answers
Create file with variable value in Unix
How can I create a file in unix or linux based on variable value ?
Ex:
If I store date in a variable in linux,
YESTERDAY=`date --date='1 day ago' '+%d-%m-%Y'`
it will store value to YESTERDAY as 27-1-2010.
Here I want to create file as name of…

Kumar
- 823
- 3
- 20
- 43