Windows 7 had released October 22. Maybe you're the one who had tested this OS.
Windows 7 have a good looking, desktop, icon etc. But if you feel bored with icons.
You can change them. Windows 7 library icons can be changed with two way, hard way,
by hack to a text file and easy way.
You can read both of them from howtogeek. Change Your Windows 7 Library Icons the
Easy Way
http://www.howtogeek.com/howto/6326/change-your-windows-7-library-icons-the-easy-way/
From : http://www.krizna.com/centos/setup-ftp-server-centos-7-vsftp/ FTP server is used to exchange files between computers over network . This guide helps you to setup ftp server on centos 7 . This guide contains configuration steps for both FTP and SFTP as well as user creation . Here i've used VSFTP package which is secure and less vulnerable . 1. FTP Server 2. SFTP Server 3. User creation Setup FTP server on centos 7 Step 1 » Update your repository and install VSFTPD package . [root@krizna ~]# yum check-update [root@krizna ~]# yum -y install vsftpd Step 2 » After installation you can find /etc/vsftpd/vsftpd.conf file which is the main configuration file for VSFTP. Take a backup copy before making changes . [root@krizna ~]# mv /etc/vsftpd/vsftpd.conf /etc/vsftpd/ vsftpd.conf.org Now open the file and make changes as below [root@krizna ~]# nano /etc/vsftpd/vsftpd.conf Find this line anonymous_enable=YES ( Line no : 12 ) and change value to NO to disable anonymous FTP ac...