Unix
How can I perform a bulk DNS query using perl on Unix/Linux?
I have a list of systems for which I\'m 开发者_如何转开发trying to get IP addresses.I\'ve successfully used the Net::DNS module for perl to perform an IP address query for a single hostname.I have 1,0[详细]
2023-04-12 17:40 分类:问答Two Bash/Applescript needed to read and manipulate text files within folder
I have a couple dozen text (.txt) files containing long lists of words (one per line) that I want to convert into an audio file using OS X Lion \'Text to Speech.\' To do so, I need to add in synth voi[详细]
2023-04-12 16:08 分类:问答Find duplicates with md5sum
I have a double loop that opens a files and uses awk to take the first section and the second section of each line. The first section is the md5sum of a file and the second chunk is the filename. Howe[详细]
2023-04-12 14:48 分类:问答C++ Qt write to unix socket
I have a unix socket in /tmp/my_s开发者_开发知识库ock How can I connect to it and write data? Is there a Qt way to do it?Qt supports unix domain sockets natively through QLocalSocket and QLocalServer[详细]
2023-04-12 14:19 分类:问答How to only find files in a given directory, and ignore subdirectories using bash
I\'m running the find command to find certain files, but some files in sub-directories have the same name which 开发者_如何学GoI want to ignore.[详细]
2023-04-12 13:40 分类:问答Formatting output of queries in SQLPlus
I\'m working with SQLPlus at the moment and whenever I query the Database, the result is in a complete mess. In other words, it is hard to read.I wonder if anyone knows how to format the output of que[详细]
2023-04-12 13:08 分类:问答Error while calling sql from unix shell script
I have a shell script running on unix. Like this: $ORACLE_HOME/bin/sqlplus -s \'/ as sysdba\' <<EOF[详细]
2023-04-12 13:01 分类:问答Thread synchronization ,anyone can give me algorithm?
My task is to write a encrypted program in C. There is a source file and a target file.My program need read content from source file, encrypt them and[详细]
2023-04-12 12:22 分类:问答Running command with browser
I want to have a \"control panel\" on a website, and when a button is pressed, I want it to run a command on the server (my computer).The panel is to run different python scripts I wrote (one script f[详细]
2023-04-12 11:16 分类:问答Editing source during program execution
I have a C program which calls several functions from different 开发者_开发知识库files, and in compilation I link all the object files together to make the binary. I then start execution of the progra[详细]
2023-04-12 10:38 分类:问答