Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.222
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby24 /
share /
ri /
2.4.0 /
system /
Socket /
Delete
Unzip
Name
Size
Permission
Date
Action
AncillaryData
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Constants
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Ifaddr
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Option
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
UDPSource
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
accept-i.ri
696
B
-rw-r--r--
2023-07-26 18:18
accept_loop-c.ri
803
B
-rw-r--r--
2023-07-26 18:18
accept_nonblock-i.ri
2.54
KB
-rw-r--r--
2023-07-26 18:18
bind-i.ri
5.04
KB
-rw-r--r--
2023-07-26 18:18
cdesc-Socket.ri
59.2
KB
-rw-r--r--
2023-07-26 18:18
connect-i.ri
7.07
KB
-rw-r--r--
2023-07-26 18:18
connect_nonblock-i.ri
2.11
KB
-rw-r--r--
2023-07-26 18:18
getaddrinfo-c.ri
1.91
KB
-rw-r--r--
2023-07-26 18:18
gethostbyaddr-c.ri
599
B
-rw-r--r--
2023-07-26 18:18
gethostbyname-c.ri
592
B
-rw-r--r--
2023-07-26 18:18
gethostname-c.ri
629
B
-rw-r--r--
2023-07-26 18:18
getifaddrs-c.ri
2.96
KB
-rw-r--r--
2023-07-26 18:18
getnameinfo-c.ri
1.35
KB
-rw-r--r--
2023-07-26 18:18
getservbyname-c.ri
767
B
-rw-r--r--
2023-07-26 18:18
getservbyport-c.ri
681
B
-rw-r--r--
2023-07-26 18:18
ip_address_list-c.ri
641
B
-rw-r--r--
2023-07-26 18:18
ipv6only%21-i.ri
346
B
-rw-r--r--
2023-07-26 18:18
listen-i.ri
4.08
KB
-rw-r--r--
2023-07-26 18:18
new-c.ri
963
B
-rw-r--r--
2023-07-26 18:18
pack_sockaddr_in-c.ri
763
B
-rw-r--r--
2023-07-26 18:18
pack_sockaddr_un-c.ri
523
B
-rw-r--r--
2023-07-26 18:18
pair-c.ri
1.08
KB
-rw-r--r--
2023-07-26 18:18
recvfrom-i.ri
6.42
KB
-rw-r--r--
2023-07-26 18:18
recvfrom_nonblock-i.ri
3.12
KB
-rw-r--r--
2023-07-26 18:18
sockaddr_in-c.ri
753
B
-rw-r--r--
2023-07-26 18:18
sockaddr_un-c.ri
513
B
-rw-r--r--
2023-07-26 18:18
socketpair-c.ri
1.09
KB
-rw-r--r--
2023-07-26 18:18
sysaccept-i.ri
1.75
KB
-rw-r--r--
2023-07-26 18:18
tcp-c.ri
1.38
KB
-rw-r--r--
2023-07-26 18:18
tcp_server_loop-c.ri
1.91
KB
-rw-r--r--
2023-07-26 18:18
tcp_server_sockets-c.ri
1.6
KB
-rw-r--r--
2023-07-26 18:18
udp_server_loop-c.ri
1.06
KB
-rw-r--r--
2023-07-26 18:18
udp_server_loop_on-c.ri
614
B
-rw-r--r--
2023-07-26 18:18
udp_server_recv-c.ri
1.06
KB
-rw-r--r--
2023-07-26 18:18
udp_server_sockets-c.ri
1.05
KB
-rw-r--r--
2023-07-26 18:18
unix-c.ri
845
B
-rw-r--r--
2023-07-26 18:18
unix_server_loop-c.ri
1.34
KB
-rw-r--r--
2023-07-26 18:18
unix_server_socket-c.ri
1
KB
-rw-r--r--
2023-07-26 18:18
unix_socket_abstract_name%3f-c.ri
283
B
-rw-r--r--
2023-07-26 18:18
unpack_sockaddr_in-c.ri
761
B
-rw-r--r--
2023-07-26 18:18
unpack_sockaddr_un-c.ri
627
B
-rw-r--r--
2023-07-26 18:18
Save
Rename
U:RDoc::AnyMethod[iI"unix_server_loop:EFI"Socket::unix_server_loop;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"-creates a UNIX socket server on _path_. ;TI"1It calls the block for each socket accepted.;To:RDoc::Markup::BlankLine o; ; [I"RIf _host_ is specified, it is used with _port_ to determine the server ports.;T@o; ; [I"8The socket is *not* closed when the block returns. ;TI"$So application should close it.;T@o; ; [ I"GThis method deletes the socket file pointed by _path_ at first if ;TI"Othe file is a socket file and it is owned by the user of the application. ;TI"VThis is safe only if the directory of _path_ is not changed by a malicious user. ;TI"9So don't use /tmp/malicious-users-directory/socket. ;TI"lNote that /tmp/socket and /tmp/your-private-directory/socket is safe assuming that /tmp has sticky bit.;T@o:RDoc::Markup::Verbatim; [I"# Sequential echo server. ;TI".# It services only one client at a time. ;TI"CSocket.unix_server_loop("/tmp/sock") {|sock, client_addrinfo| ;TI" begin ;TI"$ IO.copy_stream(sock, sock) ;TI" ensure ;TI" sock.close ;TI" end ;TI"};T:@format0: @fileI"ext/socket/lib/socket.rb;T:0@omit_headings_from_table_of_contents_below00I"socket, client_addrinfo;F[ I"(path);T@)FI"Socket;TcRDoc::NormalClass00