Sponsored Content
Top Forums Web Development 302 Redirects Issues Effected Google Search Console (GSC) Fixed - DBSEO Goto Rewrite Problems Solved Post 303041665 by Neo on Sunday 1st of December 2019 10:44:36 PM
Old 12-01-2019
Looks like the site has the following current search position for the "unix" keywords:
  • Google (US): Either #8 or #9 (page 1) and moving up, it seems.
  • Bing: #1 (95+ percent of the time)
  • DuckDuckGo: Either #1 or #2.
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

search and goto next line then take the output

Hi All, I have a file in which the contents are as shown below: Number of Dynamic Addresses Allocated : 107790 Addresses: 10.3.29.202,10.47.1.145,10.2.4.98,190.1.89.95,.. (many ip addresses separated by comma) ----... (3 Replies)
Discussion started by: imas
3 Replies

2. Shell Programming and Scripting

fixed length text file padding issues in AIX

Hi, I have a fixed length text file that needs to be cut into individual files in aix and facing padding issues. If I have multiple blank spaces in the file it is just making it one while cutting the files.. Eg:- $ - blank space filename:file.txt ... (2 Replies)
Discussion started by: techmoris
2 Replies

3. UNIX for Advanced & Expert Users

[SOLVED] htaccess rewrite rule help!

hi there, I need that when user input mysite.com/ponuka/AAA2869 it shows mysite.com/ukaz.php?ponuka=AAA2869 because of facebook likes, and I found out that this is set up as rewrite rule in .htaccess file? how to achieve it? thank you... :confused: ---------- Post updated at 04:47... (0 Replies)
Discussion started by: vogueestylee
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. Web Development

Quick Fix for Google Search Console "Page is not mobile friendly"

Over the past 10 plus years, we have countless posts where the user did not use CODE tags or they used ICODE tags incorrectly. This has has the results of this site penalized by Google for having pages which are "not mobile friendly". So, working quietly in the background, in the thankless... (0 Replies)
Discussion started by: Neo
0 Replies

6. What is on Your Mind?

Google Search Console - Mobile Usability - No Errors or Issues - New Milestone

For the first time in the history of the site Google Search Console (GSC) has unix.com showing "no mobile viewability errors". This is no small achievement considering the hundreds of thousand of lines of legacy code we run at a site which has been around much longer than Facebook or LinkedIn: ... (0 Replies)
Discussion started by: Neo
0 Replies

7. 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
ELINKSKEYS(5)							File Formats Manual						     ELINKSKEYS(5)

