I first start by commenting out the lines in /etc/httpd/conf.d/welcome.conf to disable the default page. It’s good to have it in the beginning to know you have Apache working, but after that it can safely be disabled. Make sure the <b>DirectoryIndex</b> directive includes ‘index.html’ or whatever.whatever you wish to load by default when one is [...]
<a href=”http://www.linux.com/archive/feature/146613″>This should do it.</a>
<a href=”http://search.cpan.org/~pmqs/Compress-Zlib-1.42/Zlib.pm”>This</a> will let you zip a file in memory.
Follow <a href=”http://technet.microsoft.com/en-us/library/bb727091.aspx”>these</a> directions to export AD to ldif. Then use ldapadd to get the entries into ldap.
You will need to: boot from a live cd. Back up the partition with dd. Reformat the partition. Restore the data.
Edit your vsftpd.conf and change/add: dual_log_enable=yes log_ftp_protocol= file you want the log to go Then restart vsftpd Check this file to see logins.
The short answer is yes, this is a fairly secure connection. It can be made more secure by using any number of additional features within either the sshd service or nxserver service. I’m including a link to a webpage that covers some of these options in better detail than I can. It is not the [...]
There are just two fixed groups of users in unix-derived OSes: the superuser (root) and ordinary users (all the rest). Assigning group ownership to device, program and data files and assigning users to appropriate groups, one (the superuser, of course) can granularly define who can mount/unmount permanent and removable storage, access sound and video subsystems, [...]
What’s the question?
I’m not sure I understand the question but if you read the manual for the printer there should be a combination of buttons to press at printer-power-on which will print a test page for the printer and confirm that it is working. If you are concerned about the cabling between the printer & the computer, [...]
You need to modify the timeout parameter in the boot loader configuration file (lilo.conf or grub.conf). For grub it defines the number of seconds to wait, and for lilo it is the number of tenths of a second to wait before automatically loading the default OS.
First, you shouldn’t, second – if the host is properly configured, you can’t. Good luck ;o) Petko
As response, Use the gambas-user mailing list, We will be happy to help you, and lead you throuth the numerous help pages. If i remember well for DBase databases you can use the firebird component. Fabien Bodard http://gambas.sf.net http://www.gambasdoc.org http://lists.sourceforge.net/lists/listinfo/gambas-user (Gambas team) PS Why, do you want to use dbase, and not sqlite3 for example [...]
Hello, The error code “16″ means the following: 16 : “Device string unrecognizable” This error is returned if a device string was expected, and the string encountered didn’t fit the syntax/rules listed in the Filesystem Description. To recover, you would need to change the menu.lst entry causing the problems in /boot/grub/menu.lst and reboot. How you [...]
Does this one count?
HUH? In order to remotely monitor or administer a server, you’d need some kind of connectivity. But, you specify “WTHOUT ANY KIND OF NETWORK CONNECTION. EVEN NO LAN OR WAN NOTHING…. “. What kind of connectivity do you propose? A modem? Sometimes it is necessary to manage a server without interfering with it’s communication to [...]
Hello, There are a couple prereqs. You need to have a crypto image (look for k9 in the image name), you need to have an RSA key: switch(config)#crypto key generate rsa modulus 1024 That should be it. From there, you can do: line vty 0 15 transport input ssh,telnet Which effectively enables ssh. Keep in [...]
Hello, Perhaps this link would provide some help: http://www.linuxquestions.org/questions/linux-security-4/bandwidth-managing-via-iptables-774057/ Thanks! Ryan
You can use a wildcard if all of the filenames have something in common <pre>rm *.txt</pre> or you can list all the file names <pre>rm fil1.doc file2.txt file3.txt</pre> You can also combine these methods <pre>rm *.txt *.doc</pre>
yes you can go ahead ================== Original answer: Yes you can. You will need to be sure that you have a large enough empty partition to install the linux OS. As part of the linux install, it looks to see if other OS’s are installed and adds them to a boot menu so you can [...]





