similar to: Any movement of Coherence?

Displaying 20 results from an estimated 20000 matches similar to: "Any movement of Coherence?"

2015 May 09
3
iTunes
Hi All, I am putting together a high end workstation quote for a customer. He is going to want a Virtual Machine, specifically so he can run iTunes (his wife buys music through iTunes and sync's them to her iPod). So which VM would you guys use? KVM or Virtual Box? I am very familiar with KVM and adore it. It's USB support is kind of weird though (iPod). I have been seriously burned
2016 Oct 16
2
piping with wine question
On 10/16/2016 04:02 AM, ToddAndMargo wrote: > On 10/16/2016 03:56 AM, ToddAndMargo wrote: >> Hi All, >> >> How do I get this command to work in Linux: >> >> $ echo wineclip | wine clip.exe >> >> Many thanks, >> -T >> >> > echo wineclip | wine cmd /c clip.exe > > doesn't work either > Interesting. $ echo wineclip |
2015 May 09
1
KVM and USB
Hi All, On KVM, is there a way to pass USB Flash drives automatically to the guest without having to go into virt-manager and selecting the specific USB device? -T -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like air conditioners. They malfunction when you open windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016 Mar 04
0
samba and ntfs flash drives ???
Try this one. mount -t ntfs-3g /dev/sdX /mnt/usb -o rw if needed you must install the ntfs-3g package. Greetz. Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens ToddAndMargo > Verzonden: vrijdag 4 maart 2016 9:46 > Aan: samba at lists.samba.org > Onderwerp: [Samba] samba and ntfs flash drives ??? > > Hi All, >
2016 May 17
0
Ransomware?
I'm jumping in here late. There's been a lot of good suggestions already. Something I haven't seen mentioned is rsnapshot. The solution to ransomware like this is a good solid backup regimen and rsnapshot can be part of that. rsnapshot is opensource and based on rsync .. it requires a unix filesystem that supports hardlinks. It works on making a complete snapshot of the file system
2016 Aug 16
2
smbclient is SLOW!
Hi All, Fedora Core 24, x64 samba-4.4.5-1.fc24.x86_64 smbclient -L 127.0.0.1 is very, very slow. It comes back correctly, but takes 20 seconds. One another Samba server (Scientific Linux 7.2), it comes back in under a second. What am I doing wrong? Many thanks, -T -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like air conditioners. They malfunction when you open windows
2016 Aug 16
3
Do I need a DNS controller?
Hi All, Fedora Core 24, x64 samba-4.4.5-1.fc24.x86_64 Does Samba require a DNS controller? Many thanks, -T -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like air conditioners. They malfunction when you open windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016 Mar 04
3
samba and ntfs flash drives ???
Hi All, Google is killing me here! Scientific Linux 7.2, 64 bit $ rpm -qa samba samba-4.2.3-11.el7_2.x86_64 Is there some trick to mounting an NTFS USB flash drive and sharing it with Samba? I am trying to share an NTFS flash drive with samba. If the drive is not mounted, I can do what I want from Windows 7 and XP on the mount point. I have full access. But, when I mount the stick to the
2016 May 15
7
Ransomware?
Hi All, Is there anything in Samba that will help protect against ransomware? -T -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like air conditioners. They malfunction when you open windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015 Jul 04
0
Windows 10 tech preview build 10130
On 06/30/2015 06:02 AM, Kanwar Ranbir Sandhu wrote: > On Mon, 2015-06-29 at 18:50 -0700, ToddAndMargo wrote: >> I suspect your ISO is corrupted. Run your sha1sum against it. >> >> 5EF5A65B474D63BC3DF46CC84D47064B142AA800 >> Windows10_InsiderPreview_x64_EN-US_10130.iso > > Damn it, I didn't consider that. I'm assuming you meant sha1sum because > I ran it
2015 Jul 05
0
Windows 10 tech preview build 10130
On 07/04/2015 07:02 PM, Kanwar Ranbir Sandhu wrote: > On Fri, 2015-07-03 at 22:10 -0700, ToddAndMargo wrote: >> Did it work? > > Yes, this time around the install worked. Thing is, the sha1sum was the > same as the first time I downloaded the ISO so there was no corruption > to speak of. I really don't know why it wasn't working before. > > I haven't done
2016 Aug 16
2
Need SELinux help
Hi All, Fedora Core 24, x64 samba-4.4.5-1.fc24.x86_64 I am using the following direction to set up SELinux with Samba: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Managing_Confined_Services/sect-Managing_Confined_Services-Samba-Configuration_examples.html to set up SELinux with Samba 1) I created a directory called /export # ls -al /export total 28
2016 May 20
1
Ransomware?
On 05/19/2016 11:09 AM, Helmut Hullen wrote: > Hallo, ToddAndMargo, > > Du meintest am 19.05.16: > >>>>>> Is there anything in Samba that will help protect >>>>>> against ransomware? > > [...] > >>> months ago there where ransomware which discovered shares without a >>> drive letter assigend > >> yes, I just read
2016 Dec 05
0
Very very slow SAMBA sharing on Ubuntu (with StorjShare-CLI)
On 12/05/2016 01:06 AM, Rowland Penny via samba wrote: > On Mon, 5 Dec 2016 00:41:35 -0800 > ToddAndMargo via samba <samba at lists.samba.org> wrote: > >> On 12/04/2016 03:37 AM, Bernard Chabot via samba wrote: >>> I’m using a decentralized data storage application named >>> StorjShare-CLI : https://github.com/Storj/storjshare-cli >>> >>>
2016 Mar 04
2
USB3 driver?
Hi All, Scientific Linux 7.2 # rpm -qa \*kvm\* qemu-kvm-1.5.3-105.el7_2.3.x86_64 pcp-pmda-kvm-3.10.6-2.el7.x86_64 qemu-kvm-common-1.5.3-105.el7_2.3.x86_64 libvirt-daemon-kvm-1.2.17-13.el7_2.3.x86_64 Question: when I set "Controller USB" to "USB3", what USB3 driver do I use to install Window 7? Many thanks, -T -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like
2015 Oct 16
2
Wine Staging fixes bugs!
Hi All, I have extraordinary good news to share! Red Hat (Fedora 22, Enterprise Linux 7) has switched from Wine to Wine Stating. Wine Stating is Wine with a bunch of bugs fixed and developers that take fixing bugs seriously. I have had bugs registered with regular Wine for over six years. I don't know what your experience with Wine is, but I have found that it is an extremely unusual
2016 Mar 04
0
can't mount a bootable flash drive
Hi All, Scientific Linux 7.2 # rpm -qa \*kvm\* qemu-kvm-1.5.3-105.el7_2.3.x86_64 pcp-pmda-kvm-3.10.6-2.el7.x86_64 qemu-kvm-common-1.5.3-105.el7_2.3.x86_64 libvirt-daemon-kvm-1.2.17-13.el7_2.3.x86_64 I can mount NTFS flash drives on my Windows virtual machines by Add Hardware -> USB Host Device. They work fine. Except for one bootable Windows 7 Pro OEM x 64 USB flash drive I use for
2016 Dec 22
0
dvd not whitelisted ???
Hi All, Scientific Linux 7.2 I am drawing a blank on Google here. I am, trying to boot a qemu-kvm virtual machine off of /dev/sr0 (my DVD). But I get the following error Error starting domain: internal error: qemu unexpectedly closed the monitor: 2016-12-22T00:00:30.330333Z qemu-kvm: -drive file=/dev/sr0,format=raw,if=none,media=cdrom, id=drive-sata0-0-0,readonly=on:
2017 Oct 22
2
Tip and Workaround: UPS World Ship refuses to help with XP
Hi All, I replaced a Linux file server at a company last month. Both server had to be active at the same time to transition, so the new server got a new name. The customer client computers are all XP still. The machine with the client UPS World Ship stopped working as it kept looking for the old server. I replaced every instance of the old server's name with the new server in the registry.
2017 Oct 02
2
Please criticize my smb.conf
On 10/02/2017 01:06 PM, Rowland Penny via samba wrote: > On Mon, 2 Oct 2017 12:38:19 -0700 > ToddAndMargo via samba <samba at lists.samba.org> wrote: > >> Hi All, >> >> You please look over my smb.conf and make >> criticism as appropriate? >> >> This is a workgroup server. >> winbind is running >> DDNS is also running (DNS [bind]