similar to: SYLINUX uninstall (was: )

Displaying 20 results from an estimated 900 matches similar to: "SYLINUX uninstall (was: )"

2015 Feb 02
0
Syslinux fork @ github.com/r0m30/sylinux (msedpba branch)
Hello all, Just wanted to say thanks to the Syslinux development community. I was able to use the Syslinux infrastructure to develop a Pre-Boot Authorization program for my GPL TCG/OPAL full disk encryption management software. I'm not sure if it will be of interest to any of you but if you are looking for AHCI/SATA support my code may contain a reasonable starting point. The code accesses
2020 Aug 07
1
Re: Installing Kali Linux using KVM virt-install tool
Hi Pavel, I am running virt-install version 1.5.0 on CentOS Linux release 7.6.1810 (Core) server. #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 --os-type=linux --os-variant=debian9 --graphics none --location
2020 Aug 07
0
Re: Installing Kali Linux using KVM virt-install tool
On Fri, Aug 07, 2020 at 05:05:48PM +0530, Kaushal Shriyan wrote: > On Fri, Aug 7, 2020 at 1:10 PM Erik Skultety <eskultet@redhat.com> wrote: > > > On Wed, Aug 05, 2020 at 10:13:57PM +0530, Kaushal Shriyan wrote: > > > On Wed, Aug 5, 2020 at 1:32 PM Pavel Hrdina <phrdina@redhat.com> wrote: > > > > > > > On Wed, Aug 05, 2020 at 06:57:11AM +0530,
2020 Aug 07
0
Re: Installing Kali Linux using KVM virt-install tool
On Wed, Aug 05, 2020 at 10:13:57PM +0530, Kaushal Shriyan wrote: > On Wed, Aug 5, 2020 at 1:32 PM Pavel Hrdina <phrdina@redhat.com> wrote: > > > On Wed, Aug 05, 2020 at 06:57:11AM +0530, Kaushal Shriyan wrote: > > > Hi, > > > > > > I am trying to install kali-linux-2020.2-installer-amd64.iso ( > > > https://www.kali.org/downloads/) using KVM
2020 Aug 07
2
Re: Installing Kali Linux using KVM virt-install tool
On Fri, Aug 7, 2020 at 1:10 PM Erik Skultety <eskultet@redhat.com> wrote: > On Wed, Aug 05, 2020 at 10:13:57PM +0530, Kaushal Shriyan wrote: > > On Wed, Aug 5, 2020 at 1:32 PM Pavel Hrdina <phrdina@redhat.com> wrote: > > > > > On Wed, Aug 05, 2020 at 06:57:11AM +0530, Kaushal Shriyan wrote: > > > > Hi, > > > > > > > > I am
2020 Aug 05
0
Re: Installing Kali Linux using KVM virt-install tool
On Wed, Aug 05, 2020 at 06:57:11AM +0530, Kaushal Shriyan wrote: > Hi, > > I am trying to install kali-linux-2020.2-installer-amd64.iso ( > https://www.kali.org/downloads/) using KVM virt-install tool > > #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img > --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 > --os-type=linux
2020 Aug 05
3
Re: Installing Kali Linux using KVM virt-install tool
On Wed, Aug 5, 2020 at 1:32 PM Pavel Hrdina <phrdina@redhat.com> wrote: > On Wed, Aug 05, 2020 at 06:57:11AM +0530, Kaushal Shriyan wrote: > > Hi, > > > > I am trying to install kali-linux-2020.2-installer-amd64.iso ( > > https://www.kali.org/downloads/) using KVM virt-install tool > > > > #virt-install --name=kalilinux
2020 Aug 05
2
Installing Kali Linux using KVM virt-install tool
Hi, I am trying to install kali-linux-2020.2-installer-amd64.iso ( https://www.kali.org/downloads/) using KVM virt-install tool #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 --os-type=linux --os-variant=debian9 --graphics none --location=/linuxkvmaddgbdisk/kali-linux-2020.2-installer-amd64.iso
2009 Mar 10
0
Problem with opensuse PVM
Hi all. I have a problem with pciback in OpenSUSE using PVM. I try to send 3 nic for the PVM.. its ok.. but.. if i try ifconfig eth3 up.. got the error... Please.. see this. Anybody.. know this problem? Thanks, Junior opensuse:~ # uptime 3:36pm up 0:03, 2 users, load average: 0.02, 0.06, 0.02 opensuse:~ # uname -a Linux opensuse 2.6.27.7-9-xen #1 SMP 2008-12-04 18:10:04 +0100 x86_64
2007 Aug 01
1
need help.. n do apolosize
Dear All, cd any one plss let me know how to subscribe to sendmail mailing lists.. i am not able to do it apprecite n thanks regards simon -- Network Administrator
2018 Feb 12
0
[PATCH] customize, sysprep, v2v: handle Kali Linux as Debian
Kali Linux is a Debian derivative, so add basic support for it by using most of the Debian code paths. The only exception is the crypto algorithm for passwords in passwd, which is always assumed as SHA512 (as Kali Linux is relatively new). --- customize/firstboot.ml | 2 +- customize/hostname.ml | 2 +- customize/password.ml | 2 +-
2005 Mar 12
2
Pretec Allegro does not appear to play Oggs
Can I change the wiki? The box claims it plays oggs, the tech. specs. in the booklet claims it plays oggs, *some* places on the website claims it supports oggs, but it doesn't actually play my oggs. Can I move it to a "misadvertised" section, or a "rumours" section, or what can I do to indicate this to other people, so they don't accidentaly buy it? Hugo
2018 Feb 12
2
[PATCH] inspect: recognize the Kali Linux distribution (RHBZ#1544227)
Read the information from os-release, and make it behave like a Debian distribution (i.e. using dpkg, and apt). --- daemon/inspect_fs.ml | 2 ++ daemon/inspect_fs_unix.ml | 1 + daemon/inspect_types.ml | 2 ++ daemon/inspect_types.mli | 1 + generator/actions_inspection.ml | 4 ++++ 5 files changed, 10 insertions(+) diff --git a/daemon/inspect_fs.ml
2016 Jan 19
0
[samba4] DNS updates
In addition what Rowland says. > > > > Finally is someone able to explain: > > - how to manually create DNS user and give him right to modify DNS > entries. > > This is important to be underwstood I think because some others users > can > > created to do the same, to be able to find them could nice in a > > securisation point of view. [L.P.H. van Belle]
2020 Oct 05
0
Re: Debugging libguestfs
On Mon, Oct 05, 2020 at 06:28:06PM +0000, Alexander Prada wrote: > Here is my output I am getting on my kali machine. I believe that the error is: > > guestfsd: error while loading shared libraries: libtsk.so.19: cannot open > shared object file: No such file or directory > > I tried to change the LD_LIBRARY_PATH to numerous locations and libtsk.so.19 is > inside
1999 Jun 16
0
Samba problem on Alpha Linux Red Hat 5.2
Please Help! I am trying to get a samba server running on my network. It is on a Dec Alpha running Red Hat Linux 5.2. It appears to be Samba 2.0.3. I have been using Andrew Tridgell "DIAGNOSING YOUR SAMBA SERVER" at http://us1.samba.org/samba/docs/DIAGNOSIS.html and have passed test 1 through 6, but am stuck on Test 7. motorad and riven are NT4.0 and WIN95 and alpha is the Linux box. I
2017 Jul 21
1
FTS error Unknown user
Hi, sorry for previous message, i accidentaly send it before it was complete. Recently, i was configuring a setup with one proxy, which is doing authentication and multiple backends, which doesn't have access to user database (see https://www.mail-archive.com/dovecot at dovecot.org/msg70123.html ). Now i wanted to use FTS (solr) on backends but i'm getting this error everytime
2014 Apr 12
1
backup alternative to slapcat in samba 4
hi, i have multi controllers domain with samba 4 and i want implement a backup method for restore ldap objects deleted accidentaly I saw this page https://wiki.samba.org/index.php/Restoring_deleted_AD_objects but samba have a bug in multi controllers enviroment. So, how can i do a backup for ldap tree? something like slapcat command? What recomendations can you tell me? What is the diference
2011 May 29
2
Why do not prevent users from creating a local copy of c() ?
Hi all, sometime in the past I accidentaly created a copy of the c() primitive function inside my ``laboratory'' workspace, which I normally use to experiment and learn. As a consequence, c() stopped to work correctly and started to return lists of symbols instead of vectors, and today I had to spend much time to seek out that the problem was in that specific workspace (if only I had
2020 Oct 05
2
Re: Debugging libguestfs
Rich, Thank you for the very quick response. I tried the echo command that you listed and it still gives me the same error: Any other possible suggestions? On Monday, October 5, 2020, 02:42:08 PM EDT, Richard W.M. Jones <rjones@redhat.com> wrote: On Mon, Oct 05, 2020 at 06:28:06PM +0000, Alexander Prada wrote: > Here is my output I am getting on my kali machine. I believe