I'm very new to this Openbravo POS, how do i find some repository for testing for this?
If anyone has any suggestion on this Openbravo POS, please suggest
Any document, or tutorial would help
I'm trying to link a debian server authentication to active directory.
I followed this tutorial: http://wiki.debian.org/Authenticating_Linux_With_Active_Directory but I'm stuck on the
getent passwd
Because this doesn't list all AD users but only locals.
This is my nsswitch.conf:
passwd: files winbind
group: files winbind
shadow: files winbind
And I'm sure it is well connected to AD becuse this:
wbinfo -u
Lists all AD users.
What have I missed?
Sorry for that dumb questions but what is the difference between those terms.
Can anyone recommend nay tutorial / books with only few pages (So that i can read fully) to get an better idea about those terminology
I'm sure I've just missed which tutorial/manual page covers this, but how do you add get the guest OS to recognize that you've added new drives to it without a reboot?
I have a RHEL5 guest running on ESX 4. I've added new virtual disks to the VM, but have not figured-out how to get the guest to recognize them without a reboot.
Is this possible? If so, how?
We are looking to get our Cisco Unity Connection 7 to store messages using Exchange Server 2010 Unified Messaging. Is anyone aware of any whitepaper/document/tutorial or other that they'd recommend we look into? We can't seem to find much. From what I here from our Cisco partner is that the connection works, but will be better in the next release.
Thanks in advance.
Hi,
I'm trying to determine how to set up dual NICs on my Server 2008 box (not R2). I want all web traffic on one NIC and all Hyper-V traffic on the other.
Is this possible? ( I assume that it is )
How is this done? ( A link to a tutorial you know of would be great )
Both NICs are the same (Intel PRO/1000 EB Network Connection with I/O Acceleration).
Thanks in advance,
Randall
I set up a local server without MAMP, for various reasons. I used this tutorial: http://coolestguyplanettech.com/downtown/install-and-configure-apache-mysql-php-and-phpmyadmin-osx-108-mountain-lion
I'm just wondering why the local IP and localhost resolve to two different locations. Right now the IP resolves to a Virtual Host I set up and the localhost resolves to the DocumentRoot established by httpd.conf
Hi,
I'm configurint Postfix to use external smtp. For this, I use the following tutorial: http://carlton.oriley.net/blog/?p=31
After following it, I found in the logs that /etc/postfix/sasl_passwd.db couldn't be read. The file didn't exist. I used postmap hash:/etc/postfix/sasl_passwd (http://postfix.state-of-mind.de/patrick.koetter/smtpauth/smtp_auth_mailservers.html) as root, but I get:
postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied
Why do I get this?
Thanks.
I want to build a website that provides some maps that have information about a city (like Google Maps). How can I do that? Is it good to use an app to do that? Can you give me a few examples?
Or it it best to do that with Web programming? Is there any tutorial that can help me out?
I'm trying to create my first VPN on a VPS with CentOS 6, following this tutorial.
When I have to create an iptables rule to allow proper routing of VPN subnet, with this command:
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
It throws this error:
iptables: No chain/target/match by that name
I was searching and I've found that this error is usually thrown when you misspell something, but as far as I understand, the rule is correct...
I've read this tutorial about how to modify your .htaccess in order to server many web2py applications but it doesn't seem to work. Here is my .htaccess
RewriteEngine On
RewriteRule ^dispatch\.fcgi/ - [L]
RewriteRule ^(.*)$ dispatch.fcgi/$1 [L]
RewriteCond %{HTTP_HOST} =www.moublemouble.com [NC, OR]
RewriteCond %{HTTP_HOST} =moublemouble.com [NC]
RewriteRule ^/(.*) /moublemouble/$1 [PT,L]
All I get is a 500 Internal Error and .htaccess is not my strong point. Any clues?
At the moment, I am using Apache web server to redirect all HTTP request to port 8080 to be served by GlassFish app server.
Just like Apache, GlassFish has a docroot folder to store static pages. I've tried to googled for a while but I could not figure out whether there's a way to set up internationalization for GlassFish's docroot.
I'd be very grateful if you could give me a hint or a link to some tutorial regarding this matter.
Hi guys,
Is there a quick way to give the local administrator full rights to all folders on the C drive? I am having really hard time with that, I try to give it full rights to some folders (user profiles) but I can't even modify the NTFS permissions in some cases, I get "permission denied"
Is there some soft of tutorial or script that will just give the administrator full rights on all folders in the C driver?
Many thanks for your help!
Toast
C:net start svnserver
System error 2 has occurred.
The system cannot find the file specified.
I tried following this tutorial
http://www.codinghorror.com/blog/2008/04/setting-up-subversion-on-windows.html
situation:
server with RAID 1 (2x1000GB)
currently logged in via SSH (network based debian rescue cd)
need to accomplish:
install a debian based Xen (maybe with: http://wiki.xen.org/xenwiki/LiveCD ?)
keep RAID 1
problem:
I have no physical access to the server, so i can't just drop in a cd or plug-in a usb drive. Does anyone have an ideas (or a tutorial handy) on how I can mount the LiveCD (on a read-only rescue-cd??) and the install the distru without breaking the RAID?
I have followed the tutorial(exactly) http://wiki.centos.org/HowTos/postfix
but I can't telnet my server's 25 port, I have no idea about this issue, so why?
Thanks
I need a tool to automatically backup my Drupal installations from my server to my laptop.
In other terms, I need to copy 1 folder (all my Drupals are inside this folder) and all databases.
So I was wondering if I just need to write a script on my laptop
connecting to the server every week
copying the folder with all mysql databases
informing me by email if the backup has been succesfull
do you know if I can find some tutorial for it ? or download such script ?
thanks
Probably this is very stupid question, but google dosen't helps. As I find out we should use gitweb and apache, but can't find any relevant tutorial about.
Thanks.
Hi,
i'm trying to setup windows 2008 server as a L2TP/IPSEC VPN server (PPTP is not secure), to receive windows (xp+) and Mac connections.
The win2008 is behind the router. Can anyone provide easy step-by-step instructions? I tries several tutorial but no luck.
Also VPN clients setup both on mac and windows would be very helpful.
Thanks in advance.
Hello,
i set up a dedicaced server with a tutorial.
I set in PHP :
mbstring.language=UTF-8
mbstring.internal_encoding=UTF-8
mbstring.http_input=UTF-8
mbstring.http_output=UTF-8
mbstring.detect_order=auto
But each time there is a $ in the password (i have one for the root of mysql + other script) the password won't work.
For example, I just removed the $ in the password for a script, and it worked.
When i connect @root on mysql via phpmyadmin : don't work
When i connect @root via PHP : works
What can i do for this problem please ?
nixcraft has a tutorial on configuring memcached server(link) at the end says:
For busy memcached server you need to increase system file descriptor
and IP port limits
here is the code to do so:
# Increase system IP port limits
net.ipv4.ip_local_port_range = 2000 65000
why should we do this? memcached is a server and it will respond to clients with its listening port which is 11211 by default. So we shouldn't be limited by local port range.(net.ipv4.ip_local_port_range) The only limit is file descriptors. local port range should be a limit for servers like squid which generate local traffic
I have a network that connects 2 households and would like to setup a simple voip server so that I can call between the houses.
It needs to be for ubnutu , I have used the free 3CX system and while it works brilliantly it doesnt support linux and I can get a windows box.
The users will never need to call external lines. They will only make 'calls' between laptops/pc.
Can someone please make a recommendation and maybe even a tutorial that I can follow
Hi, is this possible? So I move to another computer and during the boot process I boot the OS from my USB stick. I did not found any tutorial on google.
Thanks
Hi, I am no-vice in svn, i just downloaded CollabNet Subversion Server. I installed the binary, but wondering how to get started, read the pdf with it but its too large for me as i needed it to be ready to use asap. Any short tutorial link or any help would be great. And also i have installed it on localhost with windows xp sp2 and apache server.
Thanks