Displaying 20 results from an estimated 90 matches similar to: "Grettings!"
2018 Nov 19
0
Grettings!
On Mon, Nov 19, 2018 at 1:27 PM Glenio Cortes Himmen <
glenio.himmen at gmail.com> wrote:
>
>
> Whats is CDE?
>
>
>
https://en.wikipedia.org/wiki/Common_Desktop_Environment
Gianluca
2018 Oct 28
4
IBM buying RedHat
https://www.cnbc.com/2018/10/28/ibm-is-reportedly-nearing-deal-to-acquire-red-hat.html
2019 Feb 09
4
firefox-60.5.0-2.el7.centos.x86_64 and Netflix
Hi all,
Since the last upgrade to firefox-60.5.0-2.el7.centos.x86_64 on my
CentOS 7, it is no longer possible to watch Netflix with my Firefox, it
always says that "Firefox is installing components needed to play the
audio or video on this page. Please try again later."
But nothing happens and Netflix is no longer readable with Firefox...
I tried downgrading to
2017 Dec 29
5
OpenVPN server and firewalld
How do I insert the iptables rule below using firewalld?
I'm moving up from CentOS 6 to 7 on an office gateway and I'm trying to get
OpenVPN working to allow home workers to access PCs at the office. I've got
it all working but only by manually inserting an ACCEPT rule in the FORWARD
iptables chain:
iptables -I FORWARD 3 -i tun+ -j ACCEPT
This rule was extracted from my iptables
2013 Oct 28
2
how to Build .opus file
Hi all!
Using the code in opus_demo.c I write a c program for encode and decode the
audio from one microphone, I can encode and decode raw audio into .opus
file, but really is not an opus file because i need to add the "OpusHead"
and the "OpusTags". In order that any opus player can play that file.
So I only need in my c program how to add this streams to my file an how to
2013 Oct 28
2
how to Build .opus file
Hi Jean
The problem is that for using this package I need to use all the libs like
ogg, even Speex?, no, and also where i can find an easy example like
opus_demo.c to create the .opus file
Greetings
Toni
2013/10/28 Jean-Marc Valin <jmvalin at jmvalin.ca>
> Hi Toni,
>
> The package you want is opus-tools. You can get it from the download
> section. For file distribution,
2009 Jul 03
0
[LLVMdev] Profiling in LLVM Patch Followup 2
Hi,
this is the second in a series of patches to cleanup and improve the
LLVM Profiling Infrastructure. It depends on the previous patch from
http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-July/023569.html
The ProfileInfoLoaderPass was only dealing with edge profiling
information, this patch adds support for block and function profiling
information.
Grettings, Andi
2009 Nov 23
2
Vista laptop in Samba 3.3.4 domain suddenly trying to use roaming profiles?
Grettings, all
I have a bizarre problem on a laptop in my Samba 3.3.4 domain. This domain
includes a mixture of XP Pro and Vista Ultimate clients.
I had just completed a migration to this new domain (from a Samba 2.2.8a
domain), and all seemed happy and well - machines had rebooted and were
still active in the domain, users were logging in with no problem, shares
were working perfectly - all
2018 Oct 28
4
IBM buying RedHat
Le 28/10/2018 ? 22:10, Albert McCann a ?crit?:
> Damn, this is bad enough to make one weep.
Red Hat would stay as a distinct entity inside IBM. IBM has also
contributed to Free software, and especially Linux kernel.
I don't know how bad it is and the implications for CentOS...
Alain
--
Administrateur Syst?me/R?seau
C2N (ex LPN) Centre de Nanosciences et Nanotechnologies (UMR 9001)
2006 Mar 09
0
Problems protecting one share folder...?
Hi people.
I have been reading about shares access protection with samba, i found
some sites googling but i still dont know how to implement this problem,
this is my situation:
smb.conf for that share:
[test]
comment = Test System
path = /opt/test
writeable = yes
valid users = @inges @notelaacabas @mfonseca @mvalencia
read list = mfonseca mvalencia
create mode = 0660
1998 Sep 20
1
samba crashes NT-workstation??
Hi
quite strange assumtion, but I have the feeling, that samba makes my NT-CLient crash (blue screen). I haven't found anything in the archives about such troubles.
It dosn't matter whether sp3 is installed on the NT machine, nor does a specific samba version makes this behavior vanish, it's just that my samba server wasn't available for a 3 months period in which the NT
2013 Oct 28
0
how to Build .opus file
Hi Toni,
The package you want is opus-tools. You can get it from the download
section. For file distribution, always use opusenc (or equivalent),
never opus_demo.
Cheers,
Jean-Marc
On 10/28/2013 11:34 AM, Antonio Juan wrote:
> Hi all!
>
> Using the code in opus_demo.c I write a c program for encode and decode
> the audio from one microphone, I can encode and decode raw audio
2013 Oct 28
0
how to Build .opus file
On 10/28/2013 01:37 PM, Antonio Juan wrote:
> The problem is that for using this package I need to use all the libs
> like ogg, even Speex?,
You do not need Speex. You do need libogg because .opus files *are* Ogg
files.
> no, and also where i can find an easy example
> like opus_demo.c to create the .opus file
There's an easy example called opusenc in the opus-tools package :-)
2006 Nov 07
0
astertest
Hi all!!
I've made some changes to the applications that Astertest was using to
monitor the performance of the server. Now is also possible to track the
bandwidth usage of the server, this has nothing to do with the executable
(astertest.exe) itself but with the events that the Asterisk Manager
generates.
The method described in:
http://www.asteriskguru.com/tutorials/astertest.html
to
2016 Oct 15
2
IPv6 address configuration and default IPv6 address with CentOS 6.8?
Hello,
when I have this in /etc/sysconfig/network-scripts/ifcfg-eth0
TYPE=Ethernet
NAME=eth0
NM_CONTROLLED=no
ONBOOT=yes
DEVICE=eth0
USERCTL=no
...
IPV6INIT=yes
IPV6ADDR=2001:DB8:DEAD:BEEF::10
IPV6ADDR_SECONDARIES="2001:DB8:DEAD:BEEF::20 2001:DB8:DEAD:BEEF::30
2001:DB8:DEAD:BEEF::40 2001:DB8:DEAD:BEEF::50"
IPV6_AUTOCONF=no
IPV6_DEFAULTGW=2001:DB8:DEAD:BEEF::1
IPV6_DEFAULTDEV=eth0
I
2013 Oct 28
2
how to Build .opus file
Thanks for your help, I will follow that, so in order to sum up
I need:
- libopus 1.0.3 compiled as static or shared library
- libogg 1.3.1 compiled as static or shared library
- opus-tools 0.1.7
and then follow the example in opus-tools opusenc.c to get things ready,
because if I try to compile opus-tools, this ask for me for the speex
library, and other things
I think that that will we all.
2004 Mar 18
3
migration nt4 with ldap problem
hello
i try to migrate nt4 to samba. the passwd-backend is ldap.
the migration itself works fine but after that, i cannot logon from the
windows xp clients
to the domain. -> i have to rejoin the client to the domain then it works
is this a bug or feature?
the sambaNTPassword change then in ldap data base
here is part of my smb.conf
------------------- snip -----------------
workgroup
2007 Mar 13
4
'substitute' question
# I use this code to label a graph with the R2:
# graph
x <- rnorm(100)
y <- x + rnorm(100)
lm1 <- lm(y~x)
plot(x,y)
# label
R2text <- substitute(paste(R^2," = ",r2),list(r2=r2))
text(1,-3,R2text, col="red")
# i have modified this a bit, so that i have a vector with other labels,
each of which
# will be labelled on the graph. Example:
texts <- c("And the
2009 Jun 29
7
[LLVMdev] Profiling in LLVM Patch
Hi all,
as proposed in
http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-February/020396.html
I implemented the algorithm presented in [Ball94]. It only instruments
the minimal number of edges necessary for edge profiling.
The main changes introduced by this patch are:
*) a interface compatible rewrite of ProfileInfo
*) a cleanup of ProfileInfoLoader
(some functionality in ProfileInfoLoader
2007 Jul 17
4
[R-sig-DB] RODBC on Oracle DB
essai <- odbcConnect("ORESTE_prod", uid="osis_r", pwd="12miss15" ,case="oracle")
> sqlTables(essai)$ORESTE
...
1315 <NA> ORESTE S_PROFESSIONS_OLD TABLE <NA>
1316 <NA> ORESTE S_PROVENANCES TABLE <NA>
1317 <NA> ORESTE