@ã³ã³ããåå¼·ä¼ http://ct-study.connpass.com/event/28449/
The previous SF questions I've seen have lead to answers that produce MD5 hashed password. Does anyone have a suggestion on to produce an SHA-512 hashed password? I'd prefer a one liner instead of a script but, if a script is the only solution, that's fine as well. Update Replacing previous py2 versions with this one: python3 -c "import crypt;print(crypt.crypt(input('clear-text pw: '), crypt.mksal
æ¥å¸¸trap ãã¨ã¦ã便å©ã ã¨æãã¾ãã.trap [-lp] arg] sigspec ...]The command arg is to be read and executed when the shell receives signal(s) sigspec.å ·ä½çã«ã¯ rpm.sh ãªã©ã§ä½¿ããã¦ãã. RPM_SOURCE_DIR="/tmp/rpmsource-$fullname" RPM_BUILD_DIR="/tmp/rpmbuild-$fullname" trap 'rm -rf $RPM_SOURCE_DIR $RPM_BUILD_DIR; exit $?' EXIT SIGHUP SIGINT SIGTERM # é©å½ãªã·ã§ã«ã¹ã¯ãªãã... ã®ããã« trap ãæ¸ãã¦ããã¨, ã¹ã¯ãªãããçµäºãããã·ã°ãã«ãåãåãããã°ã©ã ãä¸æããã¨ãã« trap ãçºåã
Overview zsync is a file transfer program. It allows you to download a file from a remote server, where you have a copy of an older version of the file on your computer already. zsync downloads only the new parts of the file. It uses the same algorithm as rsync. However, where rsync is designed for synchronising data from one computer to another within an organisation, zsync is designed for file d
autossh - Automatically restart SSH sessions and tunnels Update: Version 1.4g most notably addresses a bug that could see an alarm signal occur without a handler, causing autossh to exit inappropriately. Previous update: Version 1.4f incorporates a number of changes and fixes to signal handling and exit conditions. The most notable changes are that it will exit properly when killed while waiting b
Updated 2012-08-04 (15.8a Released) - downloads SourceForge Project Page is here Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11. Cscope was part of the official AT&T Unix distribution for many years, and has been used to manage projects involving 20 million lines of code! In Apr
Note: The Unison project is now hosted on GitHub (here's a link). This web site is archival. Unison is a file-synchronization tool for OSX, Unix, and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
Introduction daemonize runs a command as a Unix daemon. As defined in W. Richard Stevensâ 1990 book, UNIX Network Programming (Addison-Wesley, 1990), a daemon is âa process that executes âin the backgroundâ (i.e., without an associated terminal or login shell) either waiting for some event to occur, or waiting to perform some specified task on a periodic basis.â Upon startup, a typical daemon prog
What is daemon? Daemon turns other process into daemons. There are many tasks that need to be performed to correctly set up a daemon process. This can be tedious. Daemon performs these tasks for other processes. This is useful for writing daemons in languages other than C, C++ or Perl (e.g. /bin/sh, Java). If you want to write daemons in languages that can link against C functions (e.g. C, C++), s
Supervisor: A Process Control System¶ Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. It shares some of the same goals of programs like launchd, daemontools, and runit. Unlike some of these programs, it is not meant to be run as a substitute for init as âprocess id 1â. Instead it is meant to be used to control
2009å¹´3æ21æ¥(å) â ç¡é¡ _ æ¿ç·å島ä¸å¨500kmããã£ãããªè·é¢ãªã®ã§è»ä¸æ³ã®æºåããã¦ã£ããã ãã©ãæ¥å¸°ãã§èµ°ããã£ã¦ãã¾ã£ã:-)ãæãã®ã»ãè¦ãã¹ãã¨ãããå°ãªãã£ãã¨ããã®ã大ãããã ãã â tail -f | grep | grep _ ãã®ã¸ãã ãªã¢ã«ã¿ã¤ã ã§ãã°ãè¦ãæãtailããã使ãã¨æãã¾ãã tail -f /var/log/httpd/access_log phpãå«ã¿ãjpgã¨pngãå«ã¾ãªããã°ã表示 tail -f /var/log/httpd/access_log | fgrep php | fgrep -v jpg | fgrep -v png æ®å¿µã§ãããå¾è ã¯ããªã¢ã«ã¿ã¤ã ãã§ã¯è¦ããã¾ããã _ ããã¯ãªã¢ã«ã¿ã¤ã ã§è¦ããã tail -f filename ãããæå¾ ã©ããã tail -f filename | grep h
FDUPES FDUPES is a program for identifying or deleting duplicate files residing within specified directories. Latest Version The current version of fdupes is distributed as fdupes-1.51.tar.gz. No later version has been officially released. Users should get this version, as it's presumably the most reliable. Developers and beta testers should look at the versions below. Developers Developers should
ãã®FAQã«ã¤ã㦠1 ããã»ã¹å¶å¾¡ 1.1 æ°ããããã»ã¹ã®çæ: fork() 1.1.1 fork()ã¯ä½ãããã®ã§ãã? 1.1.2 fork()ã¨vfork()ã®éãã¯ä½ã§ãã? 1.1.3 forkã«ããåããã»ã¹ãçµäºããã¨ãã«exitããã_exitã使ãã®ã¯ãªãã§ãã? 1.2 ç°å¢å¤æ° 1.2.1 ã©ãããã°ããã°ã©ã å ã§ç°å¢å¤æ°ã®å¤ãåå¾ã»è¨å®ã§ãã¾ãã? 1.2.2 ã©ãããã°å ¨ã¦ã®ç°å¢å¤æ°ã調ã¹ããã¾ãã? 1.3 ã©ãããã°ä¸ç§æªæºã®sleepãã§ãã¾ãã? 1.4 ç²åº¦ã®ç´°ããalarm()ã¯ã©ãããã°å¾ããã¾ãã? 1.5 ã©ãããã°è¦ªããã»ã¹ã¨åããã»ã¹ã®éã§éä¿¡ã§ãã¾ãã? 1.6 ã©ãããã°ã¾ã³ãããã»ã¹ãã§ãããã¨ãé²ããã¨ãã§ãã¾ãã? 1.6.1 ã¾ã³ãããã»ã¹ã£ã¦ãªãã§ãã? 1.6.2 ã©ãããã°ã¾ã³ãããã»ã¹ã«ãªããã¨ãé²ãã¾ãã? 1.7
ä»ã¾ã§åå¨ãç¥ãã¾ããã§ããã便å©ãæç®ã§ããããã«ãªãã¹ããªãã§ããããã©ã Karetta|[misc] IPã¢ãã¬ã¹ã®ç¯å²ããããããã¹ã¯ãè¨ç®ãã ä¾ãã°ãYahooã®ã¢ãã¤ã«ç¨ã¯ãã¼ã©ã®IPç¯å²ã¯ã124.83.159.146 ã 124.83.159.185ãã¨ãã¦å ¬éããã¦ãã¾ãããããããããã¹ã¯ã使ã£ã表è¨ã«ããããã«ãipcountã使ã£ã¦ã¿ãã®ã以ä¸ã $ ipcount 124.83.159.146 - 124.83.159.185 124.83.159.146/31 124.83.159.146 - 124.83.159.147 [2] 124.83.159.148/30 124.83.159.148 - 124.83.159.151 [4] 124.83.159.152/29 124.83.159.152 - 124.83.159.159 [8] 124.83.
ã©ã³ãã³ã°
ã©ã³ãã³ã°
ã©ã³ãã³ã°
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}