đŸ•ˇī¸ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 31 (from laksa031)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

â„šī¸ Skipped - page is already crawled

📄
INDEXABLE
✅
CRAWLED
19 days ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH0.6 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttp://ocean.stanford.edu/research/screen.html
Last Crawled2026-03-21 18:37:48 (19 days ago)
First Indexednot set
HTTP Status Code200
Meta Titlescreen help
Meta Descriptionnull
Meta Canonicalnull
Boilerpipe Text
With screen you can log in to a server and stay virtually logged in even when you shut down your computer. You can also go to another computer, re-login to the server and resume the same terminal session. Starting screen First connect to ocean (ssh user@ocean.stanford.edu). After you are logged in type 'screen' (no quotes, it if complains about a terminal or something, set terminal to vt100, by typing 'setenv TERM vt100'). Detaching/restarting screen If you want log out of ocean, or close down your computer, but still keep the terminal session running, you have to detach it. This is different then exiting screen. If you exit screen, by typing exit, you lose that session. To detach it, type Ctrl-a Ctrl-d (most commands in screen start with Ctrl-a, this overrides the Ctrl-a command normally used when you want to jump to the start of a line). To reconnect to it, type 'screen -r'. More info... - You can have more then one 'window' in one screen session. New window: Ctrl-a Ctrl-c. - Switch back to the last window you were: Ctrl-a Ctrl-a. - Switch to the next window: Ctrl-a Ctrl-n - All windows are numbered. Type Ctrl-a Ctrl-w to see a list. The one with a * is the current one. To switch to eg. window 3, type Ctrl-a 3. - To delete a window: Ctrl-a Ctrl-k. - Log the session to a file: Ctrl-a H Use a custom name: Ctrl-a : Type: logfile newlogfilename - Many more commands... see ' man screen ' - You can also have more screen sessions. From another terminal window (not inside screen) type screen again. To see a list of screen session: screen -list. It will also show if they are attached (open somewhere) or detached. You can only reconnect to detached screen sessions. If more then one screen session, type 'screen -r screenname' (where screenname is something like: 4707.pts-14.ocean). If you want to reconnect to a screen that is attached somewhere, you can force it to detach and then reconnect by typing: 'screen -D -r screenname'. You can also set the screen name to something more userfriendly with the '-S' option. Example: start screen as 'screen -S model1'. You can reconnect to is with 'screen -r model1'. Again see the man pages for more options. - Tip: you can use the screen window number as a variable. Handy if running a script for a range of years in multiple screen windows, eg: let year=1998+$WINDOW ; idl -e "proj_ice_cdr, year='$year', nrt=0, anystr='so_40S_4km', tres='DAY'" -or- idl -e "proj_ice_cdr, year='$(($WINDOW+1998))', nrt=0, anystr='so_40S_4km', tres='DAY'"
Markdown
## screen help With screen you can log in to a server and stay virtually logged in even when you shut down your computer. You can also go to another computer, re-login to the server and resume the same terminal session. Starting screen First connect to ocean (ssh user@ocean.stanford.edu). After you are logged in type 'screen' (no quotes, it if complains about a terminal or something, set terminal to vt100, by typing 'setenv TERM vt100'). Detaching/restarting screen If you want log out of ocean, or close down your computer, but still keep the terminal session running, you have to detach it. This is different then exiting screen. If you exit screen, by typing exit, you lose that session. To detach it, type Ctrl-a Ctrl-d (most commands in screen start with Ctrl-a, this overrides the Ctrl-a command normally used when you want to jump to the start of a line). To reconnect to it, type 'screen -r'. More info... - You can have more then one 'window' in one screen session. New window: Ctrl-a Ctrl-c. - Switch back to the last window you were: Ctrl-a Ctrl-a. - Switch to the next window: Ctrl-a Ctrl-n - All windows are numbered. Type Ctrl-a Ctrl-w to see a list. The one with a \* is the current one. To switch to eg. window 3, type Ctrl-a 3. - To delete a window: Ctrl-a Ctrl-k. - Log the session to a file: Ctrl-a H Use a custom name: Ctrl-a : Type: logfile newlogfilename - Many more commands... see '[man screen](http://www.hmug.org/man/1/screen.php)' - You can also have more screen sessions. From another terminal window (not inside screen) type screen again. To see a list of screen session: screen -list. It will also show if they are attached (open somewhere) or detached. You can only reconnect to detached screen sessions. If more then one screen session, type 'screen -r screenname' (where screenname is something like: 4707.pts-14.ocean). If you want to reconnect to a screen that is attached somewhere, you can force it to detach and then reconnect by typing: 'screen -D -r screenname'. You can also set the screen name to something more userfriendly with the '-S' option. Example: start screen as 'screen -S model1'. You can reconnect to is with 'screen -r model1'. Again see the man pages for more options. - Tip: you can use the screen window number as a variable. Handy if running a script for a range of years in multiple screen windows, eg: let year=1998+\$WINDOW ; idl -e "proj\_ice\_cdr, year='\$year', nrt=0, anystr='so\_40S\_4km', tres='DAY'" -or- idl -e "proj\_ice\_cdr, year='\$((\$WINDOW+1998))', nrt=0, anystr='so\_40S\_4km', tres='DAY'"
Readable Markdown
With screen you can log in to a server and stay virtually logged in even when you shut down your computer. You can also go to another computer, re-login to the server and resume the same terminal session. Starting screen First connect to ocean (ssh user@ocean.stanford.edu). After you are logged in type 'screen' (no quotes, it if complains about a terminal or something, set terminal to vt100, by typing 'setenv TERM vt100'). Detaching/restarting screen If you want log out of ocean, or close down your computer, but still keep the terminal session running, you have to detach it. This is different then exiting screen. If you exit screen, by typing exit, you lose that session. To detach it, type Ctrl-a Ctrl-d (most commands in screen start with Ctrl-a, this overrides the Ctrl-a command normally used when you want to jump to the start of a line). To reconnect to it, type 'screen -r'. More info... - You can have more then one 'window' in one screen session. New window: Ctrl-a Ctrl-c. - Switch back to the last window you were: Ctrl-a Ctrl-a. - Switch to the next window: Ctrl-a Ctrl-n - All windows are numbered. Type Ctrl-a Ctrl-w to see a list. The one with a \* is the current one. To switch to eg. window 3, type Ctrl-a 3. - To delete a window: Ctrl-a Ctrl-k. - Log the session to a file: Ctrl-a H Use a custom name: Ctrl-a : Type: logfile newlogfilename - Many more commands... see '[man screen](http://www.hmug.org/man/1/screen.php)' - You can also have more screen sessions. From another terminal window (not inside screen) type screen again. To see a list of screen session: screen -list. It will also show if they are attached (open somewhere) or detached. You can only reconnect to detached screen sessions. If more then one screen session, type 'screen -r screenname' (where screenname is something like: 4707.pts-14.ocean). If you want to reconnect to a screen that is attached somewhere, you can force it to detach and then reconnect by typing: 'screen -D -r screenname'. You can also set the screen name to something more userfriendly with the '-S' option. Example: start screen as 'screen -S model1'. You can reconnect to is with 'screen -r model1'. Again see the man pages for more options. - Tip: you can use the screen window number as a variable. Handy if running a script for a range of years in multiple screen windows, eg: let year=1998+\$WINDOW ; idl -e "proj\_ice\_cdr, year='\$year', nrt=0, anystr='so\_40S\_4km', tres='DAY'" -or- idl -e "proj\_ice\_cdr, year='\$((\$WINDOW+1998))', nrt=0, anystr='so\_40S\_4km', tres='DAY'"
Shard31 (laksa)
Root Hash9619766982384267031
Unparsed URLedu,stanford!ocean,/research/screen.html h80