Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author | user:1234 user:me (yours) |
| Score | score:3 (3+) score:0 (none) |
| Answers | answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections | title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status | closed:yes duplicate:no migrated:no wiki:no |
| Types | is:question is:answer |
| Exclude | -[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with oracle-linux
Search options not deleted user 70757
Oracle Linux is a Linux distribution derived from Red Hat Enterprise Linux
1 vote
0 answers
473 views
Change port binding from 127.0.0.1 to 0.0.0.0 on Oracle Linux 6 (RHEL 6)
I need to expose my Rails port, which is port 3000. I can see from netstat -ntlp that it is set up for only the local machine's users, i.e. 127.0.0.1. I need to change this to 0.0.0.0 but I am not su …
1 vote
0 answers
85 views
TightVNC logs 2nd user on as 1st user to Oracle Linux (RHEL)
My coworker and I are working on an Oracle Linux VPS. We use TightVNC to logon to the desktop. I'm usually logged in first on my own port/session (5901) and when he connects to his (5902) using his o …