The Scientific Linux Live CD/DVD is a bootable CD/DVD that runs Linux directly from CD/DVD without installing. It is based on Scientific Linux 5.4.it also available for the i386 and x86_64 architectures.
Features :
kernel 2.6.18-164.6.1.el5
gnome 2.16.0
kde 3.5.4
gimp 2.2.13
firefox 3.0.15
Software added compared to standard Scientific Linux
* ntfs-3g (read/write NTFS support)
* ntfsprogs
* …
fdisk (for “fixed disk”) is a commonly used name for a command-line utility that provides disk partitioning functions in an operations.
To check the connected storage on the linux partition ,type below command.
$fdisk -l
(it displays connected storage table details)
To create partition ,you need to run below commands
$fdisk /dev/sda2
arugments
n’ – to …
Fedora 12 releases and available for download.it comes with Optimized performance now all the software packages on 32-bit (x86_32) architecture have been compiled for i686 systems, with special optimization for the Intel Atom processors used in many netbooks, but without losing compatibility with the overwhelming majority of CPUs,NetworkManager broadband …
openSUSE 11.2 release features new and massively improved versions of Firefox, OpenOffice.org, GNOME, KDE, and more.openSUSE 11.2 comes with the latest version 2.6.31 of the Linux kernel, the beating heart of every openSUSE system. The default file system of openSUSE was switched to the new Ext4.
HighLights:
Linux kernel 2.6.31.5
GNOME 2.28.0
KDE 4.3.1
EXT4 …
if you get a message .wine is not owned by you.then you trying to run wine with root permission.never do that.
run directly .
you can trouble shoot in two ways.
one is you need to change the owner permissions
by running
$chown username.uername -R .wine
or
do below steps
first you need to remove wine by running …