server
The Microsoft Windows Server 2003 operating system with Service Pack 1 (SP1) includes an attack surface reduction tool called the Security Configuration Wizard (SCW). Depending on the server role you select, the SCW determines the minimum functionality required, and disables functionality that is not required. When you install Windows Server 2003 SP1 on the ISA [...]
Windows applicable internet, client features, configuration database, configuration wizard, internet information services, internet security and acceleration, microsoft internet security, microsoft windows server, registry values, security configuration, server, server computer, service configuration, surface reduction, virtual private network,
The ssh program can  be used for monitoring remote hots. The system admin can also execute commands from his desktop which can be executed at remote servers. This is a cool facility of ssh. We can do much more on SSH. root@admin:~ # ssh root@www ‘df -h’ Filesystem Size Used Avail Use% Mounted on /dev/ubda 3.5G 2.1G [...]
IT-Tips apache, avail, base, bases, box, caches, caching, command, commands, connection, connectivity, execution, file files, grep, headings, idl, log, logging, logs, pipes, piping, Public, quotes, remote, roots, server, servers, shm, ssh, stop, swaps, system, systems, table, tmpfs, user, users, webserver, webservers,
If you are unfamiliar with SSH this is ok. This is a simple explanation to get you to a command prompt on your new server or existing server. Simply download a program called “putty.exe” if you are using Windows. If you are using MAC you will need to jump in to the shell and follow [...]
Linux accesses, command, difference, execution, help, hosts, logins, mac, names, openness, passwords, port, ports, roots, server, servers, sessions, settings, shell, ssh, start, what, Windows,
VNC is used to display an X windows session running on another computer. Unlike a remote X connection, the xserver is running on the remote computer, not on your local workstation. Your workstation ( Linux or Windows ) is only displaying a copy of the display ( real or virtual ) that is running on [...]
Linux install, linux, machine, remote, repositories, Repository, server, servers, sessions, virtualizer, vnc, vncserver, vncviewer, Windows, workstations,
Here are some ideas, how you can monitor the database performance of your MySQL installation. Monitoring is always an iterative and continuous process. You need to learn what patterns are OK for your database and what are the signs of slight problems or even dangerous situations. Below are the main items you can use to [...]
MySQL activation, byte, caching, check, client, command, computer, configuration, configure, configured, connection, data, Database, databases, dependencies, developers, difference, innodb, install, log, logging, logs, mysql, mysqladmin, openness, queries, queues, replication, server, servers, system, systems, table, tools, track, user, what,
This article uses postfix as the mail transport agent (MTA), as opposed to sendmail, the default MTA for CentOS. Dovecot is used to allow users to access their email by either imap or pop protocols. We assume a domain name of example.com which should be changed by the reader and can be either a real [...]
Email, Linux accesses, account, alias, avail, check, client, command, configuration, configure, configured, connection, create, daase, databases, dependencies, directory, e enable, edit, edition, file, firewall, format, hosts, install, interface, isp, kernel, linux, listing, log, logging, logins, logs, mail, maps, mbox, microsoft, mysql, names, network, networking, openness, outlook, parameters, passwords, perl, personal, port, ports, protocol, protocols, redirection, release, resolves, roots, router, sendmail, server, servers, service, services, settings, smtp, system, systems, tab, understanding, user, what, workarounds, yum,
nslookup is a computer program used in Windows and Unix to query Domain Name System (DNS) servers to find DNS details, including IP addresses of a particular computer, MX records for a domain and the NS servers of a domain. The name nslookup means “name server lookup”. The most common version of the program is [...]
Windows bind, command, computer, hosts, names, queries, server, servers, system, systems, unix, Windows,
We will use an example based approach to examine the various iptables commands. In this first example, we will create a very simple set of rules to set up a Stateful Packet Inspection (SPI) firewall that will allow all outgoing connections but block all unwanted incoming connections:
Linux accesses, base, bases, block, byte, check, command, community, computer, configuration, configure, configured, connection, create, determine, edit, edition, execution, firewall, Generator, hosts, incoming, interface, listing, policy, port, ports, prevent, remote, router, sbin, scripts, server, servers, service, services, settings, shell, source, ssh, switch, system, systems, targeted, traffic, understanding, user, what,
In this howto I will show you a simple bash script that dump ALL mysql databases on your server compressed to GZIP and then make a nice tar.gz file with them and upload it to the FTP of your choice.
MySQL Backup, compress, create, Database, databases, difference, file, folders, format, gnu, mysql, names, roots, scripts, server, servers, system, systems, upload, user,
Elgg is an open, flexible social networking engine, designed to run at the heart of any socially-aware application. Building on Elgg is easy, and because the engine handles common web application and social functionality for you, you can concentrate on developing your idea. Elgg is open source. That means, when you use Elgg, you have [...]
Open Source accesses, administrator, apache, build, community, Copy, create, data, Database, databases, developers, directory, distributions, elgg, file, folders, functionality, Generator, headings, htaccess, install, linux, mysql, mysql shell, names, network, networking, openness, passwords, privilege, privileges, rename, roots, secure, Security, server, servers, settings, sites, source, system, systems, tools, unix, unzip, upload, URL, user, webserver, webservers,
I can use tcpdump to verify that encryption is working. Here is what a plain unencrypted POP mail session looks like. This is an abbreviated example showing only the initial three-way TCP handshake. You can do this yourself by firing up tcpdump, then checking mail. Ctrl+C stops it: # tcpdump port 110 15:04:49.050227 windbag.34348 > [...]
Linux avail, byte, check, connection, data, devices, difference, e enable, encrypted, Generator, gigabyte, hacked, hosts, kernel, log, logging, logins, logs, mail, message, multiple, names, network, networking, nic, openness, passwords, port, ports, protocol, protocols, secure, Security, server, servers, service, services, sessions, settings, stop, traffic, what, win, Windows,
Replication enables data from one MySQL database server (called the master) to be replicated to one or more MySQL database servers (slaves). Replication is asynchronous – your replication slaves do not need to be connected permanently to receive updates from the master, which means that updates can occur over long-distance connections and even temporary solutions [...]
MySQL accesses, Backup, base, command, configuration, configure, configured, connection, Copy, create, data, Database, databases, dependencies, distributions, enable, file, Identify, install, log, logging, logs, multiple, my network, networking, passwords, possibilities, privilege, privileges, replication, roots, s, secure, Security, server, servers, service, services, settings, shell, speed, SQL, system, systems, table, targeted, user, what,
Access to the news server can be open to everyone, or it can require user authentication. The NNTP service allows fine tuning of security policies and is capable of handling a large number of virtual domains and independent server instances on a single computer. The NNTP service is not installed by default. You must install [...]
IIS, Windows accesses, authenticate, authentication, capability, computer, configuration, configure, configured, create, IIS, install, message, network, networking, openness, policy, secure, Security, server, servers, service, services, settings, user, virtualizer, Windows,
Virtual Hosting allow web servers to host more than one website on a sing machine. This is how sharing hosting works. I become pretty handy as well while develloping different web project on the same machine and allows you to access to your local repository using addresses such as http://dev.mysite.com instead of http://localhost/~myuser/myproject/ :) . [...]
Tech Guru accesses, apache, awstats, bases, command, configuration, configure, configured, create, developers, difference, directory, distributions, distros, edit, edition, enable, file, hosts, install, lib, linux, log, logging, logs, machine, magic, maps, names, openness, repositories, Repository, roots, server, servers, service, services, sites, syntax, system, systems, ubuntu, usr, virtualizer, what,
 xinetd, the eXtended InterNET Daemon, is an open-source daemon which runs on many Linux and Unix systems and manages Internet-based connectivity. It offers a more secure extension to or version of inetd, the Internet daemon. xinetd performs the same function as inetd: it starts programs that provide Internet services. Instead of having such servers started [...]
Linux accesses, activation, attack, attacker, attackers, attacks, bind, command, config, configuration, configure, configured, connection, create, d, daemon, daemons, determine, directory, edit, edition, enable, extension, Fedora, file, functionality, hosts, incoming, ing, install, linux, listing, log, logging, logins, logs, names, network, networking, port, ports, protocol, protocols, roots, rpm, s, sbin, secure, Security, server, servers, service, services, settings, stop, system, systems, understanding, unix, uration, user, usr,