Terminal/SSH : How can i track how many people are accessing my site at the moment live? [closed] - ssh

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to connect to ssh and type in a command that will show me live updates such as their ip address as they enter my site. is that possible? simply see what page an ip address entered or just the ip of a person that connected to the site.
Live meaning i see the list updated as it happens.

tail -f /path/to/your/access.log
Usually reading the log is pretty useless though.

Related

Do commercial firewalls have API / Remote CLI? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I mean firewalls like Checkpoint, Fortigate, sonicWALL etc.
Do they have have API or Remote CLI ?
can i, for example, send them a remote call to filter in\out a certain port?
I Just want to know if that's possible, if you have examples that's awesome, but evena simple "yes, Checkpoint and soincwall does that" are great!
I only have some experience with Fortigate-firewalls. They usually have SSH.
This means you could use a command like this:
ssh <hostname_or_IP> -t "echo 'hello world'"
to sumbit your new rules to your firewall.

How to make my IP address appear to have a specific prefix (when connecting to a ssh server)? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have ssh access to several machines at our university computing center, but they only allow connections from within university network which means I have to go on campus everytime I need to run a simulation, collect results, etc.
Is there any way to make my IP address have a specific prefix so that ident protocol on that machine allow me access? I don't expect a specific or complete answer just give me hints where should I look.
You cannot make your IP address have 'specific prefix'. However, if you have SSH access from outside world to your campus computer, you can use port forwarding to access in-network resources.

Deleting Loads of Openfire users [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have an OpenFire chat server running for clients. I need to delete all users who have not logged in for about 6 months. I think it will be around ~1500 users that need to be deleted. Clicking delete and confirm is taking a lot of time. Is there any way to do it via a script or command line ?

How come Google isn't picking up some of my links? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a couple websites on separate servers and IP's that link back with anchor text and all (dofollow), but my webmasters tools dashboard is always missing these links.
Any way to get around this?
Just typical HTML link back to the web design company I run.
Stephanie Nault dot com
The last cache date of the website you listed was September 12, 2012. Your link wasn't on the page then:
http://webcache.googleusercontent.com/search?q=cache:jRts9k1HNjkJ:stephanienault.com/+&cd=1&hl=en&ct=clnk&gl=us

Google Analytics Tracking a sub-directory which itself is pointed to by a separate domain in DNS [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have an existing website pointed to by the domain www.xyz.com . We are now creating a new sub-site to this www.xyz.com/ab/. We have another regional domain www.abc.rg purchased and we want to point this domain to the /ab/ sub-folder.
The queries are:
If I want to do this at the DNS level is it going to be an issue in terms of SEO?
If I do so how can I add Google tracking to it? I want to continue using my existing tracking for www.xyz.com and provide reports separately for www.abc.rg.