A rootkit is a program designed to take fundamental control of a
computer system, without authorization by the system’s owners and
legitimate managers.
Most rootkits use the power of the kernel to hide themselves, they
are only visible from within the kernel....
created by nixcraft | 1 year ago 497 views | 0 recommendations | 0 comments
biosdecode is a command line utility to parses the BIOS memory and
prints information about all structures (or entry points) it knows of.
The DMI table doesn’t only describe what the system is currently made
of, it also can report the possible evolutions such as the...
created by nixcraft | 1 year ago 420 views | 0 recommendations | 0 comments
FTP is insecure protocol, but file-transfer is required all time. You
can use OpenSSH Server to transfer file using SCP and SFTP (secure ftp)
without setting up an FTP server. However, this feature also grants ssh
shell access to a user.
In this article series we will...
created by nixcraft | 1 year ago 967 views | 0 recommendations | 0 comments
By hiding out DNS server version number you can improve server
security. fpdns is a program that remotely determines DNS server
versions. It does this by sending a series of borderline DNS queries
which are compared against a table of responses and server versions.
(just...
created by nixcraft | 1 year ago 489 views | 0 recommendations | 0 comments
Your Debian / Ubuntu Linux box security depends upon access to system
services (one of many aspects). For example, you may need to provide a
web server (Apache service) to serve web pages. However, if you do not
need use a service, you should always turn off all unused...
created by nixcraft | 1 year ago 686 views | 0 recommendations | 0 comments
Demilitarized zone, used to secure an internal network from external
access. You can use Linux firewall to create DMZ easily. There are many
different ways to design a network with a DMZ. The basic method is to
use a single Linux firewall with 3 Ethernet cards. The...
created by nixcraft | 1 year ago 518 views | 0 recommendations | 0 comments
Pound is a reverse-proxy load balancing server. It accepts requests
from HTTP / HTTPS clients and distributes them to one or more Web
servers. The HTTPS requests are decrypted and passed to the back-ends
as plain HTTP. It will act as:
a) Server load balancer
b)...
created by nixcraft | 1 year ago 558 views | 0 recommendations | 0 comments
Adobe Acrobat is a commercial tool for manipulating PDF files. Earlier
I was using CUPs - printing system, to export PDF files. I’ve also
tried out gv for the same purpose. However, I needed complete editing
of pdf documents. My search ended with PDFedit software, which...
created by nixcraft | 1 year ago 772 views | 0 recommendations | 1 comment
Internet SCSI (iSCSI) is a network protocol that allows you to use
of the SCSI protocol over TCP/IP networks. It is good alternative to
Fibre Channel-based SANs. You can easily manage, mount and format iSCSI
Volume under Linux. It allows access to SAN storage over...
created by nixcraft | 2 years ago 315 views | 0 recommendations | 0 comments
DNS server can be attacked using various techniques such as:
[a] DNS spoofing
[b] Cache poisoning
[c] Registration hijacking
One of the simplest ways to defend is limit zone transfers between
nameservers by defining ACL. I see many admin allows BIND to...
created by nixcraft | 2 years ago 186 views | 0 recommendations | 0 comments
The problem of cooling the computer is not new. The more powerful and
faster computers become, the "hotter" they get. Coolers inside computer
cases, video card and power supply units are quite common nowadays.
However, hard disk has no additional means to cool them. Most...
created by nixcraft | 2 years ago 331 views | 0 recommendations | 0 comments
With this tip you will be able to work from home using VPN and that too
from Linux / FreeBSD system for the proprietary Microsoft
Point-to-Point vpn server.
Different organization uses different VPN connection options such
as SSL, PPTP or IPSEC. When you need to access...
created by nixcraft | 2 years ago 589 views | 0 recommendations | 0 comments
Most of us work with a shell prompt. By default most Linux distro
displays hostname and current working directory as a prompt. You can
easily customize your prompt to display information important to you.
You change look and feel by adding colors. In this small howto I...
created by nixcraft | 2 years ago 425 views | 0 recommendations | 0 comments
Security, speed, compliance, and flexibility--all of these describe LightTPD which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments.
A chroot on Linux or Unix OS is an operation that changes the root
directory....
created by nixcraft | 2 years ago 525 views | 0 recommendations | 0 comments
If you're serious about music or DVDs, at some point you cross the
threshold of having more than you can keep track of easily. The box
full of index cards has served its purpose; it's time to move on to
storing information about your CDs and DVDs in a database.
This might...
created by nixcraft | 2 years ago 336 views | 0 recommendations | 1 comment