zeldor.biz

Linux, programming and more

Copyright © 2025
Log in

Upgrade Debian lenny to squeeze

November 20, 2010 by Igor Drobot 1 Comment

Debian Logo

This upgrade from lenny to squeeze is not more complexer then the update from etch to lenny.
If you read everything carefully your server will run after upgrade too:)

Before you go on please read the official Debian release notes:

Recording your session:

1
script -t 2>~/upgrade-squeezestep.time -a ~/upgrade-squeezestep.script

script -t 2>~/upgrade-squeezestep.time -a ~/upgrade-squeezestep.script

First you should update your running system:

1
aptitude update && aptitude dist-upgrade

aptitude update && aptitude dist-upgrade

Check the package state:

1
dpkg --audit

dpkg --audit

It will show any packages which have a status of Half-Installed or Failed-Config, and those with any error status.

If you had a kernel upgrade please reboot. After successfully updates replace the sources from lenny to squeeze:
[Read more…]

Filed Under: Bash, Debian, Kernel, Linux Tagged With: Debian squeeze, lenny to squeeze, Upgrade debian

Firefox start in offline mode?

November 3, 2010 by Igor Drobot Leave a Comment

If you have this problem you know how frustrating it can be. Every time you start Firefox it wants to start in offline mode. To get around this you have to go to the File menu and uncheck the Work Offline box. And all your open tabs takes a lot of time to load :(

open the about:config window (you will most likely have to click the check box promising you’ll be careful using this configuration page), and do a search for the string:

toolkit.networkmanager

This string should have a true value

Filed Under: Linux Tagged With: firefox, mozilla

Opensolaris

November 2, 2010 by Igor Drobot Leave a Comment

Spen solaris packet management is like a linux apt. The command to update packeges:

1
pkg image-update

pkg image-update

Filed Under: Linux Tagged With: Opensolaris, PKG

FreeBSD install VIM

November 2, 2010 by Igor Drobot 3 Comments

Currently FreeBSD has only a old version of vi. I like vim as it is a highly configurable text editor and efficient one. And I prefer to work only with it.

How install it:

1
pkg_add -r -v vim-lite

pkg_add -r -v vim-lite

Example; install MC

1
pkg_add -r -v mc

pkg_add -r -v mc

Filed Under: Linux Tagged With: FreeDSB, pkg_add

TFTP Server

November 2, 2010 by Igor Drobot Leave a Comment

Install a simple tftp Server under Debian 5 codename Lenny:

1
aptitude install atftpd

aptitude install atftpd

Should the server be started by inetd?
On the question answer with NO, it should run as a daemon and not as inetd service:

Choose a base directory for your data.

Test tftp-server:

1
tftp 192.168.10.2

tftp 192.168.10.2

Filed Under: Linux, Networking Tagged With: tftp, tftp-server

  • « Previous Page
  • 1
  • …
  • 50
  • 51
  • 52
  • 53
  • 54
  • …
  • 62
  • Next Page »
Yeaaah Cookie! We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok