similar to: CentOS 8

Displaying 20 results from an estimated 10000 matches similar to: "CentOS 8"

2020 Apr 05
2
Windows 10 as guest on Centos 8
I agree with Liam. The good old tried and tested virt-manager will be obsoleted in the future but it is still available on RHEL/CentOS 8. Cockpit will replace it in the future but it still lacks a lot of essential features. Boxes is a tool that lacks even more functionality. As to why your computer freezes I have no clue. -- <(*) Jyrki On Sat, 2020-04-04 at 00:45 +0100, Liam O'Toole
2019 Dec 27
2
Disabling TLS 1.1 in Centos 7 cockpit
Thanks, Randal for the response. But it did not work. Here the results: #yum info cockpit Name : cockpit Arch : x86_64 Version : 195.1 Release : 1.el7.centos.0.1 Size : 51 k Repo : installed >From repo : extras Summary : Web Console for Linux servers URL : https://cockpit-project.org/ License : LGPLv2+ [root at cockpit ~]# cat
2019 Dec 27
0
Disabling TLS 1.1 in Centos 7 cockpit
Oops, excuse my typo Create /etc/systemd/system/cockpit.service.d/ssl.conf containing [Service] Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1 Then systemctl daemon-reload systemctl restart cockpit To verify that TLS 1.1 is disabled, echo test | openssl s_client -connect localhost:9090 -tls1_1 2>&1 | grep -e Protocol -e Cipher The expected result is:
2019 Dec 27
1
Disabling TLS 1.1 in Centos 7 cockpit
Sure did! I am even playing with different options (including NONE) and it seems to ignore the contents of ssl.conf I have tried Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:+TLS1.2:!TLS1.1:!TLS1.0:!ECDHE-RSA-AES256-SHA: Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:+TLS1.2:!TLS1.1:!TLS1.0:!ECDHE-RSA-AES256-SHA Environment=G_TLS_GNUTLS_PRIORITY=PFS
2019 Apr 12
1
Cockpit within httpd
Folks I'd love to use Cockpit, but I cannot open port 9090 for the access in all cases. I'd like to access it via my usual http port (such as 80) where I'm limited to a single HTTP port. I understand the security implications, and can deal with them later. My attempt was to allow the following URL to access the cockpit functionality: http://xxx.example.com/cockpit (not the
2019 Sep 25
2
Centos 8 Mate?
Once upon a time, Robert Nichols <rnicholsNOSPAM at comcast.net> said: > the lack of VM snapshot capability is a total deal-breaker for me. The capability is still there and works just the same as before. The only change is that the new preferred tool for graphical VM management, Cockpit, doesn't yet support making snapshots. virt-manager is still there for now (presumably until
2020 Apr 05
0
Windows 10 as guest on Centos 8
Thanks Jyrki and Leroy. I tried to use cockpit but virt-manager seems easier. Is there a config file for cockpit? Where is it? On Sun, 2020-04-05 at 17:58 +0300, Jyrki Tikka wrote: > I agree with Liam. The good old tried and tested virt-manager will be > obsoleted in the future but it is still available on RHEL/CentOS 8. > Cockpit will replace it in the future but it still lacks a lot
2019 Dec 27
0
Disabling TLS 1.1 in Centos 7 cockpit
On Dec 27, 2019, at 16:28, Erick Perez - Quadrian Enterprises <eperez at quadrianweb.com> wrote: > > [root at cockpit ~]# cat /etc/systemd/system/cockpit.service.d/ssl.conf > Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1 > > [root at cockpit ~]# > [root at cockpit ~]# systemctl start cockpit > [root at cockpit ~]# systemctl status
2019 Mar 19
0
CESA-2019:0482 Moderate CentOS 7 cockpit Security Update
CentOS Errata and Security Advisory 2019:0482 Moderate Upstream details at : https://access.redhat.com/errata/RHSA-2019:0482 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 74a113078cc5e8cd7951623e396da24712f5c99cb5156bc58c91f35cefd0801f cockpit-173.2-1.el7.centos.x86_64.rpm
2020 Oct 30
0
Re: virsh rights voor normal users
On Thu, Oct 29, 2020 at 11:34:09PM +0100, Natxo Asenjo wrote: > On Thu, Oct 29, 2020 at 8:39 PM Michal Privoznik <mprivozn@redhat.com> > wrote: > > > On 10/29/20 4:47 PM, Natxo Asenjo wrote: > > > ah, yes. I try this: > > > > > > $ virsh -c qemu:///system > > > > > > But it then I get a prompt: > > > > > > ====
2017 Oct 20
0
CEBA-2017:2961 CentOS 7 cockpit BugFix Update
CentOS Errata and Bugfix Advisory 2017:2961 Upstream details at : https://access.redhat.com/errata/RHBA-2017:2961 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 0b38a0e520340bae44134042c2500bf57b3c2a393bafaecbb26f65b2e0070858 cockpit-138-10.el7_4.x86_64.rpm
2020 Oct 29
2
Re: virsh rights voor normal users
On Thu, Oct 29, 2020 at 8:39 PM Michal Privoznik <mprivozn@redhat.com> wrote: > On 10/29/20 4:47 PM, Natxo Asenjo wrote: > > ah, yes. I try this: > > > > $ virsh -c qemu:///system > > > > But it then I get a prompt: > > > > ==== AUTHENTICATING FOR org.libvirt.unix.manage ============= > > System policy prevents management of local
2007 Feb 01
3
[LLVMdev] Good book for backend implementation?
Can you recommend any good book or reference for backend implementation? I skimmed some compiler books but it seemed to be more about front-end, parsing, optimization etc. Would you mind suggesting some books containing more about backend? Thank you.
2010 Jan 14
2
[LLVMdev] Register Spilling and SSA
Hi I just stumbled upon this paper. While i just skimmed over it it seems as if the authors say that their algorithm is more efficient than the llvm 2.3 algorithm? So i thought that might be interesting? http://pp.info.uni-karlsruhe.de/uploads/publikationen/braun09cc.pdf Disclaimer: I have no affiliation with the authors and stumbled in a slightly unrelated search over this paper. ST
2009 Feb 10
1
need help with installRExcel()
Struggled a whole day, but still could not get DCOM working on my machine. What I did is: 1. Installed R 2.8.1 under folder "../R/R-2.8.1" 2. Installed R_Scilab_DCOM3.0-1B5 under folder ".. \R\(D)COM Server" 3. Installed packages: rscproxy_1.0-12, RExcelInstaller_3.0-10, rcom_2.0-4... 4. run the following commands: library(rscproxy) library(rcom)
2005 Nov 14
3
Ambisonics und OggPCM
Hi, this message is a cross-post to the Sursound and ogg-dev mailig list. The developers on the ogg-dev list are defining the Ogg/PCM format and on Sursound list there discussion about Amisonics file formats recently. I have not been able to follow both disussion, just skimmed through. But maybe you can work together to bring Ambisonics into Ogg/PCM? :) http://wiki.xiph.org/index.php/OggPCM
2009 Apr 24
4
Certificate system
Hi all, Can anybody inform me wether the "RedHat Certificate System" or actually a CentOS equivalent is available for CentOS. Just skimmed on a download site through the RPM's for 5.3 and I couldn't find it. According to their pressrelease, it the code should be gpl, allthough I can't find any rpm for RH, FC or Centos. It seems that this is one of the few CA-packages for
2002 Oct 22
0
dyn.load()
Dear R-help, I am trying to use routines written in C and Embedded SQL on Sybase in R using dyn.load(). I compiled a couple of test functions into a .so file which I tried to load with R's dynl.load(). This is what happened: > dyn.load("libRClib.so") Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2008 Oct 06
1
python-sybase on Centos 5 x86_64
Installed the freetds rpms from centos-extras, also tried the ones in rpmforge http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-0.64-11.el5.centos.x86_64.rpm http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-devel-0.64-11.el5.centos.x86_64.rpm Compiled python-sybase-0.39 by hand, and also via rpm.
2004 Oct 20
2
a few questions
Ok, I think I see. The xslt files are kind of a template which tells icecast how to format the xml file that is the admin interface? Where can I get either an example xslt file or information on how this works? I didn't see details in the icecast docs. I have now skimmed the information on xml.com, but don't I need to know what xml tags icecast uses? Thanks for the help, Richard