Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-6.8.0-136 /
scripts /
package /
Delete
Unzip
Name
Size
Permission
Date
Action
debian
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
builddeb
5.4
KB
-rwxr-xr-x
2026-07-01 19:48
buildtar
3.9
KB
-rwxr-xr-x
2024-03-10 20:38
gen-diff-patch
1.41
KB
-rwxr-xr-x
2024-03-10 20:38
install-extmod-build
986
B
-rwxr-xr-x
2026-07-01 19:48
kernel.spec
3.38
KB
-rw-r--r--
2024-03-10 20:38
mkdebian
6.12
KB
-rwxr-xr-x
2024-03-10 20:38
mkspec
697
B
-rwxr-xr-x
2024-03-10 20:38
snapcraft.template
256
B
-rw-r--r--
2024-03-10 20:38
Save
Rename
#!/bin/sh # # Output a simple RPM spec file. # This version assumes a minimum of RPM 4.13 # # The only gothic bit here is redefining install_post to avoid # stripping the symbols from files in the kernel which we want # # Patched for non-x86 by Opencon (L) 2002 <opencon@rio.skydome.net> # output=$1 mkdir -p "$(dirname "${output}")" exec >"${output}" if grep -q CONFIG_MODULES=y include/config/auto.conf; then echo '%define with_devel %{?_without_devel: 0} %{?!_without_devel: 1}' else echo '%define with_devel 0' fi cat<<EOF %define ARCH ${ARCH} %define KERNELRELEASE ${KERNELRELEASE} %define pkg_release $("${srctree}/init/build-version") EOF cat "${srctree}/scripts/package/kernel.spec"