search for: lunux

Displaying 7 results from an estimated 7 matches for "lunux".

Did you mean: linux
2015 Dec 21
2
Beginner's questions/suggestions
Hi! I was just trying libopus0-1.1-3.2.x86_64 and opus-tools-0.1.9-3.2.x86_64 on openSUSE Leap, and I was wondering: opusenc does not display the file name it processes. In Lunux when you use some batch processing, it might be interesting! Example output for "for f in *.wav;do opusenc --bitrate 160 $f ${f%.wav}.opus; done": ---just on file--- Encoding using libopus 1.1 (audio) ----------------------------------------------------- Input: 44.1kHz 2 channels Out...
2009 Jul 31
8
How to stop an R script when running JGR on a Linux/SuSE system
When I need to stop a running R script on Windows or Mac I just use the <esc> key which kills the current script and returns the control to R interpreter. But when I run R from JGR the <esc> is useless as well as the other available keyboard keys. Just recently not even clicking on the STOP-symbol (a big red X) placed on JGR top menu bar could terminate a process that had entered a
2015 Dec 22
1
Antw: Re: Beginner's questions/suggestions
...schrieb am 21.12.2015 um 19:51 in Nachricht <CAEW_RkshUM55uwdvU6DsE17pLZki651Xvvu7d2Y6jObePXZwCQ at mail.gmail.com>: > On 21 December 2015 at 04:31, Ulrich Windl > <Ulrich.Windl at rz.uni-regensburg.de> wrote: > >> opusenc does not display the file name it processes. In Lunux when you use > some batch processing, it might be interesting! Example output for >> "for f in *.wav;do opusenc --bitrate 160 $f ${f%.wav}.opus; done": > > In situations like this, i usually insert an 'echo $f;' before he > first command in the for loop. >...
2020 Sep 20
0
Cannot access Windows 10 printer - but can access all other parts of teh server (disks, folders etc)
Hi, I am very new to mailing lists so please excuse any mistakes I make regarding ettiquete etc. On a home network (Windows/Apple/Lunux) everybody has co-operated happily. I recently swapped my Linux system from Mint (Mate) to Debian (KDE) Buster. I can no longer access the Windows machine's printer form Debian. I have tried many things and done a great deal of googling but cannot seem to find an answer. I have the following e...
2015 Dec 21
0
Beginner's questions/suggestions
On 21 December 2015 at 04:31, Ulrich Windl <Ulrich.Windl at rz.uni-regensburg.de> wrote: > opusenc does not display the file name it processes. In Lunux when you use some batch processing, it might be interesting! Example output for > "for f in *.wav;do opusenc --bitrate 160 $f ${f%.wav}.opus; done": In situations like this, i usually insert an 'echo $f;' before he first command in the for loop. > For the output, can't...
2007 Dec 18
0
[LLVMdev] how to compile mingw-llvm-gcc in windows
Hello, llvm-dev. thank you for your interest in my question. Currently, I compiled simple c source code (hello.c) in lunux and windows, and I tried to simple test . first case: hello.bc (compiled with "-emit-llvm" on windows) -> lli.exe(linux). second case: hello.bc (compiled with "-emit-llvm" on linux) -> lli.exe(windows). second case return good result. but First case return error. I want...
2000 Jun 15
3
Usign hosts allow in the smb.conf file
Hi, I have a setup of Windows NT machines and SUN Solaris (UNIX) machines. I have installed samba on one of the UNIX machine. I am able to connect to the UNIX machine using samba from any of my NT machines. I want only few of my NT machines should be able to connect to the UNIX machine (with samba). To do so, I have set following in my smb.conf file hosts allow = hostname1, hostname2, ... I