I am not able to connect remotely on port 3306. My hosting company says that i have to allow connection on port 3306 using iptables.
Whats the command to type on terminal
I've been trying to log into my WRTP54G router, but I forgot the password.
Is there any way to temporarily disable the login like for the wrt54g:
http://www.velocityreviews.com/forums/t519535-help-my-linksys-wrt54g-router-was-broken-into-using-the-curl-command.html
If anyone has this router, could they examine the page to turn off admin login, and see what I would need to send in a POST request?
Whenever I try to turn off my Mac, this Finder menu appears on top:
And it doesn't go away even when I try to Force Quit this application using Command+Option+Escape.
Can anybody please suggest me what's wrong with it?
I would like to also monitor non-crucial services with nagios like for example our GitLab-server or phpMyAdmin instance. Is there any way to just create warnings instead of circuital errors for some services?
At the moment I'm using the following:
define service {
host_name localhost
use generic-service
service_description HTTP GitLab
check_command check_www!git.example.com!'/users/sign_in'
}
define command {
command_name check_www
command_line /usr/lib/nagios/plugins/check_http -H '$ARG1$' -I '$HOSTADDRESS$' -e 'HTTP/1.1 200 OK' -u '$ARG2$'
}
I have a windows domain environment and it contains only Server 2008 Os's. I'm trying to execute a script or a program from 1 server on multiple servers, but I can't configure or install any applications. I was trying to user powershell v2.0 (invoke-command) but its not configured and I cant configure it. I'm looking for an alternative maybe WMI. Psexec and rcmd are not installed on any servers. Any advise could help a lot.
I've commented out a line in the crontab on a debian server, which I guess was there by default yet was causing me to get error emails every hour:
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
However, the error emails keep coming in as if it hasn't been commented out. The error emails:
Subject: Cron <root@(none)> root cd / && run-parts --report /etc/cron.hourly (failed)
/bin/sh: root: not found
Any ideas?
the command:
nslookup ipv6.google.com
doesn't work quite well. somtimes it returns an correct ipv6 address, sometimes it returns an ipv4 address.
How can this happen?
[im using OpenDNS]
much thanks for help.
I can not access Contol panel in my windows vista machine.
As soon as i click the "conrol panel" item in start items, it shows up a window and then its closed automatically ( same happens if i use "control" command).
Is there some program or some registry entry thats restricting it? is ther a way to control this behaviour?
hi,
how can I see if ffmpeg is installed on a server ? I don't have access to command line, only ftp account.
I think it is Microsoft Server, not apache, but I'm interested to know how to do it on both servers.
thanks
I am looking for a way in Linux to run a batch script on a remote Windows machine. I already searched some forums and the Internet and found e.g. this question.
It seems that the easiest way so far is using ssh. But do Linux or Windows also offer some built-in tools to solve this problem (something like at-command for Linux-to-Windows)?
I was working with a Spanish user today to resolve a plugin issue. All his language setting was in Spanish. I was trying to find COM-Addins in the Customize menu Command Tab Tools.
Even the user was unable to find it. Please help me in locating this option.
Thanks in Advance.
Animesh
I want to ftp a large file from a Windows client to a Windows server, using their IP addresses. This is on an internet independent network. While the file is transferring, I would like to determine how many bytes have been received by the server. I then would like to use this information to determine in real-time the percentage of the file that has been transferred to the server.
Any recommendations as to the ftp command syntax and C# code to achieve this?
When I use zsh in interactive mode, I get some glitches. This mainly happens when the command spills over onto a new line and I use backspace, with backspace leaving behind some glitches on the screen and moving the cursor to an odd position.
It happens in a VT, in xterm and urxvt, although it is most noticeable with my chosen terminal, urxvt.
When I use zsh as a login shell, it does not happen at all.
What could be causing this?
Okay, kind of a weird question but let's say I'm running a long-running batch script in a terminal window and I close that terminal window.
Is it possible, in any way, to ssh back into that server and run a command that pops you back into that process, so you can see it running again?
This is on linux (Redhat).
Thanks
I am trying to connect to mysql server which is installed on my home pc from another pc. I allowed all connection in mysql configuration. There's no firewall blocking on the pc I am trying to connect from. I used the command-
mysql -h Some.Host.IP -u SomeUser -p SomePassword
I am getting-
ERROR 2003 (HY000): Can't connect to MySQL server on 'Some.Host.IP' (10060)
I can connect through php!!
What's the problem? How do I solve it?
What is the Linux command to clear IP address of an interface without bringing it down and/or restarting network services. Seems strange ifconfig is able to change IP address but has no option to clear it, or am I wrong?
EDIT:As simple as ifconfig eth0 0.0.0.0. They should have put it in the man
I want to fire "svn update" command from a php script , the user for which is "apache".
How can I assign permissions to apache user to execute "svn update" ?
I have the following directory structure
books/java
books/java.ebooks
books/java.gwt
books/java.swing
books/javaee
I use this command to create an archive of all the directories starting with the letters a-m
tar czf books.a-m.no.AI.tgz --exclude=books/AI.and.algorithms --exclude=books/[N-Z]* --exclude=books/[n-z]* books
The .tgz archive that gets created does not contain the java.swing/ directory.
Am I missing something in my use of tar or is this a bug in cygwin?
I need to read some .docx files and the standard 3.0.1 version of OpenOffice writer that comes with Unbuntu 9.04 just ain't handling it. I tried the instructions from the following site: http://news.softpedia.com/news/How-to-Install-OpenOffice-org-3-1-on-Ubuntu-9-04-111105.shtml, both the GUI steps in the main article, and a scripted version in one of the comments, but my system never seems to do the partial update, and the OpenOffice version is unchanged after I uninstall and reinstall it from the command line. Has anybody had similar problems?
Hello guys,
can somebody tell me how to pipe the output of the serial port to a file in Windows?
In Linux the command would be:
cat /dev/ttyS0 > /opt/logs/Serial.log
Thanks in advance