- Enabling Beryl On A PCLinuxOS 2007 Desktop
This tutorial shows how you can enable Beryl on a PCLinuxOS 2007 desktop (the system must have a 3D-capable graphics card). With Beryl you can make your desktop use beautiful 3D effects like wobbly windows or a desktop cube.
in Public bookmarks with 3d beryl desktop linux pclinuxos
- Enabling Compiz Fusion On A Fedora 8 GNOME Desktop (ATI Mobility Radeon 9200)
This tutorial shows how you can enable Compiz Fusion on a Fedora 8 GNOME desktop (the system must have a 3D-capable graphics card - I'm using an ATI Mobility Radeon 9200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.
in Public bookmarks with 3d ati beryl compiz desktop fedora fusion linux
- Enabling Compiz Fusion On An Ubuntu 7.10 Desktop (ATI Mobility Radeon 9200)
This tutorial shows how you can enable Compiz Fusion on an Ubuntu 7.10 (Gutsy Gibbon) desktop (the system must have a 3D-capable graphics card - I am using an ATI Mobility Radeon 9200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.
in Public bookmarks with 3d ati beryl compiz desktop fusion gutsy linux ubuntu
- Enabling Compiz Fusion On Linux Mint 11
This tutorial shows how you can enable Compiz Fusion on a Linux Mint 11 desktop (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce 8200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.
in Public bookmarks with 3d compiz cube desktop effects fusion linux mint nvidia
- Enabling Compiz On Linux Mint 12 (GNOME Classic)
This tutorial shows how you can enable Compiz on a Linux Mint 12 Lisa desktop (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce 8200 here). With Compiz you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop. Compiz is not supported on GNOME 3 yet, that's why this how-to is applicable only for the classic GNOME desktop.
in Public bookmarks with compiz cube desktop gnome linux lisa mint windows wobbly
- Entering A Safe Mirror When Logging In With Unionfs And Chroot
When reading a hint on the website of LinuxFromScratch I discovered the special capabilities of unionfs, specially in combination with chroot. Later I read a HowTo on a wikiwebsite of Gentoo, about entering a chrooted home directory when using a special script as shell. Combining these two brings me to using a chrooted environment, which you enter when logging in as a special user. This environment is an exact copy (mirror) of the system you are working on. Because you are in safe copy of the real system, you can do whatever you like, it will never change the system, everything stays inside the cache (the readwrite branch).
in Public bookmarks with chroot linux mirror unionfs
- Fedora 8 Server Setup - LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server)
This is a detailed description about how to set up a Fedora 8 server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of Fedora 8, but should apply to the 64-bit version with very little modifications as well.
in Public bookmarks with apache bind dns dovecot fedora ftp lamp linux mysql php postfix quota server by 2 users
- Filtering PDF-/XLS-/Image-Spam With ClamAV (And ISPConfig) On Debian/Ubuntu
There is currently a lot of spam where the spam information is attached as .pdf or .xls files, sometime also hidden inside a .zip file. While these spam mails are not easy to catch with e.g. SpamAssassin or a Bayes filter, the ClamAV virus scanner can catch them easily when it is fed with the correct signatures as ClamAV is built to scan mail attachments.
in Public bookmarks with attachments clamav debian image linux pdf server signature spam ubuntu
- First Steps Of Running Linux Via Terminal Instead Of Desktop
This tutorial is supposed to show new Linux users how to handle Linux without having to browse through your desktop to edit files. The core commands to do this are the same on every Linux distribution, however there is a large variety of commands that differ from distribution to distribution, as does the install command.
in Public bookmarks with commands first linux ssh steps terminal
- Full Mail Server Solution w/ Virtual Domains & Users (Debian Etch, Postfix, Mysql, Dovecot, DSpam, ClamAV, Postgrey, RBL)
This guide describes how to set up a full email solution in Debian Linux (all code is from Debian Etch). I was asked to design a secure, scalable, portable solution for a small company. While the guide references many servers, the company only had 4 physical machines, Xen was used to virtualize the entire solution. That particular aspect of the system is not discussed in this guide, although I will try to get it into the next revision.
in Public bookmarks with clamav debian dovecot dspam linux mail mysql postfix postgrey rbl server
- How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME (Postfix On Debian Etch)
This tutorial shows how to install and use alterMIME. alterMIME is a tool that can automatically add a disclaimer to emails. In this article I will explain how to install it as a Postfix filter on Debian Etch.
in Public bookmarks with altermime debian disclaimer email etch filter linux postfix server
- How To Back Up MySQL Databases Without Interrupting MySQL | HowtoForge
This article describes how you can back up MySQL databases without interrupting the MySQL service. Normally, when you want to create a MySQL backup, you either have to stop MySQL or issue a read lock on your MySQL tables in order to get a correct backup; if you do not do it this way, you can end up with an inconsistent backup. To get consistent backups without interrupting MySQL, I use a little trick: I replicate my MySQL database to a second MySQL server, and on the second MySQL server I use a cron job that creates regular backups of the replicated database.
in Public bookmarks with backup interruption linux mysql replication server
- How To Benchmark Your System (CPU, File IO, MySQL) With sysbench
sysbench is a benchmark suite which allows you to quickly get an impression about system performance which is important if you plan to run a database under intensive load. This article explains how to benchmark your CPU, file IO, and MySQL performance with sysbench.
in Public bookmarks with benchmark cpu io linux mysql sysbench
- How To Block Spam Before It Enters The Server (Postfix)
The last few weeks have seen a dramatic increase in spam (once again). Estimates say that spam makes now up for 80 - 90% of all emails, and many mail servers have difficulties in managing the additional load caused by the latest spam, and spam filters such as SpamAssassin do not recognize large parts of that spam as they did before. Fortunately, we can block a big amount of that spam at the MTA level, for example by using blacklists, running tests on the sender and recipient domains, etc. An additional benefit of doing this is that it lowers the load on the mail servers because the (resource-hungry) spamfilters have to look at less emails.
in Public bookmarks with blacklists linux mta postfix security spam spamassassin
- How To Compile A Kernel - Debian Etch
Each distribution has some specific tools to build a custom kernel from the sources. This article is about compiling a kernel on a Debian Etch system. It describes how to build a custom kernel using the latest unmodified kernel sources from www.kernel.org (vanilla kernel) so that you are independent from the kernels supplied by your distribution. It also shows how to patch the kernel sources if you need features that are not in there.
in Public bookmarks with compilation compile debian etch kernel linux vanilla by 3 users
- How To Compile rTorrent From SVN In Ubuntu Feisty Fawn / Gutsy
Torrent is a great way to transfer large files very quickly. However most torrent clients are gui based and have quite some impact on system resources (e.g. Azureus). rTorrent is a lightweight client running from the terminal. Being able to run it in a screen session (also upon boot) makes it ideal to also control it from a remote location.
in Public bookmarks with azureus bittorrent feisty gutsy linux rtorrent torrent ubuntu
- How to configure your SCSI or USB scanner to work with SANE/XSANE from your regular user account | HowtoForge
This article shows how you can make your scanner (SCSI or USB) work with SANE/XSANE from a normal user account without getting permission errors.
in Public bookmarks with desktop linux sane scanner xsane
- How To Convert Songs From An Audio CD Into MP3/Ogg Files With K3b
This guide describes how you can use the CD/DVD burning application K3b to convert songs from an audio CD into MP3 or Ogg files that you can use on your MP3 player, for example (if you choose the Ogg format, your MP3 player must support it).
in Public bookmarks with audio convert desktop k3b linux mp3 ogg ripping
- How To Enable Multiple HTTPS Sites For One IP On Debian Etch Using TLS Extensions
This guide is Debian specific but could be ported to other distributions since the concept is the same. In order to use TLS Extensions we have to patch and recompile Apache2 and recompile OpenSSL with the enable-tlsext directive. Since TLS extensions are relatively new, some Internet browsers will not work so the Apache2 server will deliver just the default site as http 1.0 does on an http 1.1 server.
in Public bookmarks with debian https linux openssl server ssl tls
- How To Enable NTFS Write Support (ntfs-3g) On Mandriva 2007 Spring
Normally Linux systems can only read from Windows NTFS partitions, but not write to them which can be very annoying if you have to work with Linux and Windows systems. This is where ntfs-3g comes into play. ntfs-3g is an open source, freely available NTFS driver for Linux with read and write support. This tutorial shows how to install and use ntfs-3g on a Mandriva 2007 Spring desktop to read from and write to Windows NTFS drives and partitions.
in Public bookmarks with linux mandriva ntfs ntfs-3g windows
« Previous
Next »
linux from all users