This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
faq:linux [2010/02/06 23:10] 144.140.129.30 zpubwmAztzCCai |
faq:linux [2014/06/28 00:57] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | 1V5ibV <a href="http://pydhftxsyxnv.com/">pydhftxsyxnv</a>, [url=http://kfeybascugfq.com/]kfeybascugfq[/url], [link=http://otqxchnagqmd.com/]otqxchnagqmd[/link], http://vjunguejyarr.com/ | + | <file> |
| + | .inputrc | ||
| + | </file> | ||
| + | |||
| + | <file> | ||
| + | |||
| + | [root@c5 ~]# cat .inputrc | ||
| + | "\e[A": history-search-backward | ||
| + | [root@c5 ~]# | ||
| + | |||
| + | </file> | ||
| + | |||
| + | ====== Configuring DansGuardian for RedHat Linux ====== | ||
| + | |||
| + | -- Install PCRE development libraries | ||
| + | |||
| + | yum install pcre-devel | ||
| + | |||
| + | -- Build with usual paths | ||
| + | |||
| + | ./configure --prefix= --enable-ntlm=yes --datarootdir=/usr/share | ||
| + | |||
| + | |||
| + | ====== VMWare ====== | ||
| + | |||
| + | Download rpm from | ||
| + | |||
| + | http://register.vmware.com/content/download-107.html | ||
| + | |||
| + | wget http://download3.vmware.com/software/vmserver/VMware-server-1.0.7-108231.i386.rpm | ||
| + | |||
| + | http://download3.vmware.com/software/vmserver/VMware-mui-1.0.7-108231.tar.gz | ||
| + | |||
| + | http://download3.vmware.com/software/vmserver/VMware-server-linux-client-1.0.7-108231.zip | ||
| + | |||
| + | install the rpm | ||
| + | |||
| + | rpm -i VMware-server-1.0.7-108231.i386.rpm | ||
| + | |||
| + | run | ||
| + | |||
| + | vmware-config.pl | ||
| + | |||
| + | <file> | ||
| + | |||
| + | Making sure services for VMware Server are stopped. | ||
| + | |||
| + | Stopping VMware services: | ||
| + | Virtual machine monitor [ OK ] | ||
| + | |||
| + | In which directory do you want to install the mime type icons? | ||
| + | [/usr/share/icons] | ||
| + | What directory contains your desktop menu entry files? These files have a | ||
| + | .desktop file extension. [/usr/share/applications] | ||
| + | In which directory do you want to install the application's icon? | ||
| + | [/usr/share/pixmaps] | ||
| + | |||
| + | Trying to find a suitable vmmon module for your running kernel. | ||
| + | |||
| + | None of the pre-built vmmon modules for VMware Server is suitable for your | ||
| + | running kernel. Do you want this program to try to build the vmmon module for | ||
| + | your system (you need to have a C compiler installed on your system)? [no] yes | ||
| + | </file> | ||
| + | |||
| + | |||
| + | (had issue with kernel source headers and version ) | ||
| + | |||
| + | yum update found kernel-2.6.18-92 | ||
| + | |||
| + | also installed | ||
| + | |||
| + | yum install kernel-devel | ||
| + | |||
| + | then it can configure | ||
| + | |||
| + | Port 902 is default, add iptables rule to allow incoming | ||
| + | |||
| + | can use windows client / console to manage | ||
| + | |||
| + | service vmware start | ||
| + | |||
| + | (had one problem when mounting isos within vm that were SMB shared from other Windows host) | ||
| + | |||
| + | Otherwise worked fine. | ||
| + | |||
| + | |||