﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>黑客联盟[民间 公益 非盈利]尚武精神 &#187; 最新漏洞</title>
	<atom:link href="http://www.chinahacker.net.cn/?cat=9&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://www.chinahacker.net.cn</link>
	<description>黑客团队为普及网络安全做贡献!</description>
	<lastBuildDate>Sun, 02 Feb 2025 07:56:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Xen Linux VPS 硬盘挂载教程二(重装系统不丢数据)</title>
		<link>https://www.chinahacker.net.cn/?p=1143</link>
		<comments>https://www.chinahacker.net.cn/?p=1143#comments</comments>
		<pubDate>Fri, 14 Mar 2014 03:36:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[最新漏洞]]></category>

		<guid isPermaLink="false">http://www.taiwanhacker.com/?p=1143</guid>
		<description><![CDATA[　本文旨在帮助像AoYoHost、80VPS、LocVPS等用户挂载未使用硬盘，默认装完系统只装载了10G，如果你购买了更多需要自行挂载才可以。 需要使用ROOT登陆SSH进行操作，使用Xshell之类软件，或面板的VNC控制也可以。 现在的VPS磁盘容量越来越大，XenSystem初始化的根分区（第一磁盘“Xvda”）默认为10G，另外一个磁盘（第二磁盘“Xvdb”）为VPS总容量的剩余容量。如果单独挂载给/home，使用LNMP一键包等程序，重装时在/home内的数据就不会丢失了。 注意：MYSQL数据并没保存在/home，重装前请注意备份。 一、查看当前硬盘情况 fdisk -l 如图，新安装的VPS，Xvdb（第二块虚拟硬盘）尚未被激活。 二、新建分区 fdisk /dev/xvdb SSH执行以上命令后，按照下面红色字继续填写： Command (m for help):n新建分区 Command action e extended p primary partition (1-4) p分区类型 Partition number (1-4):1分区编号 First cylinder (1-2610, default 1):1 Last cylinder or +size or +sizeM or +sizeK (1-2610, default 2610):2610默认即可 Command (m for help):t指定分区格式 Selected partition 1 Hex code (type L [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>　本文旨在帮助像<a href="http://cp.aoyohost.com/page.aspx?c=referral&amp;u=12331" target="_blank">AoYoHost</a>、<a href="http://vcp.80vps.com/page.aspx?c=referral&amp;u=76958" target="_blank">80VPS</a>、<a href="http://my.locvps.com/page.aspx?c=referral&amp;u=12274" target="_blank">LocVPS</a>等用户挂载未使用硬盘，默认装完系统只装载了10G，如果你购买了更多需要自行挂载才可以。</p>
<p>需要使用ROOT登陆SSH进行操作，使用<a href="http://www.weidao.net/542.html" target="_blank">Xshell</a>之类软件，或面板的VNC控制也可以。</p>
<p>现在的VPS磁盘容量越来越大，XenSystem初始化的根分区（第一磁盘“Xvda”）默认为10G，另外一个磁盘（第二磁盘“Xvdb”）为VPS总容量的剩余容量。如果单独挂载给/home，使用<a href="http://www.weidao.net/524.html" target="_blank">LNMP一键包</a>等程序，重装时在/home内的数据就不会丢失了。</p>
<blockquote><p>注意：MYSQL数据并没保存在/home，重装前请注意备份。</p></blockquote>
<p><strong>一、查看当前硬盘情况</strong></p>
<blockquote><p>fdisk -l</p></blockquote>
<p>如图，新安装的VPS，Xvdb（第二块虚拟硬盘）尚未被激活。</p>
<p><span id="more-1143"></span><img src="http://www.weidao.net/images/2012/11007.jpg" alt="" /></p>
<p><strong>二、新建分区</strong></p>
<blockquote><p>fdisk /dev/xvdb</p></blockquote>
<p>SSH执行以上命令后，按照下面红色字继续填写：</p>
<blockquote><p>Command (m for help):<span style="color: red;">n</span>新建分区<br />
Command action<br />
e extended<br />
p primary partition (1-4)<br />
<span style="color: red;">p</span>分区类型<br />
Partition number (1-4):<span style="color: red;">1</span>分区编号<br />
First cylinder (1-2610, default 1):<span style="color: red;">1</span><br />
Last cylinder or +size or +sizeM or +sizeK (1-2610, default 2610):<span style="color: red;">2610</span>默认即可</p>
<p>Command (m for help):<span style="color: red;">t</span>指定分区格式<br />
Selected partition 1<br />
Hex code (type L to list codes):<span style="color: red;">83</span>设置为Linux分区</p>
<p>Command (m for help):<span style="color: red;">w</span>保存<br />
The partition table has been altered!</p>
<p>Calling ioctl() to re-read partition table.<br />
Syncing disks.</p></blockquote>
<p>如图：</p>
<p><img src="http://www.weidao.net/images/2012/11008.jpg" alt="" /></p>
<p><strong>三、再次执行fdisk命令查看当前分区状态</strong></p>
<blockquote><p>fdisk -l</p></blockquote>
<p>如图：</p>
<p><img src="http://www.weidao.net/images/2012/11009.jpg" alt="" /></p>
<p>若没有问题则写入系统内核。</p>
<blockquote><p>partprobe</p></blockquote>
<p><strong>四、将分区格式化为ext3</strong></p>
<blockquote><p>mkfs.ext3 /dev/xvdb1</p></blockquote>
<p>SSH执行以上命令后，成功提示如下图：</p>
<p><img src="http://www.weidao.net/images/2012/11010.jpg" alt="" /></p>
<p><strong>五、挂载到/home</strong></p>
<p>SSH执行命令，将第二硬盘挂载到/home分区。</p>
<p>请输入挂载命令：</p>
<blockquote><p>mount /dev/xvdb1 /home</p></blockquote>
<p>SSH执行命令，查看挂载状态。</p>
<blockquote><p>df -l</p></blockquote>
<p>如图：</p>
<p><img src="http://www.weidao.net/images/2012/11011.jpg" alt="" /></p>
<p><strong>六、写入挂载文件</strong></p>
<p>SSH执行命令，写入/etc/fstab，开机时自动挂载。</p>
<blockquote><p>echo &#8220;/dev/xvdb1 /home ext3 defaults 1 3&#8243; &gt;&gt; /etc/fstab</p></blockquote>
<p><strong>七、重装系统后恢复方法</strong></p>
<p>在XenSystem中，选择“只格式化系统盘：(推荐)”。<strong>安装完毕后，尝试第五步开始。</strong></p>
<p><img src="http://www.weidao.net/images/2012/11012.jpg" alt="" /></p>
<p><strong>注意事项：</strong></p>
<p>1，如果你在以后的使用中想取消挂载，请登陆SSH输入下面的取消挂载命令：</p>
<blockquote><p>umount /dev/xvdb1 /home</p></blockquote>
<p>2，如果你开启了开机自动挂载命令，请打开 /etc/fstab 文件，删除下面行：</p>
<blockquote><p>/dev/xvdb1 /home ext3 defaults 1 3</p></blockquote>
<p>重新挂载请直接回到第五步即可。</p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.chinahacker.net.cn/?feed=rss2&amp;p=1143</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win2003 VPS IIS+PHP+MYSQL+N点主机面板 搭建Typecho网站图文教程！</title>
		<link>https://www.chinahacker.net.cn/?p=1141</link>
		<comments>https://www.chinahacker.net.cn/?p=1141#comments</comments>
		<pubDate>Fri, 14 Mar 2014 03:36:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[最新漏洞]]></category>

		<guid isPermaLink="false">http://www.taiwanhacker.com/?p=1141</guid>
		<description><![CDATA[Win2003 VPS IIS+PHP+MYSQL+N点主机面板 搭建Typecho网站图文教程(新手必看)！ 有不少朋友买了WIN VPS后不知道怎么弄网站，今天我就来详细图文解说下 Win2003 VPS 利用 IIS+PHP+MYSQL+N点主机面板来搭建Typecho网站图文教程： 一、准备工作： 1，从VPS服务商那里获得 IP(购买后服务商分配给你) 、administrator密码(VPS管理面板里提供) ,确保你的VPS系统为 Windows 2003 ，其他系统请绕行。如果不是请进入VPS管理面板重新做系统。 2，利用远程桌面连接到你的WIN主机中，进入后，VPS主机商一般都会把IIS安装好的，并且会在桌面直接显示 tool 文件夹，里面有需要的软件，如果没有请自行下载，或者和你的VPS主机商索要。 需要准备的软件： 3389x.rar # 用于修改远程端口 zkeysphp.rar #用于直接在IIS下安装PHP+MYSQL+PHPMYADMIN（前提：IIS先装好。） ServU6.4.rar #FTP软件 ISAPI_Rewrite_Full.rar #IIS环境下支持的httpd.ini伪静态插件 SQL2000+sp4.rar #支持asp.net的mssql数据库和SP4补丁 N196.msi #N点主机管理面板软件 以上软件打包下载：http://weidao.net/iis.html 3，远程进入桌面后，首先要修改VPS密码，点击 “我的电脑” 右键 “管理” &#8211; “系统工具” &#8211; “本地用户和组” &#8211; “用户” 第一个就是 administrator ，你可以点击右键进行修改密码。 4，刚拿到的VPS只有系统C分区，这个时候要扩展你额外的磁盘分区：继续 点击 “储存” &#8211; “磁盘管理” &#8211; [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Win2003 VPS IIS+PHP+MYSQL+N点主机面板 搭建Typecho网站图文教程(新手必看)！</p>
<p>有不少朋友买了WIN VPS后不知道怎么弄网站，今天我就来详细图文解说下 Win2003 VPS 利用 IIS+PHP+MYSQL+N点主机面板来搭建Typecho网站图文教程：</p>
<p><span id="more-1141"></span><strong>一、准备工作：</strong></p>
<p>1，从VPS服务商那里获得 IP(购买后服务商分配给你) 、administrator密码(VPS管理面板里提供) ,确保你的VPS系统为 Windows 2003 ，其他系统请绕行。如果不是请进入VPS管理面板重新做系统。</p>
<p>2，利用远程桌面连接到你的WIN主机中，进入后，VPS主机商一般都会把IIS安装好的，并且会在桌面直接显示 tool 文件夹，里面有需要的软件，如果没有请自行下载，或者和你的VPS主机商索要。</p>
<p>需要准备的软件：</p>
<blockquote><p>3389x.rar # 用于修改远程端口<br />
zkeysphp.rar #用于直接在IIS下安装PHP+MYSQL+PHPMYADMIN（前提：IIS先装好。）<br />
ServU6.4.rar #FTP软件<br />
ISAPI_Rewrite_Full.rar #IIS环境下支持的httpd.ini伪静态插件<br />
SQL2000+sp4.rar #支持asp.net的mssql数据库和SP4补丁<br />
N196.msi #N点主机管理面板软件</p></blockquote>
<blockquote><p>以上软件打包下载：<a href="http://weidao.net/iis.html" target="_blank">http://weidao.net/iis.html</a></p></blockquote>
<p>3，远程进入桌面后，首先要修改VPS密码，点击 “我的电脑” 右键 “管理” &#8211; “系统工具” &#8211; “本地用户和组” &#8211; “用户” 第一个就是 administrator ，你可以点击右键进行修改密码。</p>
<p><img src="http://www.weidao.net/images/2012/11013.jpg" alt="" /></p>
<p>4，刚拿到的VPS只有系统C分区，这个时候要扩展你额外的磁盘分区：继续 点击 “储存” &#8211; “磁盘管理” &#8211; 右键 未指派的 空间（图中是19.99G）- “新建磁盘分区” 。</p>
<p><img src="http://www.weidao.net/images/2012/11014.jpg" alt="" /></p>
<p>直接下一步，直到下图所示，选择 “执行快速格式话” 打勾，下一步，完成即可。</p>
<p><img src="http://www.weidao.net/images/2012/11015.jpg" alt="" /></p>
<p>OK，完成后，如图所示：</p>
<p><img src="http://www.weidao.net/images/2012/11016.jpg" alt="" /></p>
<p>在我的电脑里面也出现了D盘分区：</p>
<p><img src="http://www.weidao.net/images/2012/11017.jpg" alt="" /></p>
<p><strong>二、安装环境：（绝大多数VPS服务商都会安装好IIS的，如果没有自行解决。）</strong></p>
<p>1，打开桌面 tool 文件夹，所有文件解压如图所示：</p>
<p><img src="http://www.weidao.net/images/2012/11018.jpg" alt="" /></p>
<p>2，打开 3389x.rar ，自行修改远程端口，记得开启远程桌面打勾，主机重启后记得加上你修改的端口即可。</p>
<p><img src="http://www.weidao.net/images/2012/11019.jpg" alt="" /></p>
<p>3，打开 zkeysphp.rar ，安装 IIS 下 PHP+MYSQL+PHPMYADMIN 一键安装包，直接下一步知道完成。</p>
<p><img src="http://www.weidao.net/images/2012/11020.jpg" alt="" /></p>
<p>安装完成后，立刻在自己的电脑中输入网址 http://IP:999/index.php 进入 PHPMYADMIN 修改 MYSQL root 密码 （默认密码为：zkeys），你可以进入IIS管理中心，看到下图所示：</p>
<p><img src="http://www.weidao.net/images/2012/11021.jpg" alt="" /></p>
<p>4，打开 ServU6.4.rar 安装 FTP 软件，先安装 英文原版，然后安装 汉化包 。记得要先开个FTP账户，不然N点主机管理面板用不起来。</p>
<p>4-1，确保FTP软件安装在非系统分区里，我这里是D盘：（N点主机配置需要用的）</p>
<p><img src="http://www.weidao.net/images/2012/11022.jpg" alt="" /></p>
<p>4-2，汉化包安装后，根据提示一步一步进行安装，全部安装完成后，运行 keygen.exe 注册机，注册过后就是无限用户了。</p>
<p><img src="http://www.weidao.net/images/2012/11023.jpg" alt="" /></p>
<p>5，安装 ISAPI_Rewrite_Full.rar 全功能版伪静态组件，安装后需要注册，序列号压缩包中含有。</p>
<p><img src="http://www.weidao.net/images/2012/11024.jpg" alt="" /></p>
<p>6，安装 SQL2000+sp4.rar ，详细安装步骤：<a href="http://www.weidao.net/1495.html" target="_blank">http://www.weidao.net/1495.html</a></p>
<p>7，重启WIN VPS后，确认右下角FTP、MSSQL 任务栏小图标已经开启，没有红叉叉。</p>
<p>到这里为止，IIS+PHP+MYSQL+PHPMYADMIN+FTP+IIS全功能伪静态(httpd.ini) 已经安装完成。下面就来安装 N点主机管理面板，将上面的所有东东全部绑定到面板里面，这样可以方便我们操作。</p>
<p><strong>三、安装面板：</strong></p>
<p>1，运行 N点主机管理面板软件 ，记得把软件安装到非系统盘（一般都是D盘），直接点击安装完成即可。</p>
<p><img src="http://www.weidao.net/images/2012/11025.jpg" alt="" /></p>
<p>2，双击桌面 “N点主机配置工具”，如图所示，输入加密字符，点击 “设置” ，完成后会提示你后台地址和密码。</p>
<p><img src="http://www.weidao.net/images/2012/11026.jpg" alt="" /></p>
<p>3，打开你电脑的浏览器，输入地址登陆配置，如果无法访问，进入VPS打开IIS管理中心 &#8211; “Web 服务扩展” &#8211; 右侧 “Active Server Pages” &#8211; “允许”如图所示：</p>
<p><img src="http://www.weidao.net/images/2012/11027.jpg" alt="" /></p>
<p>4，登陆N点主机管理后台，左侧 “总管理员设置”迅速修改密码。</p>
<p>5，面板左侧，“空间存放路径设置” 如图：</p>
<p><img src="http://www.weidao.net/images/2012/11028.jpg" alt="" /></p>
<p>6，面板左侧，“主机系统参数设置”，这个是关键：</p>
<blockquote><p>6.1，服务器IP地址：填写你的VPS IP地址；<br />
6.2，FTP服务软件：Serv-U 6.4<br />
6.3，默认文档：添加个 default.asp<br />
6.4，Serv-U/G6 安装路径：D:\Serv-U（就是刚才你安装时候的路径）<br />
6.5，MSSQL 管理员密码：就是你自己设置的sa密码<br />
6.6，MYSQL 数据存放路径：D:\ZkeysSoft\MySql\MySQL Server 5.1\data （zkeys你安装的是D盘吗）<br />
6.7，MYSQL 管理员密码：就是你自己设置的root数据库密码</p></blockquote>
<p>点击 “修改配置”，OK，搞定。</p>
<p><strong>四，开设网站：</strong></p>
<p>1，进入N点管理面板左侧，点击 “站点虚拟主机开设”如图：</p>
<p><img src="http://www.weidao.net/images/2012/11029.jpg" alt="" /></p>
<p>浏览你开通的域名，恭喜你的虚拟主机已经开通了。</p>
<p>2，接着开通MSSQL和MYSQL，这个比较简单。</p>
<p>3，直接输入IP，你会看到主机登陆页面，在这里你可以自由的管理你刚才开通的主机空间和数据库了。</p>
<p>4，下载TYPECHO博客程序(官方地址：<a href="http://typecho.org/" target="_blank">typecho.org</a>)，解压后打包成 typecho.rar 上传到你的FTP空间 web 文件夹中。</p>
<p>5，进入主机面板，点击“在线解压文件”如图所示：</p>
<p><img src="http://www.weidao.net/images/2012/11030.jpg" alt="" /></p>
<p>6，输入你绑定的域名，现在开始安装TYPECHO吧！</p>
<p>TYPECHO httpd.ini 伪静态：<a href="http://www.weidao.net/1471.html" target="_blank">http://www.weidao.net/1471.html</a></p>
<p>哈哈，终于完成啦！怎么样，虽然写这个教程安装的步骤比较长，不过还是很开心的。这个教程继去年 2011年10月22日 《<a href="http://www.weidao.net/551.html" target="_blank">Linux VPS CentOS 5 搭建wordpress网站图文教程</a>》已经相隔 一年之久了，还是一如既往的希望对大家有帮助！！！谢谢！！！</p>
<p>味道，随时随地记录和分享。</p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.chinahacker.net.cn/?feed=rss2&amp;p=1141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAD Studio XE5 With Update1下载</title>
		<link>https://www.chinahacker.net.cn/?p=1139</link>
		<comments>https://www.chinahacker.net.cn/?p=1139#comments</comments>
		<pubDate>Fri, 14 Mar 2014 03:34:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[最新漏洞]]></category>

		<guid isPermaLink="false">http://www.taiwanhacker.com/?p=1139</guid>
		<description><![CDATA[软件名称： RAD Studio XE5 With Update1 软件版本号： 19.0.13856.4978 软件更新内容： http://docwiki.embarcadero.com/RADStudio/XE5/en/Release_Notes_for_XE5_Update_1 Help Update 1 for Delphi XE5 and C++Builder XE5 RAD Studio XE5 With Update1官方下载地址： http://altd.embarcadero.com/download/radstudio/xe5/delphicbuilder_xe5_upd1_win.iso 安装序列号(14天试用)： HNFK-BCN8NN-78N53D-H4RS 架构师版 ISO镜像文件大小： 4.67 GB (5,019,125,760 字节) 安装后占用C盘的总容量： 30.9 GB (33,241,795,906 字节) 安装后的软件大小： 14.2 GB (15,343,101,307 字节) 现在的bds.exe文件大小： 16.5 MB (17,383,800 字节) 之前的bds.exe文件大小： 15.3 MB (16,048,504 字节) 建议安装到C盘的空间： 80GB到100GB [...]]]></description>
			<content:encoded><![CDATA[<div>
<h2>软件名称：</h2>
<p>RAD Studio XE5 With Update1</p>
<h2>软件版本号：</h2>
<p>19.0.13856.4978</p>
<h2>软件更新内容：</h2>
<p><a rel="nofollow" href="http://docwiki.embarcadero.com/RADStudio/XE5/en/Release_Notes_for_XE5_Update_1">http://docwiki.embarcadero.com/RADStudio/XE5/en/Release_Notes_for_XE5_Update_1</a></p>
<p>Help Update 1 for Delphi XE5 and C++Builder XE5</p>
<h2>RAD Studio XE5 With Update1官方下载地址：</h2>
<p><a rel="nofollow" href="http://altd.embarcadero.com/download/radstudio/xe5/delphicbuilder_xe5_upd1_win.iso">http://altd.embarcadero.com/download/radstudio/xe5/delphicbuilder_xe5_upd1_win.iso</a></p>
<h2>安装序列号(14天试用)：</h2>
<p>HNFK-BCN8NN-78N53D-H4RS 架构师版</p>
<h2>ISO镜像文件大小：</h2>
<p>4.67 GB (5,019,125,760 字节)</p>
<h2>安装后占用C盘的总容量：</h2>
<p>30.9 GB (33,241,795,906 字节)</p>
<h2>安装后的软件大小：</h2>
<p>14.2 GB (15,343,101,307 字节)</p>
<h2>现在的bds.exe文件大小：</h2>
<p>16.5 MB (17,383,800 字节)</p>
<h2>之前的bds.exe文件大小：</h2>
<p>15.3 MB (16,048,504 字节)</p>
<h2>建议安装到C盘的空间：</h2>
<p>80GB到100GB</p>
<p>PS：之前的破解补丁、破解后的bds.exe文件、授权文件、授权文件生成器均无效。</p>
</div>
<p><!--end of  content--></p>
]]></content:encoded>
			<wfw:commentRss>https://www.chinahacker.net.cn/?feed=rss2&amp;p=1139</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JBuilder the joke Java IDE</title>
		<link>https://www.chinahacker.net.cn/?p=1137</link>
		<comments>https://www.chinahacker.net.cn/?p=1137#comments</comments>
		<pubDate>Fri, 14 Mar 2014 03:33:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[最新漏洞]]></category>

		<guid isPermaLink="false">http://www.taiwanhacker.com/?p=1137</guid>
		<description><![CDATA[Thursday, July 11, 2013 Foreign Correspondent from UK The pointless IDE for Java JBuilder was born from the need to make Java software development a living hell than make Java the best server-side and client-side programming language for cross-platform development. Some developers wondered about the future of JBuilder on Emb&#8217;s website (1). JBuilder was based [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Thursday, July 11, 2013<br />
Foreign Correspondent from UK</p>
<p>The pointless IDE for Java<br />
JBuilder was born from the need to make Java software development a living hell than make Java the best server-side and client-side programming language for cross-platform development. Some developers wondered about the future of JBuilder on Emb&#8217;s website (1).</p>
<p>JBuilder was based on the idea that an IDE would make the software developers code faster, work faster and therefore, make money faster.</p>
<p>They prove their &#8220;success&#8221; by developing C++ Builder, a basket-case version of C++ where its market share shrank to almost nothing. C++ Builder could not use QT nor WxWidgets; for many years it could not use Crypto++ until C++ Builder&#8217;s compliance was improved significantly. As C++ Builder could not compile this, compile that, bugs were not fixed until next payment, no OSX 64-bit compiler, no cross-platform (Linux, OSX 64-bit) it is now viewed as a joke version of C++ which nobody uses. GNU C++ improved its quality greatly.</p>
<p>Slow, slow and slower&#8230;<br />
JBuilder was one of the slowest IDEs to date. It was so slow that it took two minutes to load, maybe five or 10 minutes to load everything up. Slow this, slow that and everything was slow. When Eclipse and NetBeans came out, developers who were tired of slowness just moved over. Eclipse had the benefit of speed and being free, people started to learn and use it. As it was open-source, other developers retro-fitted Eclipse for PHP, JavaScript, Ruby (and also Ruby on Rails), QT, WxWidget and C++ Linux development.</p>
<p>JBuilder formerly in the UK<br />
JBuilder was heavily touted by the QBS, GreyMatter as the killer IDE for Java. When JBuilder was re-written using Eclipse, code-boffins started to wonder what Eclipse was and what JBuilder offers differently or value-added than Eclipse had. The-Register published a satirical review of JBuilder ridiculing the rough corners and pointed out many of JBuilder.</p>
<p>Falling from Grace<br />
JBuilder was once crowned as the IDE of the Year by InfoWorld Technology in 2008. The next year, it fell. People were tired of paying for updates when two other IDEs &#8211; Eclipse and NetBeans moved onwards. Features heavily touted by JBuilder:</p>
<p>SVN integration &#8211; don&#8217;t bother. The freeware Eclipse SVN plugin offers this. Open-source efforts closed the gaps in older versions of Eclipse.<br />
JBoss integration &#8211; read the tutorial and YouTube video. Even a newbie college student learning Java at school can install it into Eclipse.<br />
BugZilla &#8211; submitting to latest version of BugZilla no longer works. Can Emb. open-up the source-code of the BugZilla proprietary plug-in so others can modify and fix this error?<br />
Where is GIT or HG source-code control integration?<br />
XPlanner &#8211; goes to cyber-squatter site. Can you use XtremePlanner, BaseCamp or other bug-tracking tools instead?<br />
TogetherJ &#8211; nobody uses it. Use AggroUML, free UmbrelloUML and other free UML tools.<br />
OptimizeIT &#8211; use Eclipse own Profiler, VisualVM.</p>
<p>Eventually, JBuilder&#8217;s house of cards started to fall as people got fed-up of playing renewals, open-source donations to the open-source developer themselves was more cost-effective (can you code this bit for Eclipse? I&#8217;ll pay you $xx but it has to be released for free&#8230;), more people helped debug errors in the Eclipse plug-ins while JBuilder&#8217;s own codes started to rot and grow old.</p>
<p>JBuilder revival?<br />
For the five years, the developers at CodeGear, Borland have been trying to revive it. The first was plugging in the ill-fated Kylix Compiler into Eclipse for Linux but being cheap, they hired inexperienced developers who lacked the magic of Danny Thorpe who coded Kylix.</p>
<p>Since Kylix was a dead-end, C++ Builder could not compile QT well (it is now de-listed on QT&#8217;s website), CodeGear and Borland&#8217;s cash-cow Delphi needed attention, JBuilder was neglected and eventually their IDE market-share slid from 90% to almost 0%. By 2008 when Eclipse, IntelliJ and NetBeans came out, it was clear that JBuilder could not compete.</p>
<p>JBuilder avoidance<br />
For as many partners as JBuilder created in 1990&#8242;s, the relationship was anything but mutual. JBoss step-sided JBuilder by making their IDE tools compatible with Eclipse, not JBuilder. Apache developers preferred to deal with Eclipse and open-source vendors who share their ideals and Apache Licensed codes instead of dealing with Borland.</p>
<p>Recently when Google went looking for a new IDE to re-base or re-boot their Android toolkit IDE to IntelliJ, hopes faded and all the value-added that JBuilder used to provide Java developers sank into sorrow.</p>
<p>Enterprise Java Development<br />
The main fundamental difference is that British Public companies (or at least in this part of the world) pay developers for solutions. Solutions means that the overall sum of software will form a useful product which people will use. Developers realise their jobs depended on providing good usable websites, good useable socket-servers, good and usable end-user products.</p>
<p>Show-stopping IDE and Show-stopping solutions<br />
Developers are not going to break the piggy bank and send out thousand of pounds (or Euros) to various vendors like what Delphi developers do. If you see how bad IntraWeb looks like compared to a Java Spring or Struts-made website, how poor DataSnap performance compares to Netty or Apache Mina Java solution. You can imagine what wonderful prison-IDE Delphi, C++ Builder and JBuilder has become.</p>
<p>The JBuilder Ecosystem collapsed when the profits of JBuilder failed to fund future IDE development. If they want to revive JBuilder, they should look at all the show-stopping things and remove them. Removing them, means costing money. As there is no money, the JBuilder ship sank.</p>
<p>Efforts to revive JBuilder means costly development resources poured into Delphi4Android, Delphi OSX/64-bit compiler and AppWave needs to be re-allocated. JBuilder sleeps.</p>
<p>Curious Cures?<br />
If JBuilder is re-built to use the latest Eclipse, latest re-compiled plug-ins, would anyone want to spend money on a Java IDE that is just a re-hash of Eclipse with several value-added add-ons?</p>
<p>If JBuilder 2013 was launched today, what would the free Personal Edition have to offer that Eclipse, JetBeans and the Community Edition of IntelliJ does not offer?</p>
<p>(1) <a rel="nofollow" href="https://forums.embarcadero.com/thread.jspa?threadID=89575">https://forums.embarcadero.com/thread.jspa?threadID=89575</a></p>
</div>
<p><!--end of  content--></p>
]]></content:encoded>
			<wfw:commentRss>https://www.chinahacker.net.cn/?feed=rss2&amp;p=1137</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>开发者福音！Appmethod 让你能同时开发 Android、iOS 及桌面应用（视频）</title>
		<link>https://www.chinahacker.net.cn/?p=1135</link>
		<comments>https://www.chinahacker.net.cn/?p=1135#comments</comments>
		<pubDate>Fri, 14 Mar 2014 03:32:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[最新漏洞]]></category>

		<guid isPermaLink="false">http://www.taiwanhacker.com/?p=1135</guid>
		<description><![CDATA[对开发者来说，打造跨平台应用是一件相当麻烦的事情，毕竟各个系统的要求不同，兼容性方面也存在许多问题。为了改善这一情况，Embarcadero Technologies 推出了一个名叫 Appmethod 的多设备开发平台，它能让你在模拟环境中轻松编排按键、连接器、数据库等设计元素，同时开发一款应用的 Android、iOS、Mac 及 Windows 版本（其实连 Google Glass 都可以）。 现场的工作人员表示，在使用 Appmethod 时开发者应该先从自己最看重的操作系统开始，之后再考虑移植去其它平台的问题。据悉这款产品会从 3 月 18 日起正式上线，单平台、单开发者一年的花费为 299 美元（约人民币 1,840 元，适用于最多 5 名使用者的公司）至 999 美元（约人民币 6,150 元，适用于拥有 6 名或以上使用者的公司）不等。 http://cn.engadget.com/2014/03/12/appmethod-ide-hands-on/ 视频地址： http://v.youku.com/v_show/id_XNjg0NDQ5MzEy.html]]></description>
			<content:encoded><![CDATA[<p>对开发者来说，打造跨平台应用是一件相当麻烦的事情，毕竟各个系统的要求不同，兼容性方面也存在许多问题。为了改善这一情况，Embarcadero Technologies 推出了一个名叫 Appmethod 的多设备开发平台，它能让你在模拟环境中轻松编排按键、连接器、数据库等设计元素，同时开发一款应用的 Android、iOS、Mac 及 Windows 版本（其实连 Google Glass 都可以）。</p>
<p>现场的工作人员表示，在使用 Appmethod 时开发者应该先从自己最看重的操作系统开始，之后再考虑移植去其它平台的问题。据悉这款产品会从 3 月 18 日起正式上线，单平台、单开发者一年的花费为 299 美元（约人民币 1,840 元，适用于最多 5 名使用者的公司）至 999 美元（约人民币 6,150 元，适用于拥有 6 名或以上使用者的公司）不等。</p>
<p>http://cn.engadget.com/2014/03/12/appmethod-ide-hands-on/</p>
<p>视频地址：<br />
<img src="http://bbs.2ccc.com/images/url.gif" alt="" align="absMiddle" /><a href="http://v.youku.com/v_show/id_XNjg0NDQ5MzEy.html" target="_blank">http://v.youku.com/v_show/id_XNjg0NDQ5MzEy.html</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.chinahacker.net.cn/?feed=rss2&amp;p=1135</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Audit audit_log_user_command 栈溢出漏洞</title>
		<link>https://www.chinahacker.net.cn/?p=614</link>
		<comments>https://www.chinahacker.net.cn/?p=614#comments</comments>
		<pubDate>Wed, 29 Sep 2010 15:03:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[最新漏洞]]></category>

		<guid isPermaLink="false">http://www.taiwanhacker.com/?p=614</guid>
		<description><![CDATA[受影响系统： Linux Audit Linux Audit 1.6.9 不受影响系统： Linux Audit Linux Audit 1.7 描述： Linux Audit是用于查看Linux系统审计日志的图形工具。 Linux Audit的lib/audit_logging.c文件中的audit_log_user_command()函数存在栈溢出漏洞，如果本地用户向该函数传送了超长的command参数的话，就可以触发这个溢出，导致以使用libaudit应用的权限执行任意指令。 厂商补丁： 目前厂商已经发布了升级补丁以修复这个安全问题，请到厂商的主页下载： http://people.redhat.com/sgrubb/audit/audit-1.7-1.src.rpm]]></description>
			<content:encoded><![CDATA[<p><strong>受影响系统：</strong><br />
Linux Audit Linux Audit 1.6.9</p>
<p><strong>不受影响系统：</strong><br />
Linux Audit Linux Audit 1.7</p>
<p><strong>描述：</strong><br />
Linux Audit是用于查看Linux系统审计日志的图形工具。</p>
<p>Linux Audit的lib/audit_logging.c文件中的audit_log_user_command()函数存在栈溢出漏洞，如果本地用户向该函数传送了超长的command参数的话，就可以触发这个溢出，导致以使用libaudit应用的权限执行任意指令。</p>
<p><strong>厂商补丁：</strong><br />
目前厂商已经发布了升级补丁以修复这个安全问题，请到厂商的主页下载：</p>
<p>http://people.redhat.com/sgrubb/audit/audit-1.7-1.src.rpm</p>
]]></content:encoded>
			<wfw:commentRss>https://www.chinahacker.net.cn/?feed=rss2&amp;p=614</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo Linux ssl-cert.eclass 函数信息泄露漏洞</title>
		<link>https://www.chinahacker.net.cn/?p=610</link>
		<comments>https://www.chinahacker.net.cn/?p=610#comments</comments>
		<pubDate>Wed, 29 Sep 2010 15:02:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[最新漏洞]]></category>

		<guid isPermaLink="false">http://www.taiwanhacker.com/?p=610</guid>
		<description><![CDATA[受影响系统： Gentoo Linux 描述： Gentoo Linux是一套通用的、快捷的、完全免费的Linux版本，面向开发人员和专业网络人员。 Gentoo Linux的ssl-cert.eclass实现上存在漏洞，本地攻击者可能利用此漏洞非授权获取信息。 在ssl-cert.eclass中，docert函数用于生成SSL密钥和SSL证书。如果在src_compile或src_install中使用了docert函数，SSL密钥就会包含在不受保护的binpkg中，任何可以访问系统的用户都可以解压tarball恢复密钥。如果要利用这个漏洞，攻击者必须能够访问使用&#8211;buildpkg或&#8211;buildpkgonly选项编译的二进制软件包。 厂商补丁： Gentoo已经为此发布了一个安全公告（GLSA-200803-30）以及相应补丁: GLSA-200803-30：ssl-cert eclass: Certificate disclosure 链接：http://security.gentoo.org/glsa/glsa-200803-30.xml]]></description>
			<content:encoded><![CDATA[<p><strong>受影响系统：<br />
</strong>Gentoo Linux</p>
<p><strong>描述：</strong><br />
Gentoo Linux是一套通用的、快捷的、完全免费的Linux版本，面向开发人员和专业网络人员。</p>
<p>Gentoo Linux的ssl-cert.eclass实现上存在漏洞，本地攻击者可能利用此漏洞非授权获取信息。</p>
<p>在ssl-cert.eclass中，docert函数用于生成SSL密钥和SSL证书。如果在src_compile或src_install中使用了docert函数，SSL密钥就会包含在不受保护的binpkg中，任何可以访问系统的用户都可以解压tarball恢复密钥。如果要利用这个漏洞，攻击者必须能够访问使用&#8211;buildpkg或&#8211;buildpkgonly选项编译的二进制软件包。</p>
<p><strong>厂商补丁：</strong><br />
Gentoo已经为此发布了一个安全公告（GLSA-200803-30）以及相应补丁:<br />
GLSA-200803-30：ssl-cert eclass: Certificate disclosure<br />
链接：http://security.gentoo.org/glsa/glsa-200803-30.xml</p>
]]></content:encoded>
			<wfw:commentRss>https://www.chinahacker.net.cn/?feed=rss2&amp;p=610</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Kiss Server lks.c文件多个格式串处理漏洞</title>
		<link>https://www.chinahacker.net.cn/?p=607</link>
		<comments>https://www.chinahacker.net.cn/?p=607#comments</comments>
		<pubDate>Wed, 29 Sep 2010 15:02:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[最新漏洞]]></category>

		<guid isPermaLink="false">http://www.taiwanhacker.com/?p=607</guid>
		<description><![CDATA[受影响系统： Tomas Brandysky Linux Kiss Server 1.2 描述： Linux Kiss Server是用于替换PC-LINK软件的服务程序，可运行为守护程序或在前台运行。 以前台模式运行的Linux Kiss Server的lks.c文件中的log_message()函数存在格式串处理漏洞，允许攻击者获得非授权访问。 以下为漏洞代码：             Function log_message():                   if(background_mode == 0)                   {                     if(type == &#8216;l&#8217;)                       fprintf(stdout,log_msg);                     if(type == &#8216;e&#8217;)                       fprintf(stderr,log_msg);                     free(log_msg);                   }             Function kiss_parse_cmd():                   /* check full command name */                   if (strncmp(cmd, buf, cmd_len)) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>受影响系统：</strong><br />
Tomas Brandysky Linux Kiss Server 1.2</p>
<p><strong>描述：</strong><br />
Linux Kiss Server是用于替换PC-LINK软件的服务程序，可运行为守护程序或在前台运行。</p>
<p>以前台模式运行的Linux Kiss Server的lks.c文件中的log_message()函数存在格式串处理漏洞，允许攻击者获得非授权访问。</p>
<p>以下为漏洞代码：</p>
<p>            Function log_message():<br />
                  if(background_mode == 0)<br />
                  {<br />
                    if(type == &#8216;l&#8217;)<br />
                      fprintf(stdout,log_msg);</p>
<p>                    if(type == &#8216;e&#8217;)<br />
                      fprintf(stderr,log_msg);<br />
                    free(log_msg);<br />
                  }<br />
            Function kiss_parse_cmd():<br />
                  /* check full command name */<br />
                  if (strncmp(cmd, buf, cmd_len))<br />
                      {<br />
                         asprintf(&amp;log_msg,&#8221;unknow command: `%s&#8217;&#8221;, buf);<br />
                         log_message(log_msg,&#8217;e');<br />
                         goto error;<br />
                      }<br />
                  buf += cmd_len;</p>
<p>因此如果在buf输入类似于%n%n%n的字符串的话，就可以触发这个漏洞。</p>
<p><strong>厂商补丁：<br />
</strong>目前厂商还没有提供补丁或者升级程序，我们建议使用此软件的用户随时关注厂商的主页以获取最新版本：</p>
<p>http://freshmeat.net/projects/lks/。</p>
]]></content:encoded>
			<wfw:commentRss>https://www.chinahacker.net.cn/?feed=rss2&amp;p=607</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Kernel vmsplice_to_pipe本地权限提升漏洞</title>
		<link>https://www.chinahacker.net.cn/?p=603</link>
		<comments>https://www.chinahacker.net.cn/?p=603#comments</comments>
		<pubDate>Wed, 29 Sep 2010 15:02:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[最新漏洞]]></category>

		<guid isPermaLink="false">http://www.taiwanhacker.com/?p=603</guid>
		<description><![CDATA[受影响系统： Linux kernel 2.6.17 &#8211; 2.6.24.1 不受影响系统： Linux kernel 2.6.24.2 描述： Linux Kernel是开放源码操作系统Linux所使用的内核。 Linux Kernel的实现上存在漏洞，本地攻击者可能利用此漏洞提升自己的权限。 Linux Kernel的fs/splice.c文件中的vmsplice_to_pipe没有正确地验证某些用户域指针，这允许本地攻击者通过特制的vmsplice系统调用获得root用户权限提升。 厂商补丁： Debian已经为此发布了一个安全公告（DSA-1494-2）以及相应补丁: DSA-1494-2：New linux-2.6 packages fix privilege escalation 链接：http://www.debian.org/security/2008/dsa-1494]]></description>
			<content:encoded><![CDATA[<p><strong>受影响系统：<br />
</strong>Linux kernel 2.6.17 &#8211; 2.6.24.1</p>
<p><strong>不受影响系统：<br />
</strong>Linux kernel 2.6.24.2</p>
<p><strong>描述：</strong><br />
Linux Kernel是开放源码操作系统Linux所使用的内核。</p>
<p>Linux Kernel的实现上存在漏洞，本地攻击者可能利用此漏洞提升自己的权限。</p>
<p>Linux Kernel的fs/splice.c文件中的vmsplice_to_pipe没有正确地验证某些用户域指针，这允许本地攻击者通过特制的vmsplice系统调用获得root用户权限提升。</p>
<p><strong>厂商补丁：</strong><br />
Debian已经为此发布了一个安全公告（DSA-1494-2）以及相应补丁:<br />
DSA-1494-2：New linux-2.6 packages fix privilege escalation<br />
链接：http://www.debian.org/security/2008/dsa-1494</p>
]]></content:encoded>
			<wfw:commentRss>https://www.chinahacker.net.cn/?feed=rss2&amp;p=603</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Kernel PowerPC chrp/setup.c指针引用漏洞</title>
		<link>https://www.chinahacker.net.cn/?p=600</link>
		<comments>https://www.chinahacker.net.cn/?p=600#comments</comments>
		<pubDate>Wed, 29 Sep 2010 15:01:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[最新漏洞]]></category>

		<guid isPermaLink="false">http://www.taiwanhacker.com/?p=600</guid>
		<description><![CDATA[受影响系统： Linux kernel 2.4.21 &#8211; 2.6.18-53 描述： Linux Kernel是开放源码操作系统Linux所使用的内核。 Linux Kernel在PowerPC平台上执行里存在漏洞，本地攻击者可能利用此漏洞导致拒绝服务。 当运行在PowerPC时，Linux Kernel的chrp/setup.c文件中的chrp_show_cpuinfo函数可能会出现崩溃。如果本地攻击者导致of_get_property函数失败的话，就会触发空指针引用，导致拒绝服务的情况。 厂商补丁： RedHat已经为此发布了一个安全公告（RHSA-2008:0055-01）以及相应补丁: RHSA-2008:0055-01：Important: kernel security and bug fix update 链接：https://www.redhat.com/support/errata/RHSA-2008-0055.html]]></description>
			<content:encoded><![CDATA[<p><strong>受影响系统：</strong><br />
Linux kernel 2.4.21 &#8211; 2.6.18-53</p>
<p><strong>描述：<br />
</strong>Linux Kernel是开放源码操作系统Linux所使用的内核。</p>
<p>Linux Kernel在PowerPC平台上执行里存在漏洞，本地攻击者可能利用此漏洞导致拒绝服务。</p>
<p>当运行在PowerPC时，Linux Kernel的chrp/setup.c文件中的chrp_show_cpuinfo函数可能会出现崩溃。如果本地攻击者导致of_get_property函数失败的话，就会触发空指针引用，导致拒绝服务的情况。</p>
<p><strong>厂商补丁：</strong><br />
RedHat已经为此发布了一个安全公告（RHSA-2008:0055-01）以及相应补丁:<br />
RHSA-2008:0055-01：Important: kernel security and bug fix update<br />
链接：https://www.redhat.com/support/errata/RHSA-2008-0055.html</p>
]]></content:encoded>
			<wfw:commentRss>https://www.chinahacker.net.cn/?feed=rss2&amp;p=600</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
