Sponsored Content
The Lounge What is on Your Mind? UNIX.com is getting crushed in google search these days Post 303035231 by Neo on Thursday 16th of May 2019 11:11:45 PM
Old 05-17-2019
Update:

Google Search Console shows downward trend has reversed and traffic is on the increase again.

Whew! That was a lot of work! But it seems to be working.

I will do a video on this in about a week or so and show the downward trend, the various issues, changes I made to reverse the downward trend, and results.
These 4 Users Gave Thanks to Neo For This Post:
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

A google search shellscript

This little doey allows you do fire up a google search right from your terminal. --------------------------------------------------- #!/bin/sh #(save me into the path as "google") clear && for i in "$@"; do lynx http://www.google.com/search?q="$@"; done ... (3 Replies)
Discussion started by: JoeTheGuy
3 Replies

2. Web Development

Google search appliance

Please let me know if Google search appliance supports JSON or XML interface? If yes please provide some references (3 Replies)
Discussion started by: uunniixx
3 Replies

3. What is on Your Mind?

Patching Google Search engine/application in Unix.

Hi Unix Gurus, In my Co. we have intranet site hosted on Unix box. In Explorer there is a text box for searching information on internet. By default it is using Google Custom Search. This search engine is little old one. Now I want to patch this search engine with latest patch. If any one know... (0 Replies)
Discussion started by: sriramis4u
0 Replies

4. What is on Your Mind?

Google Site Search in Search Drop Down Menu (Again)

Have just added (after missing for some time), the latest version of Google Site Search for our site in the Navbar Search Menu: https://www.unix.com/members/1-albums215-picture791.png Cheers and Enjoy. Here is the URL for that link in case you need it: https://goo.gl/P8p82c (4 Replies)
Discussion started by: Neo
4 Replies

5. What is on Your Mind?

Search Results for the UNIX keyword - Google, Bing, DuckDuckGo

Some search results for the keyword "unix" searches: DuckDuckGo #1 https://www.unix.com/members/1-albums215-picture1254.png Bing #2 https://www.unix.com/members/1-albums215-picture1253.png Google #15 (page 2) https://www.unix.com/members/1-albums215-picture1252.png (1 Reply)
Discussion started by: Neo
1 Replies

6. What is on Your Mind?

YouTube: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search

Getting a bit more comfortable making quick YT videos in 4K, here is: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search Console https://youtu.be/I6b9T2qcqFo (0 Replies)
Discussion started by: Neo
0 Replies
OPIELOGIN(1)						      General Commands Manual						      OPIELOGIN(1)

NAME
opielogin - Replacement for login(1) that issues OPIE challenges. SYNOPSIS
opielogin [ -p ] [ -r hostname | -h hostname | -f username | username ] DESCRIPTION
opielogin provides a replacement for the login(1) program that provides OPIE challenges to users and accepts OPIE responses. It is downward compatible with the keylogin(1) program from the Bellcore S/Key Version 1 distribution, which, in turn, is downward compatible with the login(1) program from the 4.3BSD Net/2 distribution. OPTIONS
-p By default, login discards any previous environment. The -p option disables this behavior. -r Process remote login from hostname. -h The -h option specifies the host from which the connection was received. It is used by various daemons such as telnetd(8). This option may only be used by the super-user. -f The -f option is used when a user name is specified to indicate that proper authentication has already been done and that no pass- word need be requested. This option may only be used by the super-user or when an already logged in user is logging in as them- selves. username The user name to log in as. EXAMPLE
wintermute$ opielogin login: kebe otp-md5 499 wi43143 Password: (echo on) Password:SLY BLOB TOUR POP BRED EDDY Welcome to wintermute. wintermute$ FILES
/etc/opiekeys -- database of information for the OPIE system. /etc/opieaccess -- list of safe and unsafe networks and masks to go with them. $HOME/.opiealways -- presence makes OPIE for logins mandatory for the user. SEE ALSO
login(1), opie(4), opiekey(1), opiepasswd(1), opieinfo(1), opiesu(1), opieftpd(8), opiekeys(5), opieaccess(5) AUTHOR
Bellcore's S/Key was written by Phil Karn, Neil M. Haller, and John S. Walden of Bellcore. OPIE was created at NRL by Randall Atkinson, Dan McDonald, and Craig Metz. S/Key is a trademark of Bell Communications Research (Bellcore). CONTACT
OPIE is discussed on the Bellcore "S/Key Users" mailing list. To join, send an email request to: skey-users-request@thumper.bellcore.com 7th Edition January 10, 1995 OPIELOGIN(1)
All times are GMT -4. The time now is 04:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy