General :: Create A Central Log To Record - During A VNC Session?

Feb 16, 2011

I was told that a user can VNC to the server as root. I there a way to create a central log to record who, when and what was done during a VNC session?

View 6 Replies


ADVERTISEMENT

OpenSUSE Network :: How To Create Central Repository For Patch Management

Sep 1, 2010

i want to create Central Opensuse repository for Patch management just like WSUS in windows,which automatically downloads Updates/Patches and distribute to the Clients locally.

View 1 Replies View Related

General :: How To Create PTR Record On DNS Server

Mar 8, 2010

I want to create a Ptr record on the Dns server. Dns server is Fedora Core release 1 (Yarrow). And We have been using zone files. How can I create a Ptr record for an ip address on the Dns server?

View 2 Replies View Related

Software :: Record A Command Line Session To A File?

May 19, 2011

I recently borked my video driver with a series of upgrades and found my system booting to the TTY with no access to the desktop, graphical login, or even X. I spent some days troubleshooting the problem and experimenting with possible fixes. I found myself wishing for some way to copy and paste from the TTY, or at least log all input and output to a file.

Code:

# bash 2>&1 | tee /tty-session.log

View 5 Replies View Related

Server :: Create A,NS And MX Record In CentOs

Apr 11, 2011

I would like to know how to create a A,NS and MX record in centos.

I dont know where the DNS zone file is in CentoS

View 2 Replies View Related

CentOS 5 Server :: Create A,NS And MX Record - Where The DNS Zone File

Apr 11, 2011

I just ordered a new unmanagd VPS I have already Apache, PHP and Mysql the only problem I have now is how to create a A,NS and MX record in CentOS. I dont know where the DNS zone file is in CentoS

View 2 Replies View Related

General :: CentOS Servers Central Administration Tools

Jul 19, 2011

We have 300+ server and 2000 websites . all server os is centos-5.x . I am looking for central administration tools webbased so i can manage all server from the central server .currently we have use central ftp management(pureftp), central htaccess management (mod_auth_mysql) ,monitoring(nagios)

We need user management (same uid gid all server) also easily find which virtual host configure on which server. how many ips free on which server . central server backup and restoration ,central db management central firewall management,central nfs management and more .

View 2 Replies View Related

General :: Downloading A Game And Run Error "End-of-central-directory Signature Not Found"

Mar 31, 2011

I recently switched my secondary/kid's computer to run with linux. I am trying to download a game called wizards101 for them that they play frequently. I keep getting this message reading

Archive: /tmp/InstallWizard101-1.exe[/tmp/InstallWizard101-1.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. zipinfo: cannot find zipfile directory in one of /tmp/InstallWizard101-1.exe or /tmp/InstallWizard101-1.exe.zip, and cannot find /tmp/InstallWizard101-1.exe.ZIP,period.

I dont know what to do about getting it downloaded. I never had this problem downloading this game on windows.

View 1 Replies View Related

General :: Session Timeout - What Is Considered A Idle "session" ?

May 11, 2010

Info about session timeout.

I use tmout = 15 min in my /etc/profile (along with readonly tmout). i have some issues i need to address, looking for ideas.

1. what is considered a idle "session" ?

2. if i & a process to the background and do nothing is this a idle session?

3. if user uses su to a higher level, are there now two sessions? is the tmout for user suspended until su user time outs or leaves su session?

4. i have some users who will run long sql queries. is there a workaround to have the session remain active until process has finished?

View 3 Replies View Related

Server :: Looking For Gateway With Central Control System

Jun 4, 2010

Basically I'm working as part time administrator in a company, and still am at college. To keep the story short, the company I work with used to have a linux gateway, namely Untangle. We tried to upgrade to E-Box, which is supposed to have more options than Untangle, but it doesn't seem to work as it should. What I'm trying to ask here is this. I need a gateway system that handles QoS, Content filtering, Mail Filtering, DNS, Wan failover / load balancing, LOGS (important), Firewall and maybe the handling of separate users or groups. The ideal solution would be one that like the E-box, has a central control system, without the need to adjust code in CLI for configuration. I have some experience on CentOS and Fedora, so I am able to do some configuration, like installing Samba, DHCP and VNC.

View 2 Replies View Related

Server :: Syslog Analyzer For Central Log File?

Dec 16, 2009

We have several SLES, CentOS, Fedora server and use logmail to filter the logs on our central syslog-Server. The problem is, that the filtering take more and more time and the configuration gets more and more confusing. What program to use to analyse our central logfile? Something mysql based?

View 1 Replies View Related

Ubuntu :: Move All The Files In All The Folders To One Central Folder?

Nov 20, 2010

I dual boot a computer from separate hard drives in Windows XP and Ubuntu 10.04. Here is the deal: On my windows drive I have a folder that is filled with folders inside folders packed full of files in all the folders. There is a 100% possibility that I have multiple copies of any file in multiple locations. Is there any nice command or program to move all the files in all the folders to one central folder and in any way get rid of the multiple copies? Also, how do I compare to files that may or may not have the same name, but otherwise be identical to see if they are identical?

View 9 Replies View Related

Debian :: Manage Clients Over Central Management System

Sep 16, 2010

We would like to setup Lenny (Gnome) clients and need Desktop Mgmt Software, to manage clients over central management system.

View 1 Replies View Related

Server :: Vsftpd With Central Authentication, But Without Home Directory?

May 11, 2010

I am trying to build a ftp server with vsftpd. In general, I am not able to log in. I can only log in to the ftp server, if that same user is logged in to the server. I found out that this has to with my network setup. I am using OpenLDAP for centralized authentication and home directories are stored on an NFS server. The problem is that regular users are not allowed to log in to servers, therefore their home directories are not mounted. However I want to be able to give my users access to the ftp server without their home directories mounted. Is this possible with vsftpd and if so how do get this up and running. By the way, anonymous users are not allowed.

View 3 Replies View Related

Software :: Connecting To Central Mysql Database Server

Sep 17, 2009

We are hoping to build a central database server so that we can take all the singular instances of mysql off our web servers and have the data stored in one place (we also run a number of syslogging servers that use mysql, netflow servers that use mysql, and many other servers that have mysql tables that we would like to consolidate as well). Now I have run into the problem that requires all the customer web sites to change the configuration for their connection to the mysql server from a local connection to a remote connection, which is something we are trying to avoid. I am wondering if there is a software suite or a function of mysql itself that allows you to present the remote database information as local databases to a server, allowing customer configurations to remain intact, as if the mysql server never moved off the local machine? Or a different question, can you configure mysql server to take local requests and forward them to a central mysql server?

View 9 Replies View Related

Software :: How To Setup Central Nagios Monitoring Server

Sep 1, 2010

In my network Nagios server running on Ubuntu server and working fine. I am able to monitor servers in local network through plugin and SNMP. Now I want to monitor some servers which are located remote location(network) and they haven't real IP(all are behind route/firewall). I can allocate real IP to nagios server if require. How can I monitor those servers?

View 7 Replies View Related

Slackware :: Script - Telnet Session Is Opened And Then Some More Commands Are Forwarded To That Session?

Apr 12, 2010

hypothetically speaking, can i write a script in which a telnet session is opened and then some more commands are forwarded to that session?

View 4 Replies View Related

Programming :: Hashing The Components Of An Tcp Session To Assign/locate The Session In A Hash Table Bucket?

Nov 10, 2010

I have a very bad attempt at hashing the components of an tcp session to assign/locate the session in a hash table bucket. I am pretty sure that it has a very high collision rate and when there are a very large number of tcp sessions my application is having to search a long linked list to find the session within the bucket.

All the hashing functions I have found take a single string input where I need to input several integers and hash them into a single result. My guess is that any real hashing function is going to produce better results than what I am currently doing.

[Code]...

View 2 Replies View Related

Fedora :: Where Users Can Login To Central Server Which Gives Access To Partition

Aug 14, 2009

I am trying to set up a network where users can login to a central server which gives access to a partition depending on their role in the company e.g development or HR.my ideal world would be a computer sits on the desk. someone comes along logins they have all their files. they can then login with the same user information else where in the office.

View 3 Replies View Related

Ubuntu :: Program Central Stopped Working - How To Make It Work

Apr 13, 2010

This morning my program central stopped working and i don't know what might have caused it or how to fix it.

the problem is the download button, it doesnt seem to appear anymore as shown below:

[URL]

I got Ubuntu 9.10 64bit running GNOME

View 1 Replies View Related

Server :: Configure Squid Proxy To Point To A Central Policy Web?

Nov 10, 2010

Is there a way to configure Squid to get the filtering policy from a central policy on a web server.

like squid pointing to [url]

View 1 Replies View Related

Server :: Use A Reverse Proxy To Forward A Lot Of Websites Via 1 Central Place?

Oct 8, 2010

We use a reverse proxy to forward a lot of websites via 1 central place.so hould forward to an internal server.I already managed to forward a lot of website correctly, except for this one:hen I type:ttp://blablahblah/smt/webtier-7-11 it doesn't work correctly, but How can I make the first url to work ?

ProxyPass /smt http://192.168.10.38:8080
ProxyPassReverse /smt http://192.168.10.38:8080
ProxyPassMatch ^/((smt|webtier-7.11)(/.*)?)?$ http://192.168.10.38:8080/$1

[code]....

View 5 Replies View Related

Software :: Syncronization Of Some Files/folders From A Lot Of Servers To One Central Server?

Sep 1, 2010

I'm looking for a Syncronizacion Softwares (running as a daemon) to do a unidirectional syncronization of some files/folders from a lot of servers to one central server.As there are a lot of servers i want a software that only needs to be installed on the central server and pulls the files/folders from the other servers.rsync and unison need to be installed on both machines and syncronize the files/folder by sending them from al the servers to the central server(its no the central server the one who pulls the files/folder from the other servers), so they dont work for what i want.

View 4 Replies View Related

Ubuntu :: Session Manager / Select As A Startup Session?

Nov 1, 2010

Is there a session manager I can use with 10.10? I would like to try Openbox but am not sure how to select it as a startup session. I would like to be able to choose between kde, gnome and openbox.

View 1 Replies View Related

CentOS 5 :: Setup A Central Backup Server With BackupPC Installed On 5.6 X86_64

Jul 29, 2011

i`m trying to set up a Central Backup Server with BackupPC installed on CentOS 5.6 x86_64, My CentOS has Samba3x / Winbind integrated with Active Directory i found this nice Wiki http://wiki.centos.org/HowTos/BackupPC , to get my BackupPC installed. after installing RPMForge's repo and settin` up the priorities to the repos, http://wiki.centos.org/PackageManagement/Yum/Priorities i get the following error regarding Samba3x Conflicts , i dont wanna miss up my Samba Configuration to install BackupPC, even --skip-broken option does not work for me

[Code]....

View 2 Replies View Related

General :: How To Record A Bug For KDE

Jan 24, 2010

I have encountered a bug in plasma desktop - clock widget tool, when browsing months. I found in Kmenu>Development>KDE Bug Management Tool but don't know how to use it. I try everything in the menus to record and reproduce the bug, but nothing happens.

View 2 Replies View Related

Ubuntu Servers :: Replacing Home Network - Central User Management Setup?

Jul 22, 2010

I am replacing a home network - Windows Server 2003 and 5 PCs (XP Pro) with UBUNTU 10.4 LTS Server and client versions. I am keeping a couple of the PCs with dual boot until I can migrate everything over (Having some issues with iTunes, Family Tree Maker, Media serving, DVD decrypt and a couple of others, but that is for another post). It was great fun getting the server up and running using only shell commands. Took me ages just to get a folder shared! Migrating the data over from NTFS to ext3 was also fun given the limited space on the partitions.

I really only want to use the server for communal network type things ... central user account maintenance, shared folders for music, video etc and data backup. I don't need it to be performing server functions on the Internet e.g. web server etc although that may come later. How I set up central user management? All the PCs are currently setup with local user ids, and it is a bit of a pain to go round each PC every time I change something.

The server is not always up, so I need to be able to log into the local PC without it being active. I was using Active Directory on Server 2003, but I don't need anything that complex really ... just 3 or 4 users to manage. I have been looking at the setup tutorial at [URL] but am not sure how relevant a lot of it is. I have SSH setup so I can login remotely, NFS is working to share the folders, but that is about all I have done so far.

View 2 Replies View Related

General :: DNS - Need CNAME Instead Of A Record

Jul 21, 2011

I need to point aaa.com to bbb.com in DNS. I know it is possible to add subdomains for aaa.com to point to bbb.com (or its sub-domains) but in this case I need to have aaa.com point to bbb.com. I used the following in zone file of aaa.com but it didn't work
----------------
@ IN CNAME bbb.com.
----------------

View 4 Replies View Related

General :: MX Record In The DNS Server?

Oct 8, 2010

I am going to configure sentmail server i.e[root@mailserver ~] on Red Hat Linux 4 Enterprise.Already I have configured DNS server. I want to add record of my mail server in my DNS server.Kindly just guide me that what

Code:

$TTL86400
@IN SOAns1.mydomain.com. root.localhost(
42; serial (d. admin)
3H;refresh

[code]....

View 1 Replies View Related

General :: How To Record Desktop

Apr 29, 2011

i was wondering how to record my desktop i tried using RECORDMYDESKTOP but does not work

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved