2025-04-01から1ヶ月間の記事一覧
https://kaworu.jpn.org/freebsd/zip sudo pkg install zip sudo pkg install unzip unzip-6.0_8 List, test, and extract compressed files from a ZIP archive zip-3.0_4 Create/update ZIP files compatible with PKZIP /usr/bin/unzip /usr/local/bin/un…
FreeBSD 14.2 grep (BSD grep, GNU compatible) 2.6.0-FreeBSD $ grep -E "*" grep: repetition-operator operand invalidgrep (GNU grep) 2.5.1-FreeBSD $ grep -E "*"エラーなし
https://github.com/beautifier/js-beautifyhttps://stackoverflow.com/a/4041563 FreeBSD sudo pkg install py311-jsbeautifier js-beautify --indent-size 2 --end-with-newline jquery.bxslider.min.jspython版は .jsbeautifyrc は使えない。オプションで…
server { ... location / { # Matches URLS `$_GET['_url']` try_files $uri $uri/ /index.php?_url=$uri&$args; } location ~ [^/]\.php(/|$) { ... } auth_basic "Basic Authentication"; auth_basic_user_file /etc/nginx/.htpasswd; } サイト全体にベー…
nmap スキャンタイミング設定 T(0-5):T0からT5まであり、T3がデフォルト速度で数値が上がるほどスキャン速度が上昇します。T0及びT1はIDSの回避用とリファレンスに記載されています。 nmapの基本的な使い方 | セキュリティ専門企業発、ネットワーク・ログ監…
ユーザ作成時に指定できない vipwない edit /etc/passwd and swap the ID edit /etc/group in case you want to change a group ID synouser --rebuild allhttps://amoklauf.ch/posts/synology/changeid/ 2022 DSM 7.1.1で確認NFSv4を使わずNFSv3でuid,gidを…