NAME
elinkskeys - ELinks WWW browser key bindings SYNOPSIS
~/.elinks/elinks.conf DESCRIPTION
Key bindings for elinks should be placed in a file called ~/.elinks/elinks.conf. Note that any information regarding their format/structure may not be up-to-date. If you will discover that, please feed us with a patch. Key binding statements are of the form: bind "keymap" "keystroke" = "action" where: keymap is main, edit, or menu. keystroke is a case sensitive key, which you can prefix with Ctrl- or Alt-. Ctrl- must be followed by an uppercase key. See below for a list of valid keys. action is what the key should do. The actions available are dependent on the keymap, and are listed separately below. All words/strings may all be quoted "like so". Backslashes are escape characters, even if not between quotes. Lines beginning with a hash character (#) are comments. Keys can be unbound just by binding them to "none" action. It may be of use if you accidentally type a key often. KEYS
Valid keys are: alphanumeric characters, punctuation, Enter, Backspace, Tab, Escape, Left, Right, Up, Down, Insert, Delete, Home, End, PageUp, PageDown, F1 to F12. Some keys will need to be quoted or escaped. For example, space can be written as " " (quote space quote), and the quote itself as " (backslash quote). Backslash can be written as \ (double backslash). MAIN KEYMAP ACTIONS
The main keymap is used for general browsing. add-bookmark Open a dialog box to add a new bookmark. back Return to the previous page. bookmark-manager Open the bookmark manager dialog. cookies-load ??? Reload cookies file. (ELinks only) [pasky, shouldn't this be load-cookies?] copy-clipboard Copy the current link to the clipboard. document-info Show some information about the current page. down Move cursor downwards. download Start downloading the current link. end Go to the end of the page. enter Follow the current link. file-menu Open the File menu. find-next Find the next occurrence of the current search text. find-next-back Find the next occurrence of the current search text, in reverse. goto-url Open a "Go to URL" dialog box. goto-url-current Open a "Go to URL" dialog box containing the current URL. goto-url-current-link Open a "Go to URL" dialog box containing the current link. header-info Show the current page header information. home Go to the start of the page. link-menu Activate the contextual link menu. lua-console Open a Lua Console dialog box. Only available if Lua scripting support has been compiled in (Links-Lua and ELinks). menu Activate the menu. next-frame Move to the next frame. open-new-window Open a new instace of ELinks in a new window. open-link-in-new-window Open the current link in a new instance of ELinks in a new window. page-down Move downwards by a page. page-up Move upwards by a page. paste-clipboard Paste text from the clipboard. previous-frame Move to the previous frame. quit Open a quit confirmation dialog box. really-quit Quit without confirmation. reload Reload the current page. scroll-down Scroll the viewing window downwards. scroll-left Scroll the viewing window to the left. scroll-right Scroll the viewing window to the right. scroll-up Scroll the viewing window upwards. search Search for some text. search-back Search for some text, in reverse. toggle-display-images Toggle whether to display links to images. toggle-display-tables Toggle whether to render tables. toggle-html-plain Toggles between rendering the current page as HTML or plaintext. unback Go forwards in unhistory. (ELinks only) up Move cursor upwards. view-image View the image under the cursor. zoom-frame Show the current frame using the entire screen. EDIT KEYMAP ACTIONS
The edit keymap is used for editing text fields. up down left right home end backspace delete kill-to-bol Delete text from cursor to beginning of line. kill-to-eol Delete text from cursor to end of line. auto-complete enter copy-clipboard cut-clipboard paste-clipboard edit Edit the current textarea in an external text editor. (ELinks only) MENU KEYMAP ACTIONS
The menu keymap is used for navigating menus. left right up down home end page-up page-down DEFAULT BINDINGS
The default bindings are shown below. Any bindings in elinks.conf will override these. This list is given as an example, and may not be up to date. bind main PageDown page-down bind main " " page-down bind main Ctrl-F page-down bind main PageUp page-up bind main b page-up bind main B page-up bind main Ctrl-B page-up bind main Down down bind main Up up bind main Ctrl-Insert copy-clipboard bind main Ctrl-C copy-clipboard bind main Insert scroll-up bind main Ctrl-P scroll-up bind main Delete scroll-down bind main Ctrl-N scroll-down bind main [ scroll-left bind main ] scroll-right bind main Home home bind main Ctrl-A home bind main End end bind main Ctrl-E end bind main Right enter bind main Enter enter bind main Left back bind main d download bind main D download bind main / search bind main ? search-back bind main n find-next bind main N find-next-back bind main f zoom-frame bind main F zoom-frame bind main Ctrl-R reload bind main g goto-url bind main G goto-url-current bind main a add-bookmark bind main A add-bookmark bind main s bookmark-manager bind main S bookmark-manager bind main q quit bind main Q really-quit bind main = document-info bind main | header-info bind main \ toggle-html-plain bind main * toggle-display-images bind main Tab next-frame bind main Escape menu bind main F9 menu bind main F10 file-menu bind edit Left left bind edit Right right bind edit Home home bind edit Ctrl-A home bind edit Up up bind edit Down down bind edit End end bind edit Ctrl-E end bind edit Ctrl-Insert copy-clipboard bind edit Ctrl-B copy-clipboard bind edit Ctrl-X cut-clipboard bind edit Ctrl-V paste-clipboard bind edit Enter enter bind edit Backspace backspace bind edit Ctrl-H backspace bind edit Delete delete bind edit Ctrl-D delete bind edit Ctrl-U kill-to-bol bind edit Ctrl-K kill-to-eol bind edit Ctrl-W auto-complete bind menu Left left bind menu Right right bind menu Home home bind menu Ctrl-A home bind menu Up up bind menu Down down bind menu End end bind menu Ctrl-E end bind menu Enter enter bind menu PageDown page-down bind menu Ctrl-F page-down bind menu PageUp page-up bind menu Ctrl-B page-up # ELinks only bind main l link-menu bind main L link-menu bind main u unback bind main U unback bind main Ctrl-K cookies-load bind edit F4 edit bind edit Ctrl-T edit # Links-Lua and ELinks bind main , lua-console FILES
/etc/elinks.conf Site-wide configuration file. ~/.elinks/elinks.conf Per-user configuration file, loaded after site-wide configuration. AUTHOR
This manual page was finally written by Peter Wang (one and a half years after writing the binding code), using excerpts by David Mediav- illa. You can thank Petr Baudis for the subtle requests for documentation. Updated by Zas. SEE ALSO
elinks(1), elinks.conf(5) May, 2002 ELINKSKEYS(5)
All times are GMT -4. The time now is 09:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy