Server :: Enable Rdp On M RH5 Through Ssh
Sep 21, 2010How do i enable rdp on my RH5 through ssh
View 1 RepliesHow do i enable rdp on my RH5 through ssh
View 1 RepliesI recently installed Deluge 1.2.0 from the following PPA:[URL]I using this on two different Linux computers. One is running Linux Mint 8 and the other is running Ubuntu Netbook Remix 9.10. The first time on either computer when I enable WebUI in the Deluge GUI it works fine. However if I ever disable it in plugins section I am subsequently unable to re-enable it (doesn't appear in the side panel again). Rebooting or reinstalling Deluge seems to have no effect.Is this a bug or am I doing something wrong?
View 3 Replies View RelatedI am an almost noob to linux and have encountered what might be a minor problem I need to activate the sound in a server install and I have no X or any clue what I need to do.
View 4 Replies View RelatedI have installed Debian Lenny 5 and am trying to access the server via SSH port 22 but it keeps telling me : Connection refused .Any ideas how to enable this SSH on Debian server for connections ???
View 6 Replies View RelatedAnyway, according to the release notes, RHEL 6 has a PAE enabled kernel by default. Great... But that leaves me wondering why uname report SMP. Further, I'm provisioning some systems for QA use, and they're asking that PAE is disabled. My thinking is that since RHEL 6 requires PAE capability to install, there may be no way to disable it and the googling I've done seems to support this. tl;dr Why does a default kernel with PAE enabled report SMP on RHEL 6?
View 7 Replies View RelatedI use php to send newsletter via sendmail.outgoing emails work as needed.I defined a .forward file to get responses in my regular email account.If I use mailx to send emails from root account to my own account, it gets forwarded as needed.If I try to send from outside the box to news@domain.com the email is not received in the box and the sender does not receive an error message.
I am sure I missed something.How do I enable incoming emails?
I want to enable quota on my centos 5.5, I've tried and it showed correctly quotacheck but when i rebooted the machine it showed me an error saying that fsck.ext3: no such file or direcotory while trying to open /dev/VolGroup00/LogVol00 below are my fdisk and fstab file. how can I enable quota based on below configuration. otherwise may be I have to reformat the machine..n it'll be really painfull for me.
[root@drikdhaka ~]# fdisk -l
Disk /dev/hda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
l have been trying to enable masquerading in sendmail. I've started from scratch. Here's what I did:
1.My Mail Server name is "ids.com" and local hostname is "server"
2. When I send the mail from my user to other user. The mail goes with user@server
All this allows me to send mail from all of my computers. Now, to get masquerading:
3. I have MASQUERADE_AS(`ids.com'), MASQUERADE_DOMAIN(`ids.com'), and FEATURE(`masquerade_entire_domain'). I also added "ids.com" to /etc/mail/local-host-names to be able to receive mail addressed to that domain.
This masquerades mail originating on the server, but still the mail from the other computers has a "From:" line of the form user@hostname.
php gd function problem on RHEL5 php & http server is working ,php-gd is install but service is not active.
View 1 Replies View Relatedtrying to enable sound in Ubuntu Server! I have 10.04 Server x64 on an atom (Dell A100) that I need to enable sound for a legacy device that is running in a Windows VM through a com port (all working fine bar sound)I have followed these instructions for sound issues guide, with no joy![URL]I actually have 2 identical machines, with Ubuntu Desktop on the 2nd the sound works fine, but I'd rather not install gnome etc to fix the sound! On the server:
Code:
user@server:~$ aplay -l
aplay: device_list:223 no soundcards found...
On the 2nd machine:
Code:
ubuntu@ubuntu:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
[code]....
I presume the 'Kernel modules:snd-hda-intel' means the Intel driver is actually installed but I tried rebuilding the alsa driver from source anyway (selected hda-intel)it compiled successfully. But the server still says no soundcards found with the command: aplay -l I also tried adding snd-hda-intel to the bottom of /etc/modules but still no joy!
My organisation is running squirrelmail on a redhat server. When users are created , at that time the admin sets a password. Thereafter the user can login to his account using the password. But he can't change it as is the case with gmail or yahoo mail. Also the password for any account is known to the admin in addition to the user himself - a weak security arrangement !So what I wish to do is provide a way for users to change his password anytime he wants and also during the first login - as is normally done in banking sites, etc
View 14 Replies View RelatedI have nvidia Geforce 9200 M GS graphic processor with a memory of 512 mb and a RAM of 4GB.I install confuse fusion and try to install cube atlantis as instructed in http://www.tips5.com/install-compiz-...fect-on-ubuntuI could install confuse fusion successfully. But in the confuse fusion setting window ,there is no icon called cube atlantis and because of that i couldn't activate cube atlantis
View 1 Replies View RelatedI have just installed ssh-server in my Ubuntu 10.04, and really want to know how to enable/disable it and I also want to be sure if the changes will take effect after the next boot or not, and how to do that?
View 8 Replies View RelatedI have a samba server set up on my computer, and I can only access the shares over the network by loging in as my main user. This works for all shares, on any drive. When I log in using my fileshare guest account, I get the list of shares, but after selecting one to connect to, it gives an error that the server isn't available. Any share off the boot drive won't work. I don't know if it has to do with permissions, or it's a config problem.
View 5 Replies View RelatedCurrently I have successfully setup a server as remote freenx-server terminal and I may login to this system using local users.
As I want a central ldap based user management, I have setup a working ldaps configuration. I am able to login as a ldap user via ssh.
Now the strange issue I am facing is that the freenx-server won't let me login to my server anymore when I enable the following setting in /etc/ssh/sshd_config:
Code:
UsePAM yes
Naturally if I disable UsePAM, ldap based logins will fail because they are passed through PAM.
uname -a:
Code:
Linux srv01 2.6.26-2-openvz-amd64 #1 SMP Thu Feb 11 01:40:09 UTC 2010 i686 i686 i386 GNU/Linux
my sshd_config:
[Code].....
How do I enable mod_gzip and mod_deflate on my server.I am using Apache 2.2.8 and php 5 on Fedora 7.
View 1 Replies View Relatedi'm running httpd 2.2.3-31 on a full update centos 5.4 , i need to enable mod_charset_lite on apache, how can do that?
View 3 Replies View RelatedSetting up email notification on Nagiso server in detail.
Os version : Feodra 10
Nagios Version: 3.0.5
And also do let me know if any more info required ?
Is there a way to enable a web interface to access openssh-server on my vps incase i'm on a network that does not permit outbound port tcp 22 or any other port of my choosing?
View 1 Replies View Relatedis there a way to enable a web interface to access openssh-server on my vps incase i'm on a network that does not permit outbound port tcp 22 or any other port of my choosing?
View 3 Replies View RelatedHow do I enable buffered I/O for increased disk throughput on Linux ?
View 3 Replies View Relatedredirect a domain name with /abc to external ip of web server. Now I can made sure that I should use the rewrite module to achieve this issues. But I don't know how can I enable this function in my apache web server. I will post my httpd.conf for your reference.
View 14 Replies View RelatedI just run Php5handler on suphp, but suddenly i got internal server error (everything ok when i running php5handler on dso) How to fix this problem?
View 1 Replies View RelatedHow to recompile squid under fedora 13 to insert this arguments ---> --enable-storeio=diskd,coss
View 2 Replies View RelatedEnable remote access to MySQL database server I used the link above to enable remote access to mysql for a specific user. But when I try to telnet 3306 or user mysqladmin to connect, both just hang there. Using mysql 5.0 on opensuse 11.1
View 1 Replies View RelatedI recently installed OpenSuse 11.2.How do I enable the IPX-protocol and login to a Netware 3.12 server?
View 3 Replies View RelatedI have a base install of a LAMP server on my system, and I'm trying to get mod_rewrite working on that local server (the directory of the local site is [URL]. I added this to my /etc/apache2/httpd.conf file, which was blank before I did so:
Code:
<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
[code]....
It's supposed to redirect everything except the listed directories to index.php, which is used as a front controller. However, if I type in [URL] <any other page> I get a 404 error.
whenever i do anything as sudo i get GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See [URL].. for information. (Details - 1: Could not send message to GConf daemon: Connection is closed)
View 2 Replies View RelatedI'm trying to enable port forwarding so I can use my computer as an FTP server to some friends. Here's my setup:
CLEAR wireless modem <--> LAN port 4 on router (not WAN) and LAN port 1 on router <---> eth0 in Ubuntu 9.10
The modem acts as a DHCP server which successfully assigns an IP address to my desktop system. I can also go onto the internet just fine on my desktop, and any other computer that connects to the router.
I have enabled port forwarding on the modem (not the router because it's being used as a switch, and not using its WAN port) to forward ports 21 and 80 to my desktop. What I don't understand, though, is that when I try to FTP to the modem's WAN IP address, the connection is refused. However, when I use websites such as:
www.canyouseeme.org
www.yougetsignal.com/tools/open-ports/
They say ports 21 and 80 are open (and not other random ports like 22 or 23 which I tried to see if the site simply said everything was open) but I cannot access my site from a web browser.
I was wondering what it was that's stopping computers from the Internet from communicating with my computer? The modem? The router? Configs?
My Apache web server (respectively a child process) is crashing several times a day. I wanted to find the exact reason and activated the core dumps but even though the crashing-issues continue, the core dumps were never created. I have found several howto's which basically point to the same steps:
- set "ulimit -c unlimited"
- add "CoreDumpDirectory" directive into apache2.conf (Debian's httpd.conf)
Another info I've found is that /proc/sys/fs/suid_dumpable shouldn't be 0 - so on one howto it said to echo 2 into it, on another one to echo 1 to /proc/sys/fs/suid_dumpable - didn't work with neither of them.