Posts Tagged ‘ System Administration

Parted Magic 4.11 Released

A new release of Parted Magic had just been announced bumping up the version from 4.10 to 4.11.

What is Parted Magic?

Parted Magic is a Linux Live CD using GParted and Parted to handle hard disk partitioning tasks. Parted Magic also includes other great applications like Clonezilla, Partimage, TestDisk, Truecrypt, G4L, SuperGrubDisk, ddrescue, etc… making it a great Rescue/Utility Live CD

What’s new in version 4.11?

Updates:

ext3grep-0.10.2, fsarchiver-0.6.10, gdisk-0.6.7, hdparm-9.28, lftp-4.0.7, lzip-1.10, ms-sys-2.1.5, openssh-5.5p1, gencfs-1.0.2, gsshfs-1.0.3, sgsearch-1.1.3, chromium-6.0.424.0, gsshfs-1.0.1, linux-2.6.32.15, parted-2.3, syslinux-3.86, mc-20100509_git, ntfs-3g-2010.5.22, super_grub_disk_1.98s1, udev-157

Removals:

xarchiver

Additions:

file-roller-2.30.0, lm_sensors-3.1.1, perl-5.10.1, dbrl-1.9.5-79, clonezilla-2.3.5-21, rarlinux-3.9.3, unrar-3.9.7, vmfs-tools-0.2.1

Where can I download or find more information?

GNU Screen and byobu

  Iwasa Matabei  -   Iwasa Matabei  - artelista.com

GNU Screen is a terminal multiplexer which allows you to run multiple console based applications within a single terminal. With screen there isn’t a need to have multiple terminal windows open and if you’re running in console mode you won’t need to worry about running out of console.

Screen is extremely helpful when administering a remote machine allowing you to have multiple consoles through a single SSH tunnel. It also allows you to detach from a console and exit you SSH session and reattach to the console either locally or another SSH tunnel. Read more