A blog with focus on technology, internet, mobile phone, IT Security, databases, open source, operating systems, Servers, news and life style

Interesting Sites

Archives

Posts Tagged ‘SysAdmin’

Managing Vulnerabilities Using a Vulnerability Scanner

Tweet When it comes to network security there are several things one must address. Patch management will take care of any vulnerability that the vendor is aware of and has issued a patch for, but it will do nothing for vulnerabilities for which a patch is still in development or the vendor chose not to [Continue]

Linux: 25 PHP Security Best Practices For Sys Admins

Linux: 25 PHP Security Best Practices For Sys Admins

Tweet PHP is an opensource server side scripting language and it is a widely used. The Apache web server provides access to files and content over HTTP OR HTTPS protocol. A misconfigured server side scripting language can create all sorts of problems. So, PHP should be used carefully. Here are twenty five php security best practices [Continue]

HOWTO: Subversion for Windows with Apache server

HOWTO: Subversion for Windows with Apache server

Tweet HOWTO: Subversion for Windows with Apache server 1. Introduction 2. Installation 2.1. Setting up the OS 2.2. Installing Subversion 2.3. Installing Apache 2.2 3. Configuration 3.1. Configuring Subversion 3.2. Configuring Apache 2.2 server 4. Backup 4.1. What to back up? 4.2. Creating a repository dump 5. Upgrade 5.1. Upgrading Apache 2.2 [Continue]

HOWTO: Install SVN Server on Linux

HOWTO: Install SVN Server on Linux

Tweet In order to install the SVN Server you need the SVN Server and Apache Server (to access the repository over http and  https). Following are the steps to install the SVN Server and Apache Server. yum install subversion (this command will download and install the SVN Server) yum install mod_dav_svn (it will install the [Continue]

SQL Server : Take offline database

Tweet EXEC sp_dboption N’mydb’, N’offline’, N’true’ OR ALTER DATABASE  SET OFFLINE WITH ROLLBACK AFTER 30 SECONDS OR ALTER DATABASE  SET OFFLINE WITH ROLLBACK IMMEDIATE Using the alter database statement (SQL Server 2k and beyond) is the preferred method. The rollback after statement will force [Continue]

Install and Configure SyncML for PocketPC

Install and Configure SyncML for PocketPC

Tweet This article describes the process of downloading and installing the Funambol SyncML plugin for the PocketPC. This will allow the synchronization of calendars, contacts, tasks and notes between a SmarterMail user account and the PocketPC. NOTE: SmarterMail does not support Corporate Calendar because it is a special app and does not follow [Continue]

Configure SmarterMail Accounts for Synchronization Using SyncML

Configure SmarterMail Accounts for Synchronization Using SyncML

Tweet SmarterMail uses multiple data synchronization technologies to sync mailbox data with email clients and mobile devices. Before users can sync using SyncML, the system administrator must enable synchronization using SyncML for the domain. NOTE: SmarterMail does not support Corporate Calendar because it is a special app and does not follow AS [Continue]

VirtualBox 4.0.0 Beta 1 released for testing

VirtualBox 4.0.0 Beta 1 released for testing

Tweet Oracle has released a first beta for version 4.0.0 of the open source VirtualBox desktop virtualisation application for x86 hardware. According to Oracle’s Frank Mehnert, the preview of the next major update to VirtualBox is considered to be a “bleeding-edge release meant for early evaluation and testing purposes”. [Continue]

FreeNAS 8.0 Beta released

FreeNAS 8.0 Beta released

Tweet The FreeNAS developers have announced the availability of the first beta for version 8.0 of FreeNAS, a FreeBSD based network attached storage (NAS) Unix like server operating system. According to iXsystems FreeBSD Development Director Warner Losh, “the new FreeNAS makes it easier to upgrade, back up, or restore, with the system [Continue]

Backup IIS7 ApplicationHost.config and Settings

Tweet Internet Information Services 7 (IIS7) doesn’t use metabase-like file from IIS6. Instead the settings and configuration are stored in schema files and applicationHost.config files. Since the configuration files are different, the old IIS6 tools will not be able to backup IIS7 settings. This is the new script that you can use to backup [Continue]

Hello world!

Welcome to SysAdmin community site. You'll get help, news, discussions and collection of tools for System administration & IT Professionals. The target is to make this community to be one of biggest community of System Administrators and IT Professionals. [Continue]