opsec | warren
by
opsec
—
last modified
Jan 30, 2008 12:59 AM
contributor
-
Installing Fedora via HTTP or FTP
—
by
opsec
—
last modified
Jun 09, 2008 01:15 PM
- This howto will show you how to install Fedora 7 using the rescue cd iso image and the kernel.org official mirror. Please read this howto completely before asking for help in #fedora on freenode. If you do need help please be prepared with the requested information so that others can help you more easily.
-
Verifying Fedora media SHA1SUM
—
by
opsec
—
last modified
Jan 30, 2008 02:49 AM
- This howto will show you how to verify Fedora media downloaded from an official Fedora mirror.
-
MySQL Database Replication
—
by
opsec
—
last modified
Jun 13, 2008 04:01 PM
- This Howto will show you how to setup MySQL database replication in case of hardware failure. This is not a permanent backup solution because if the DELETE command was given accidentally, it would also be replicated to the slave. This howto assumes you will not be making mistakes or giving DBA access to people who are not trustworthy. When finished, you'll have 2 identical MySQL databases on 2 different computers. This process can be adjusted to include multiple databases as well so you can backup all of your MySQL databases. Let's begin...
-
Installing & Configuring MySQL Server
—
by
opsec
—
last modified
Oct 07, 2008 07:29 AM
- This Howto will show you how to install MySQL 5.x, start the service, make sure the server starts on reboot, login via terminal, change the root database admin password, change the name of the root user, add a new user with specific privileges to a specific database, add a new DBA, add a new database, remove all anonymous logins, remove all non-root users, added file security steps, disable remote access (via port 3306), purge the scrollback history, and finally the installation of the gui tool mysql-administrator.
-
Installing Sun Java browser plugin
—
by
opsec
—
last modified
Oct 30, 2008 10:34 PM
- This howto will show you how to painlessly install the Sun Java broswer plugin. You should be aware of several potential risks before you start. 1. Fedora uses gcj which is a free version of Java, but it is not Java. There are potential mix-match problems that can arise when compiling some applictions on development machines. 2. If your system is slow you may run into problems as Sun Java tends to be CPU and RAM intensive. 3. If you're running an x86_64 system and compiling 32bit applications without the proper chrooted environment it will most likely not work. The main purpose for this howto is only for a browser solution. If you need more in-depth instructions please see the howto here by Scott Glaser or the IcedTea howto by jmahowald. That said let's get started.
-
Denyhosts - A howto
—
by
opsec
—
last modified
Jun 05, 2008 02:34 PM
- This howto will show you how to install and configure Denyhosts on your server or desktop system to help further prevent unwanted attacks or access to your systems.
-
Sudo - An advanced howto
—
by
opsec
—
last modified
Jun 10, 2008 03:05 PM
- This howto is an advanced outline the sudoers file and how it can be manipulated to your needs.
-
Additional HDD via Terminal
—
by
opsec
—
last modified
Jun 13, 2008 05:32 PM
- This is a simple howto designed to show you the basics of adding a new hard disk to an existing system using fdisk and mkfs.
-
Customizing the Grub system bootloader
—
by
opsec
—
last modified
Jun 16, 2008 08:00 PM
- This howto will describe how you can change the background image/color, make a new background/splash image from your existing image, rename the menu, reorder the position of menu items, add extra boot arguments to the kernel, change the default menu item, change the default timeout before the system loads the default menu item, add another operating system to the menu.
-
Installing Compiz-Fusion in Fedora 9
—
by
opsec
—
last modified
Jun 17, 2008 09:53 PM
- This brief howto will go over installing and configuring Compiz-Fusion in Fedora 9 using yum in the GNOME Desktop Environment. The default system install includes only Compiz, not Compiz-Fusion.
-
Common BASH Commands
—
by
opsec
—
last modified
Oct 07, 2008 11:45 PM
- If you choose to use Linux, you will inevitably need to use the terminal or command line console. Some common popular shells are: bash, csh and tsch among several others. Unix-like system users are already familiar with the terminal. For Windows users, it is similar to DS-DOS, only much more powerful. The real power and appeal in Unix and Linux is not only in in the general free and open nature of the software and ideas (FOSS) but also in the efficient use of the command line. With the command line you have the flexibility to interact directly with the kernel (the core of the system) as well as a host of other useful features. You are open to thousands of different options, commands and tools that, in the end, provide a highly stable, highly configurable and very highly functional operating environment. Most commands and some configuration (.conf) files also have "man pages" or "manual pages" which allow you to read about the verbose options and descriptions available. To access man pages type: man <command> at the terminal to read about the command, use q to exit the dialog. Below is a list of *some* common useful commands available at the bash (bourne again shell) terminal prompt:

