-
yum install yumex
-
yum install findntfs fuse-ntfs-3g ntfsprogs
-
yum install curl cabextract xorg-x11-font-utils fontconfig rpm -i https://downloads.sourceforge.net/project/mscorefonts2/-> ->rpms/msttcore-fonts-installer-2.6-1.noarch.rpm
-
yum install amarok
-
yum install gparted
-
yum install grsync
-
tar zxf some_driver.tar.gz OR tar -xjf some_driver.tar.bz2
cd some_driver_directory ./configure make make install
Optional
./setup_driver_script
- Network sharing http://www.dedoimedo.com/computers/linux_commands.html
If you have more than one computer, you are probably sharing resources among them.There is no reason why you should not continue doing this if one of the machines is running a Linux distribution. Sharing can be accomplished in many ways. Perhaps the simplest is using Samba server. First, install Samba:
apt-get install samba After the Samba server is installed, you will need to edit a few options in the configuration file to allow sharing privileges.
cp /etc/samba/smb.conf /etc/samba/smb.conf.bak gedit /etc/samba/smb.conf In the configuration file, you will need to setup a number of parameters:
workgroup = workgroup_name - the name of the Workgroup for your LAN (e.g. HOME) netbios name = netbios_name - without spaces; computer alias by which you will be able to call it across the network security = user After saving the configuration file, you will have to restart the Samba server:
/etc/init.d/samba restart Now, select a folder that you wish to share.
If you have ticked the option Writable, you will be able to modify the contents of this folder. Finally, to be able to connect to this share from Windows, you will have to create a Samba user:
smbpasswd -a 'name' Under 'name' you should specify an existing UNIX user (e.g. roger). Do not forget the apostrophes! You will be asked to create a password. And finally, restart the Samba server again, for the changes to take effect. Now, the sharing itself. Very simple.
- konsole
yum install rar unrar