본문 바로가기

Perl6

Webmin API 통해 다양한 모듈 정보를 수집하여 통합관리 Webmin은 웹 기반의 시스템 관리 도구로, API를 통해 다양한 기능을 사용할 수 있습니다. 아래는 Webmin API를 사용하는 방법에 대한 간략한 설명입니다. 주어진 예시는 주로 웹서버에서 Perl 스크립트를 사용하는 것을 전제로 합니다. Webmin::API Perl 모듈 설치 Webmin::API Perl 모듈은 Webmin API를 사용하기 위한 도구입니다. 다음은 이 모듈을 설치하는 단계입니다. # Webmin::API Perl 모듈 다운로드 wget https://download.webmin.com/download/modules/Webmin-API-1.0.tar.gz # 압축 해제 및 설치 tar xvzf Webmin-API-1.0.tar.gz cd Webmin-API perl Makef.. 2024. 1. 7.
리눅스 시스템 설정을 Webmin 웹 기반으로 관리 Webmin은 웹 기반의 시스템 관리 도구로서, 사용자가 웹 브라우저를 통해 시스템을 설정하고 관리할 수 있게 하는 오픈 소스 도구입니다. 주로 Linux 및 유닉스 기반 시스템에서 사용되며, 시스템 관리자가 CLI(Command Line Interface) 대신 웹 인터페이스를 통해 서버를 구성하고 모니터링할 수 있도록 지원합니다. 주요 기능 시스템 구성 및 관리 파일 시스템: 파일 및 디렉토리 관리, 파일 편집기 제공. 네트워크 설정: 네트워크 인터페이스, 라우팅, DNS 설정 등을 웹 인터페이스를 통해 수정 가능. 서비스 제어: 다양한 시스템 서비스(웹 서버, 데이터베이스 등)를 시작, 중지, 다시 시작할 수 있음. 사용자 및 보안 관리 사용자 및 그룹 관리: 사용자 및 그룹 생성, 수정, 삭제 가.. 2024. 1. 6.
PostgreSQL Shell Injection Shell InjectionPostgreSQL provides a mechanism to add custom functions by using both Dynamic Library and scripting languages such as python, perl, and tcl. Dynamic LibraryUntil PostgreSQL 8.1, it was possible to add a custom function linked with libc: CREATE FUNCTION system(cstring) RETURNS int AS '/lib/libc.so.6', 'system' LANGUAGE 'C' STRICT Since system returns an int how we can fetch results.. 2010. 8. 5.
Redis Command Reference memcached 류의 Key-Value 모델 이상의 역할을 수행하는 것이 가능하다. PHP와 Redis만으로 (즉, 별도의 Database 등을 사용하지 않고) 개발되고 있다. Every command name links to a specific wiki page describing the behavior of the command. Connection handling QUIT close the connection AUTH simple password authentication if enabled Commands operating on all the kind of values EXISTS key test if a key exists DEL key delete a key TYPE key return th.. 2009. 12. 17.
XAMPP for Windows The XAMPP 1.7.1 is available! We've released a new version of XAMPP, including: Apache HTTPD 2.2.11 + Openssl 0.9.8i MySQL 5.1.33 PHP 5.2.9 phpMyAdmin 3.1.3.1 XAMPP CLI Bundle 1.3 FileZilla FTP Server 0.9.31 Mercury Mail Transport System 4.62 Please visit the win32 compatibility list. Vista Note: Because missing or insufficient write permissions in the c:\program files folder of the default vist.. 2009. 6. 9.