search for: simpeler

Displaying 20 results from an estimated 44 matches for "simpeler".

Did you mean: sampler
2020 May 11
2
Directory hashing
Hi, I struggle with directory hashing. I want something like this: /srv/mail/c/cf37a8dff5e360927ba10ab2 The final folder is simpel, as it is: %{sha256;truncate=96:user} But how do I get a first level from sha256? Unfortunately, the truncate option aligns only full 8bit and does not divide into low and high nibbles. How can I express this for sha256? in MD5 this would be %1Mu Many thanks in
2011 Oct 28
4
You suggestion for 'big' filesystem management Best Practice?
Hi, we plan to set up a big file storage for media files like uncompressed movies from student film projects, dvd images etc. It should be some sort of archive and will not bee accessed by more than may be 5 people at the same time. The iSCSI RAID we have is about 26TB netto and I'm again faced with the question: How many partitions, which filesystem, which mount options etc. For the User
2020 May 11
2
Directory hashing
> On 11/05/2020 11:10 Simone Lazzaris <s.lazzaris at interactive.eu> wrote: > > > In data luned? 11 maggio 2020 10:00:38 CEST, lists at mlserv.org ha scritto: > > Hi, > > > > I struggle with directory hashing. I want something like this: > > > > /srv/mail/c/cf37a8dff5e360927ba10ab2 > > > > The final folder is simpel, as it is: >
2002 Dec 20
1
GetRNGstate() crashes with 'Segmentation fault'
Dear R-masters, I tried to compile this simpel C-code: //----------------- #include<R.h> int main() { GetRNGstate(); return 0; } //----------------- Compiling: ~> gcc -o a a.c -I/usr/lib/R/include/ -L/usr/lib/R/bin/ -lR ~> ldd a libR.so => /usr/lib/libR.so (0x40018000) libc.so.6 => /lib/libc.so.6 (0x401a8000) libblas.so.2 =>
2017 Mar 21
1
Public share ask for a password
Well, im never trying to change your optionion Rowland, i wont dare.. > Just what has an init system got to do with mounting a filesystem ?? Compaired to fstab, i get a better result with my nfs mounts. Before, somethimes, with the fstab setup, when logging in on ssh on an automounted userhome dir, with NVSv4 kerberized. Did fail for now and then. Now with the systemd, i didnt have any
2015 Mar 12
3
Processor usage of qemu process.
I have been using libvirt for a while now with some linux guest installed. And everything has been working great. I've got a nice new (used) HP virtual host with 12 x dual core and 48Gb mem. My Windows servers are getting old, so I found it was time to take the next step and also virtualise my Windows systems. Now I've got two Windows guests on my new host: - A Windows 8.1 which runs a
2014 Feb 25
1
advice, suggestions. ( dns-dhcp) and "shared" sysvol ?
Hai, ? Im radicaly changing my network, and i need some advice. ? The setup wil be like this. ? Samba-MASTER???AD-DC server, with DNS-master and TIME-master Samba-SLAVE1?????AD-DC server, DNS Slave1, TIME1, DHCPmaster-server1 ( with failover to 2)???? and when above is running, i'll add. Samba-SLAVE2?????AD-DC server, DNS Slave2, TIME2, DHCPmaster-server2 ( with failover to 1?)? ? Slave1
2016 Aug 03
4
FW: kerberos nfs4's principals and root access
You need for the apache keytab something like Alias /webmail /usr/share/webmail # <Directory /usr/share/ webmail > AuthType Kerberos AuthName "Kerberos Login" KrbMethodNegotiate On KrbMethodK5Passwd Off KrbServiceName HTTP KrbAuthRealms EXAMPLE.COM Krb5KeyTab /etc/httpd/conf/keytab require valid-user </Directory> chmod 400 /etc/httpd/conf/keytab chown
2020 May 11
0
Directory hashing
In data luned? 11 maggio 2020 10:00:38 CEST, lists at mlserv.org ha scritto: > Hi, > > I struggle with directory hashing. I want something like this: > > /srv/mail/c/cf37a8dff5e360927ba10ab2 > > The final folder is simpel, as it is: > > %{sha256;truncate=96:user} > > But how do I get a first level from sha256? Unfortunately, the truncate > option aligns
2020 May 11
0
Directory hashing
> Am 11.05.2020 um 10:16 schrieb Aki Tuomi <aki.tuomi at open-xchange.com>: > > >> On 11/05/2020 11:10 Simone Lazzaris <s.lazzaris at interactive.eu> wrote: >> >> >> In data luned? 11 maggio 2020 10:00:38 CEST, lists at mlserv.org ha scritto: >>> Hi, >>> >>> I struggle with directory hashing. I want something like this:
2019 Nov 07
0
samba login with U2F token
You might want to look at these : Windows: https://www.technorms.com/46293/enable-microsoft-two-step-authentication-in-windows-10 https://www.yubico.com/passwordless/ Or Phone: https://www.yubico.com/products/yubikey-for-mobile/ Setup: https://support.yubico.com/support/solutions/articles/15000006456-yubikey-smart-card-deployment-guide Ssh:
2006 Jul 21
0
adding item in database from remote controller
I have a design problem that i have ben scratching my head over for a couple of days. I have made a controller and model for handeling and uploading images to the server. I have also made a simpel blog controller/models. So what i want to do now is from the blog controllers create view get a list over avalible images on the server to add into the post and also be able to upload a new image
2011 Feb 04
2
Email alerts for trunks (peers)
Hey Guys, I'm after a way to monitor our sip trunks (peers) and send an email if they go down. I know I could use 'asterisk -rx "sip show peers"' in a shell script but that seems messy, especially since I'd like to monitor it fairly closely (so I'd like to run it every 20 or 30 seconds or so). Is there a better way to do it?
2010 Jul 16
0
Subject=Re:CentOS Simple solution for small network in school
...thin clients and have them boot over the network from the server, or from cd. Then, have them make a connection to the server with the NX protocol. Thinstation.org provides all this. Just install FreeNX on the server (yum install) and manage the accounts as local accounts. Can't have it any simpeler than that in my opinion, also for management. Regards, -- Paul Schoonderwoerd Pollux IT - Open Source oplossingen & Netwerk beveiliging http://www.Pollux-IT.nl 0294-283832
2009 Feb 20
1
RESTful Routes not working - Switches ID and Action
Hi, I would like to ask for some suggestions on my problem with Routes. It''s probably pretty simpel. This link: <%= link_to image_tag("...", :alt => "...", :title => "..."), edit_brand_path(brand) %> Results in this URL: http://localhost:3000/brands/21/edit And echos this: "Unknown action - No action responded to 21" When I type
2015 Mar 13
0
Re: Processor usage of qemu process.
On Thu, Mar 12, 2015 at 07:16:56PM +0100, Dominique Ramaekers wrote: > > I have been using libvirt for a while now with some linux guest installed. And everything has been working great. > > I've got a nice new (used) HP virtual host with 12 x dual core and 48Gb mem. My Windows servers are getting old, so I found it was time to take the next step and also virtualise my Windows
2019 Nov 07
2
samba login with U2F token
Dear all, I did try to google search the archives [1] but cannot find any information on this. Would it be possible to somehow implement a passwordless (or as a 2FA) to login to a remote samba (linux server)? Any suggestions greatly appreciated, Greg 1. https://lists.samba.org/archive/samba/
2001 Nov 25
1
(no subject)
Hello all, Here is my situation: I have an existing linux box with 100+ users. This box run various services. Users do not have shell access. I have added samba to this box so users can share files and access their files from Windows. Samba installation and configuration went smoothly. Now, the problem is, I need to create entries in smbpasswd for these 100+ users. How would I go about creating
2001 Oct 16
3
parallel scanner support (general question)
Hi, I'm using the Umax Astra 610p scanner (parallel port scanner). Unfortunately, it is not supported by sane as Umax is not publishing specs. Searching on google I found out that some people got it working using vmware but nobody could get it working with wine. That is surprising me because people seem to get lots of complicated windows applications working but not a small scanner
2003 Jan 23
3
Beginner with a beginner's question..
Hallo Samba mailing list I am a VERY new user to Linux and have just installed it (SUSE version 8.1) and can just about make my way around the machine although there a many things that I still don't know how to do (eg. looking at the network neighborhood the Linux machine should be able to see). I have several Windows PCs (running maily NT and Win 98) and the first obvious thing is to get