Search results

  1. S

    About Linux command line

    Hi all, I combine multiple .wav files and then convert the output.wav to mp3 running; $ sox *.wav output.wav | ffmpeg -i ouput.wav -vn -ar 44100 -ac 2 -b:a 192k output.mp3 It works but generating an output.wav file. Please advise how to modify the command line without generating an output.wav...
  2. S

    Seek advice on using Epson V800/V850 scanner

    Hi all, I'm prepared purchasing a Epson V800/V850 scanner to scan the old stock of film negatives, black&white and color, and photos Epson doesn't support Linux I found the driver on; Download drivers and Software http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX Please advise which...
  3. S

    Seeking for command lines

    Hi all, Please advise the command lines to find files on server database; 1) Files contain word1, word2, word3 etc and to print them on /tmp/ 2) Files contain URL having word1, word2, word3 etc and to print them on /tmp/ Thanks in advance. Regards
  4. S

    Seeking advice to write a linux script

    Hi all, I need to write a script running following commands on browser checking my websites; https://transparencyreport (dot) google.com/safe-browsing/search?url=example1 (dot) com https://transparencyreport (dot) google.com/safe-browsing/search?url=example2 (dot) com...
  5. S

    Command to screen files containing specific line

    What will be the command line? If running "find ./ ".htaccess" finding a list of .htaccess files, I need to select those .htaccess files which contain the line "Deny from all"? Thanks Regards
  6. S

    Linux command linux to check malware and virus

    Hi all, I expect running Linux/Unix command lines to check malware and virus hidden in the websites on Terminal of hosting company ? I have >40 websites installed. I can login their Terminal running Linux command lines. Please advise the command lines to be run? Thanks Regards
  7. S

    Seeking command line

    Hi all, Please advise the command line searching files containing following content <FilesMatch '.(php|php5|suspected|py|phtml)$'> Order allow,deny Deny from all </FilesMatch> Thanks Regards
  8. S

    command line to search files with string and save output to file

    Hi all, Please advise the command line to search files on ./ containing a string "Deny From All" and save the output to a file (not created in advance) Thanks Regards satimis
Top