Filesystem Encryption Tools for Linux
Tue, 05/29/2007 - 05:51 — david23Crypto filesystems keep your data safe – even if someone steals your computer.Linux offers a number of encrypted filesystem options – each with a different approach to the encryption problem.Encrypted filesystems may be overkill for family photos or your résumé, but they make sense for network-accessible servers that hold sensitive business documents, databases that contain credit-card information, offline backups, and laptops.
- david23's blog
- Login or register to post comments
Installing APC Cache (alternative to Turck Mmcache/Eaccelerator)
Wed, 05/23/2007 - 10:31 — sandipNotes on installing Alternative PHP Cache (APC):
-
Download and istall:
$ wget http://pecl.php.net/get/APC-3. 0.14.tgz
$ tar -xvzf APC-3.0.14.tgz
$ cd APC-3.0.14
$ phpize
$ ./configure --enable-apc
$ make
# make install
extension=/path/to/apc.so
apc.enabled=1
apc.shm_segments=1
apc.optimization=0
apc.shm_size=128
apc.ttl=7200
apc.user_ttl=7200
apc.num_files_hint=1024
apc.mmap_file_mask=/tmp/apc.XX XXXX
apc.enable_cli=1
# service httpd restart
Copy the "apc.php" admin file in the source directory to a password protected web site directory. Edit "apc.php" top line to change password to something different from default.
Howto Setup Dual Monitors with NVidia in Ubuntu
Tue, 05/22/2007 - 05:56 — david23This tutorial explains how to setup Dual Monitors with NVidia in Ubuntu. It’s quite a pain to get dual monitors working your first time using Linux, however I hope this guide will make the process relatively quick and painless.
- david23's blog
- Login or register to post comments
Howto Change Default text editor in Debian Etch
Tue, 05/22/2007 - 05:55 — david23By Default Debian Etch Provides the nano editor you need to follow this procedure.In this example i want to use vi editor as my default editor.This is Veryuseful if you want to change Default editor to your own choice.
- david23's blog
- Login or register to post comments
How to Increase ext3 and ReiserFS filesystems Performance in Linux
Tue, 05/15/2007 - 05:03 — david23This tutorial explains how to increase ext3 and ReiserFS filesystems Performance in Linux.The ext3 or third extended filesystem is a journalled file system that is commonly used by the Linux operating system. It is the default file system for many popular Linux distributions
- david23's blog
- Login or register to post comments
Automatix2 Setup in Debian Etch
Tue, 05/08/2007 - 11:12 — david23Automatix is a graphical interface for automating the installation of the most commonly requested applications in Debian based Linux operating systems.
- david23's blog
- Login or register to post comments
NFS Server and Client Configuration in Ubuntu
Tue, 05/08/2007 - 11:11 — david23NFS was developed at a time when we weren’t able to share our drives like we are able to today - in the Windows environment. It offers the ability to share the hard disk space of a big server with many smaller clients. Again, this
is a client/server environment. While this seems like a standard service to offer, it was not always like this. In the
past, clients and servers were unable to share their disk space.
- david23's blog
- Login or register to post comments
DNS server Setup using bind in Ubuntu
Wed, 05/02/2007 - 10:37 — david23DNS Stands for Domain Name Service.On the Internet, the Domain Name Service (DNS) stores and associates many types of information with domain names; most importantly, it translates domain names to IP addresses
- david23's blog
- Login or register to post comments
File Server Configuration in Debian Using Samba
Wed, 05/02/2007 - 10:36 — david23Samba is a suite of Unix applications that speak the SMB (Server Message Block) protocol. Many operating systems, including Windows and OS/2, use SMB to perform client-server networking. By supporting this protocol, Samba allows Unix servers to get in on the action, communicating with the same networking protocol as Microsoft Windows products.
- david23's blog
- Login or register to post comments
bsc - graphical file manager with two panels
Wed, 04/25/2007 - 09:20 — david23bsc (BeeSoft Commander) is a graphical file manager (similar to the midnight commander) that displays two directories
at once for easier copying and moving of files.
- david23's blog
- Login or register to post comments