Ghost your Suse installation with dd

Posted on June 13th, 2008 in OpenSuse by admin
While in the process of creating SUSE Linux Enterprise Desktop or Server systems for customers I often have a need to create an image of a system so that when I mess up, I can at least get back to a working state. Listed below are the steps to creating an image and then deploying that same image using dd.

Install OpenSuse Tutorial in Video

Posted on April 10th, 2008 in Basics, OpenSuse by admin

Get the Flash Player to see this player.

Get the Flash Player to see this player.

source 

Securing Your Server With AppArmor

Posted on April 7th, 2008 in Applications, OpenSuse, Security by admin

If you want to secure your server using AppArmor, you have to create and modify the profiles for all the applications you use. This can easily be done using the YaST AppArmor modules or the command-line tools.

The YaST modules are more or less self-explaining, but more for mouse users.

Therefore I’ll explain the command-line tools a bit. I’ll also explain some AppArmor basics when needed.

Of course these instructions are also valid if you use your computer as a workstation

How to build a rpm file from a source file

Posted on March 11th, 2008 in Commandline Tools, Fedora, OpenSuse by admin

This is for the Redhat, Suse, Fedora, and CentOS users. Sometimes when you try to search for rpm packages, the only thing that you find is the source file. You can create a rpm file using this tar.gz or tar.bz2 file:

  1. save the source file(usually in tar.gz or tar.bz2 format)
  2. extract the files: tar -xvzf filename.tar.gz or tar -xvjf filename.tar.bz2
  3. open the folder of the extracted file and find .spec file
  4. type: rpmbuild -bb filename.spec
  5. see the error and continue according to the error until you finish creating rpm files
  6. type: rpm -Uvh filename.rpm to install

Gnump3d MP3 Server

Posted on March 5th, 2008 in CMS, OpenSuse, Servers, Ubuntu by admin

This installation will cover how to install the Gnump3d mp3/ogg server in both Ubuntu and Open Suse.

Sharing something with friends or anyone through network (LAN or WAN) is really a great thing. And one of the best thing to share is music. Yeah, if you have a great collection of digital music stored in your hard disk, it’s time to share it with another people. Never say that you don’t have any idea how to share your music no.. no.. no.., wake up! Remember that we live in the world of free and open source software, we have many choices and the most important it’s free. What? You’re still using that fool proprietary thing, oh.. come on.

Encrypted Root File System During Install in openSuse 10.3

Posted on March 5th, 2008 in OpenSuse by admin

Source

Introduction and Motivation

Most laptop users do not begin to think about the problems associated with laptop theft until after they first theft occurs. If the laptop happened to contain the source code for a new product, or company confidential documents, or the notes for an newspaper article on political corruption, or maybe just a private love letter, then there is a potential for catastrophe if the data falls into the wrong hands.

To counter the potentially damaging affects of laptop theft, one can either choose not to use a laptop, use hardware encryption devices, or use software encryption to protect the data. The latter approach is particularly attractive because a software solution is more flexible than a hardware approach and with a modern CPU, most users will not notice the performance penalty associated with on-the-fly software encryption/decryption.

Use Yast to Encrypt Partitions

Posted on March 5th, 2008 in OpenSuse, Security by admin

Use YaST to encrypt partitions or parts of your file system during installation or in an already installed system. However, encrypting a partition in an already installed system is more difficult, because you have to resize and change existing partitions. In such cases, it may be more convenient to create an encrypted file of a defined size in which to store other files or parts of your file system. To encrypt an entire partition, dedicate a partition for encryption in the partition layout. The standard partitioning proposal as suggested by YaST does not, by default, include an encrypted partition. Add it manually in the partitioning dialog.

Mount your NTFS Filesystem/Partition for Read/Write Access in openSUSE 10.x

Posted on March 5th, 2008 in Hardware, OpenSuse by admin

Source

I found much advice on mounting NTFS partitions, anecdotal, fragmented, mostly good advice in the major Suse community support forums. But I was confused by the diversity. And some advice was problematic. Here is a consolidation.

Access to Windows Shares in openSuse 10.3

Posted on March 5th, 2008 in Networking, OpenSuse by admin

Source

You want to be able to access shared folders on Windows machines from your Linux system? Then this tutorial is for you:

Change the default theme in Yast to Oxygen (KDE4) icons

Posted on March 5th, 2008 in OpenSuse, Tweaks by admin

cb400f over at kde-look.org has put together a nice way to have KDE4’s Oxygen icons in your Yast package manager for OpenSuse 10.3.  Even better it’s done with one click install files.

Next Page »