Lời khuyên khi phân tích đối thủ cạnh tranh
[
2010/12/01 21:59 | by Admin ]
2010/12/01 21:59 | by Admin ]
Bất cứ ai đang cố gắng xây dựng một công việc kinh doanh mới, một trong các nhiệm vụ đầu tiên của họ là nghiên cứu phân tích và định dạng đối thủ cạnh tranh. Có được những thông tin về đối thủ cạnh tranh của bạn sẽ đảm bảo việc bạn có một vị trí tốt trên thị trường. Nó cũng đồng thời giúp bạn linh hoạt và đáp ứng nhanh với những thay đổi của thị trường.
Nghiên cứu xem đối thủ cạnh tranh của bạn là ai và hiểu được sự khác nhau giữa cách họ kinh doanh và cách của bạn sẽ tạo động lực cho bạn cải tiến liên tục và điều chỉnh chiến lược kinh doanh của bạn. Sản phẩm của bạn cần phải khác biệt so với các sản phẩm khác thì mới thành công được, và để làm được điều này bạn cần phải lợi dụng những điểm yếu của đối thủ cạnh tranh.
Ngày Đẹp Tươi
[
2010/11/28 09:07 | by Admin ]
2010/11/28 09:07 | by Admin ]
Object management command
[
2010/11/28 00:20 | by Admin ]
2010/11/28 00:20 | by Admin ]
Files (Text Base)
Create new file
#nano filename
#nano /etc filename
#touch filename
#touch /etc filename
To edit file
#nano filename
Read file
#nano filename
#cat filename
#cat filename |more
Read first 10 lines
Command History
[
2010/11/27 09:50 | by Admin ]
2010/11/27 09:50 | by Admin ]
01. Last thousand command display
[root@server ~]# history |more
02. Last ten command display
[root@server ~]# history 10
Once you logout or shutdown your pc your current command history will be saved in to a hidden file in your home folder.
03. See a hidden file
[root@server ~]# cd
[root@server ~]# cat .bash_history
4. To clear History
[root@server ~]# ln -sf /dev/null ~/.bash_history
[root@server ~]# >~/.bash_history
5. Another
1) Another option is link ~/.bash_history to /dev/null:
ln -sf /dev/null ~/.bash_history
2) The sintax is wrong, it shoud say:
ln -sf /dev/null ~/.bash_history
Accessing Windows partitions from Linux
[
2010/11/27 07:56 | by Admin ]
2010/11/27 07:56 | by Admin ]
By default any Linux system will fully support FAT partitions, But when it comes to NTFS some are still NOT supporting by default.
Desktop Editions such as Ubuntu 7.10 and Fedora 8 now fully supporting NTFS (with write support), and the partitions are automatically mounted.
Server Editions such as CentOS 5 and RHEL 5 you have to do the following to access NTFS partitions.
01. Configure RPMFroge 3rd party repository, please read my tutorial about CentOS Repositories.
02. Install the following packages
[root@server ~]# yum install dkms-fuse fuse-ntfs-3g
Accessing the Windows partitions.
01. See what are the current partitions in your system, and figure out what partitions belongs to windows.
[root@server ~]# fdisk -l









