LATEST BLOG ENTRIES

How to use logrotate by linux

October 11, 2009

In a server environment it’s quite important to keep the size of log files in track. Everyone knows the problem of increasing file sizes in this matter. Therefore the logrotate daemon may help you to solve this problem. Files are rotated ore removed in a defined time slot to gzipped files for X times. You can find the configuration in /etc/logrotate.d.

In this directory you can find already given config files for some linux services.

This is an example of the samba logrotate in /etc/logrotate.d/samba:

/var/log/samba/log.smbd {
weekly
missingok
rotate 7
postrotate
invoke-rc.d --quiet samba reload > /dev/null
endscript
compress
notifempty
}

Read more…

Snaggies – Domain package for sale

September 6, 2009

I offer a big domain package for sale. All snaggy domains are not longer needed by myself and they will be sold to the highest bidder. The domains doesn’t include any content.


snaggies

Read more…

Software company Klüber and Kolb founded

August 23, 2009

At beginning of this year, I’ve founded a further company in cooperation with a colleague of mine: Timo Klüber. This week we’ve released our official website which you can visit here:
http://www.klueberundkolb.de

The company acts as a software development agency in web products. We release standard web 2.0 software dedicated to public townships. The first web software is called EstateMapper and represents specific land-use areas mapped on satellite pictures.

Read more…

How to enable USB support in VirtualBox on a linux host

August 2, 2009

There is a common problem to get USB support running in VirtualBox on a debian or ubuntu linux host system. If there is a Windows XP (maybe also other system) installed as the guest system, the USB devices will be shown in the VirtualBox menue – but they are disabled. The devices are recognized but the reason for the disabled function is the unsufficient permission.

In this post, I will explain how to solve this problem by a few tricks.

Read more…

Mounting an ISO image with linux

July 25, 2009

By using linux, you are able to mount an ISO image by the loop network device, which is quite easy. You can do this only as user root. Follow the steps below:

Change to user root:

# su

Mounting the ISO image to a directory or your choice, for example /mnt

# mount -o loop disk1.iso /mnt

Read more…

How to uninstall VMWare from a Linux System

July 25, 2009

To uninstall the VMWare Software from a Linux System is quite easy. VMWware comes with a pearl script for this. Just open a console and change to user root.


localhost:/# su
localhost:/# vmware-uninstall.pl

Read more…

New Flash MP3 Player

June 8, 2009

A new free flash mp3 player has been released by Reality Software (Toronto, Canada). The component allows you to play music on your website. The application is very easy to install. Download it from the website and put it into your web directory. The component will automaticly scan your folders for .mp3 files.

flashplayer_11 flashplayer_21

Read more…

New Flash Gallery released by Reality Software

June 7, 2009

A new flash image gallery has been released by Andrey Markin (Reality Software). This free application allows you to create a slideshow on your website. Easy installation, automatic slideshow generation, customizable design and other cool features. The application has been tested by the author and it’s quite recommendable.

flashgallery1 flashgallery2

Read more…

Forgotten password for joomla backend

April 10, 2009

Open your joomla database with the PhpMyAdmin. Update the table jos_users:
Look for user “admin”, in most cases with the id 62. Edit the password field and type in:

21232f297a57a5a743894a0e4a801fc3

in Joomla >= 1.0.13 type in:

af9083d4b82dbc0745b124db3b3cf15d:M0WuLowO4rtRTddG
Read more…

Make your linux prompt more colorful

March 8, 2009

Changing the color of your linux prompt is a quite easy thing. Different prompt colors may be useful to distinguish different machines more easy, or just for fun.


export PS1='\e[0;32m\u\e[0;32m@\h:\e[0;0m\w\e[0;0m$\e[0m '

Just put the lines above in your /etc/profile and in the ~/.bashrc
console

Read more…

Home | Imprint | Impressum | Archiv
© 2010 M.Sc. Dipl.Inf. Michael Kolb. Powered by Wordpress. HTML CSS
my technorati | my blogcatalog