Linux系统中SVN命令使用指南
将文件checkout到本地目录svn checkoutpath(path是服务器上的目录)
简写:svn co
例如:
[code][-N][--no-unlock] PATH(如果选择了保持锁,就使用–no-unlock开关) 简写:svn ci
将文件checkout到本地目录svn checkoutpath(path是服务器上的目录)
简写:svn co
例如:
[code][-N][--no-unlock] PATH(如果选择了保持锁,就使用–no-unlock开关) 简写:svn ci
查看crontab的详细内容
[code]假如在输入之前的grep命令后你的系统返回的结果不止一行,那可能就有问题了。应该只有一个用户的UID为0,而如果grep命令的返回结果超过一行,那就表示不止一个用户。
马上备份所有file和找servers供应商 帮忙!
Easy version control for Linux
RabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems you use. Currently, it is integrated into the Nautilus file manager and only supports Subversion, but our goal is to incorporate other version control systems as well as other file managers. 查看更多…
RabbitVCS is inspired by TortoiseSVN and others.
1. 從Ubuntu源中安裝open-vm-tools
sudo apt-get install –no-install-recommends open-vm-dkms
sudo apt-get install open-vm-tools
2. 從你的當前VMware中安裝
sudo apt-get install build-essential linux-headers-`uname -r` psmisc
sudo mkdir /media/cdrom
sudo mount /dev/cdrom /media/cdrom
sudo cp /media/cdrom/VMwareTools*.tar.gz ~/Desktop
cd ~/Desktop/vmware-tools-distrib
sudo ./vmware-install.pl
另外一种方式: 查看更多…
sudo apt-get update && apt-get upgrade
sudo mount /dev/cdrom /media/cdrom
cp /media/cdrom/VMware*.tar.gz /tmp
sudo umount /media/cdrom
cd /tmp
tar xzvf VMware*.gz
cd vmware-tools-distrib/
sudo ./vmware-install.pl
以下為安裝完之后的內容:
Creating a new VMware Tools installer database using the tar4 format.
Easy version control for Linux
RabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems you use. Currently, it is integrated into the Nautilus file manager and only supports Subversion, but our goal is to incorporate other version control systems as well as other file managers. 查看更多…
RabbitVCS is inspired by TortoiseSVN and others.
2010年12月4号,因为要还学校的贷款,所以我去了一趟银行,中途看见街边一间酒店楼下在卖一些处理商品,其它有一台二手的笔记本。
我大概看了一下配置:NEC牌,14寸标准显示屏,酷睿双核CPU 2.4G,内存2G,硬盘120G,独立显卡,显存256M。配置挺不错嘛,而且响应速度也很快。
(注意:以上配置我是在XP的我的电脑->属性那里看的,而且进入到我的硬盘那里,看到有3个分区,一个是14G,其它2个分别60+G,再说当前系统所有的显示效果都调到了最底模式,就是WIN 2000的经典界面的效果,所以觉得速度感觉不到慢)。
查看更多…
可能部份程序员在编辑CSS文件的时候, 并不在意使用换行或空格. 但随着代码越来越多, CSS会慢慢变得越来越大. 这个时候, 你可以删除这些换行符和空格符, 对文件进行减减肥.
使用以下代码可以删除你的当前文件夹的所有CSS文件中多余的空格和换行符.
[code]Android Online Radio是不個不錯的網路收音機,支持收聽全世界各國數百個網路廣播頻道,其中也包括了台灣大部頻道。
如果電臺提供的歌詞功能的話,那麼軟體還支援目前撥放歌曲,歌詞等功能。
基本上一般收音有的功能,這個軟件都有。
如果你手機沒有FM收音功能而你又想收聽香港、台灣或其他國家的無線廣播,不妨試一下這個軟體。
查看更多…
虛擬機軟體版本:VMware 7.1.3 build-324285
Ubuntu版本:10.10
在 “應用程序》附屬應用程序》終端機” 中依家輸入以下語名, 執行命令:
1)Install SSH Client and Server (for my remote access)
sudo apt-get install ssh
2)Install Database Server
sudo apt-get install mysql-server
3)Install Apache HTTP Server
sudo apt-get install apache2
4)Install PHP5 and Apache PHP5 module
sudo apt-get install php5 libapache2-mod-php5
5)Restart Apache
sudo /etc/init.d/apache2 restart
6)Optionally, install phpMyAdmin 查看更多…
sudo apt-get install phpmyadmin