E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Stick
全面inux主机安全配置详解--系统OS安全(第一部分)
BIOS密码,更改合适启动选项(禁止改bios/禁止更改第一启动选项,防止恶意的引导)GRUB密码系统密码(密码策略)分区加密第二部分:最小权限法(su/sudo)最小服务法文件安全(suid/sgid/
stick
luolei624
·
2014-07-02 14:18
linux
grub
主机安全
Linux下获取root权限的c程序
Linux下获取root权限的c程序传递euid和egid给脚本,使脚本具有特殊用户的权限 使脚本实现类似于设置了
stick
位的效果 shell,python,perl等脚本、程序不能取得suid,因为这些脚本程序需要解释器
white__cat
·
2014-06-20 11:00
Preparing Files for USB Memory
Stick
Booting
4.3. PreparingFilesforUSBMemoryStickBootingTherearetwoinstallationmethodspossiblewhenbootingfromUSBstick.Thefirstistoinstallcompletelyfromthenetwork.ThesecondistoalsocopyaCDimageontotheUSBstickanduset
TinkerS
·
2014-06-02 22:00
将tomcat的session信息保存在memcached中
Stick
wangfeng7399
·
2014-05-12 01:56
apache
tomcat
memcached
HDU1518 & POJ2362 & ZOJ1909 Square
剪枝技术可以参考POJ1011
stick
。
wangwenhao00
·
2014-04-17 11:00
How to create a bootable USB
stick
on Mac OS X
1DownloadUbuntuDesktop2OpentheTerminal(in/Applications/Utilities/orqueryTerminalinSpotlight).3Convertthe.isofileto.imgusingtheconvertoptionofhdiutil(e.g.,hdiutilconvert-formatUDRW-o~/path/to/target.im
540093425
·
2014-04-07 15:17
如何制作启动盘安装ubuntu系统
装这个系统我是想覆盖我原先的ubuntu系统.1,制作启动盘,这个是制作启动ubuntu的启动盘程序的下载地址:http://www.ubuntu.com/download/desktop/create-a-usb-
stick
-on-windows
gpht
·
2014-03-13 15:19
ubuntu
create
下载地址
启动盘
软件包
opensuse13.1安装
新手开始接触linux第一步——双系统win7+opensuse13.1安装制作usb系统启动盘http://en.opensuse.org/SDB:Create_a_Live_USB_
stick
_using_Windows
年轻的小蜜蜂
·
2014-01-11 12:00
Memcache 实现tomcat集群session共享
Stick
jianghaolun
·
2014-01-10 12:00
tomcat
集群
session
memcached
poj 2362 Square(简单深搜+剪枝)
每行第一个为木棍根数(4 #include usingnamespacestd; intn;//棍子数 intside;//矩形边长 intcmp(inta,intb){ returna>b; } //
stick
u012590854
·
2013-12-14 03:00
POJ 1011 Sticks 解题报告
因为大的
stick
相对难找,一开始就确定好有利于更快地确定解。其次,记下当前正在匹配的
stick
,下次从这个
stick
之后开始试。再次,如果当前的
stick
和前一个
stick
的长度一
thestoryofsnow
·
2013-11-04 12:00
linux 文件标志位 setuid与setgid与
stick
bit 详解
1、setuid与setgid讲解(让其他用户运行文件时拥有创建者或者所属组的权限)chmodu+sxxx#设置setuid权限,针对文件chmodg+sxxx#设置setgid权限,针对目录看一下系统中用到它的地方,以/etc/passwd和/usr/bin/passwd为例: 复制代码代码如下:[root@Salve1school]#ll/etc/passwd/usr/bin/passwd -
rav009
·
2013-09-03 17:00
Linux三个特殊权限 setuid setgid
stick
bit
文件权限的机制是Linux系统的一大特色,对于初学Linux的人对可读(r)、可写(w)、可执行(x)这都是比较基本的权限。一个文件的权限有十个位,分为三组来表示。第一个位为一组,表示文件的类型: -:表示一般文件 d:表示目录文件 l:表示链接文件 b:表示块设备 c:表示字符设备 p:表示管道 s:表示套接字 但是Linux还有三个比较特殊的权限,分别是:setuid,se
641591547
·
2013-08-06 19:17
Linux特殊权限
hdu1051 Wooden Sticks (贪心)
include #include #include #defineMAXN5005 usingnamespacestd; structnode { intlen; intwht; intflag; }
stick
lezong2011
·
2013-07-27 15:00
使用Terratec Cinergy T
Stick
+ DVB电视卡进行RTL-SDR实验时的几点注意事项
linuxtv.org/media_build.git检出代码编译安装驱动模块,详情见http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_T_
Stick
chaoslawful
·
2013-06-18 00:00
使用Terratec Cinergy T
Stick
+ DVB电视卡进行RTL-SDR实验时的几点注意事项
Terratec Cinergy T
Stick
+ 相关驱动仅在 kernel 3.7 及以上版本中并入了主干,使用之前版本内核的同学需要自行从 git://linuxtv.org/media_build.git
chaoslawful
·
2013-06-18 00:00
vb
linux三个特殊权限setuid、setgid和
stick
bit使用详解
1、setuid与setgid讲解看一下系统中用到它的地方,以/etc/passwd和/usr/bin/passwd为例:复制代码代码如下:[root@Salve1school]#ll/etc/passwd/usr/bin/passwd-rw-r--r--1rootroot2005Apr2301:25/etc/passwd-rwsr-xr-x1rootroot23420Aug112010/usr/
佚名
·
2013-05-07 23:11
LA2322 - Wooden Sticks
思路不难,,排序,查找,算是比较水的题了代码如下:#include #include #include typedefstruct{ intw,l; }
stick
; sticks[5050]; boolf
shankeliupo
·
2013-04-15 19:00
poj2362——Square(深搜dfs)
#include #include #include #include usingnamespacestd; intN,
stick
[26]; intave; boolvisit[26]
sjl_leaf
·
2013-04-06 15:00
chmod 设置文件特殊权限
linux中除了常见的读(r)、写(w)、执行(x)权限以外,还有3个特殊的权限,分别是setuid、setgid和
stick
bit 1、setuid、setgid 先看个实例,查看你的/usr/
wubolu
·
2013-03-19 17:00
chmod
Monty Hall Problem
importsysimportrandomasrnd#strategy=sys.argv[1]#mustbe'
stick
','choose',or'switch'defSolve(strategy):
ywjun0919
·
2013-03-14 20:00
CCNP学习之路之单臂路由router-on-a-
stick
单臂路由的概念 单臂路由(router-on-a-
stick
)是指在路由器的一个接口上通过配置子接口(或“逻辑接口”,并不存在真正物理接口)的方式,实现原来相互隔离的不同VLAN(虚拟局域网)之间的互联互通
liping198732
·
2013-03-13 14:56
ccnp
单臂路由
hdu1051贪心
#include #include #include usingnamespacestd; intT; intn; typedefstruct { intl; intw; }
stick
; intcmp
Kevin_Samuel
·
2013-03-03 01:00
将Ubuntu安装到U盘
http://www.ubuntu.com/download/help/create-a-usb-
stick
-on-windows
幻想vs理想
·
2013-01-22 20:00
ubuntu
Grails(17)Secure the REST API with Session
Stick
Grails(17)Secure the REST API with Session
Stick
My colleague think of way of authority of REST API
sillycat
·
2013-01-19 08:00
session
重新编译配置nginx以支持
stick
和health check
在root下新建nginx目录。执行如下指令来获取代码:mkdir -p /root/nginx cd /root/nginx wget http://nginx.org/download/nginx-1.2.4.tar.gz gzip -d ./nginx-1.2.4.tar.gz tar -xvvf ./nginx-1.2.4.tar cd nginx-1.2.4 mkdir modules
woai2607
·
2013-01-05 14:38
nginx
sticky
系统搭建
重新编译配置nginx以支持
stick
和health check
在root下新建nginx目录。执行如下指令来获取代码: mkdir -p /root/nginx cd /root/nginx wget http://nginx.org/download/nginx-1.2.4.tar.gz gzip -d ./nginx-1.2.4.tar.gz tar -xvvf ./nginx-1.2.4.tar cd ngin
woai2607
·
2013-01-05 14:38
nginx
Sticky
UID和EUID
每个用户运行一个程序时是以自己的uid作为身份的,如果这个程序被设置了
stick
位,则这个程序以程序拥有者的uid作为身份,程序运行时的这个身份(uid)就是euid,表示这个程序以那个用户的身份运行(
acmfly
·
2012-11-23 17:00
fedora17USB安装
安装步骤:0.在WIN7上压缩硬盘来分一个区,但这个区先不要格式化任何格式,这时这个区是不可示的,让它叫作X1.在WIN7上用LIVEUSBCREATER制作USB启动
STICK
,重启,设置BIOS,让
suhefa
·
2012-09-15 06:00
fedora
双系统
fedora17USB安装
安装步骤:0.在WIN7上压缩硬盘来分一个区,但这个区先不要格式化任何格式,这时这个区是不可示的,让它叫作X1.在WIN7上用LIVEUSBCREATER制作USB启动
STICK
,重启,设置BIOS,让
suhefa
·
2012-09-15 06:00
fedora
双系统
Ubuntu 10.04 Server 64bit via USB
stick
错误: "No CD-ROM drive was detected" 解决方案: 1: Alt + F2 ; Enter 进入控制台 2: umount /cdrom 3: mkd
Jon_LT
·
2012-08-28 15:00
ubuntu
深搜:
Stick
SticksTimeLimit:2000/1000ms(Java/Other) MemoryLimit:20000/10000K(Java/Other)TotalSubmission(s):12 AcceptedSubmission(s):7ProblemDescriptionGeorgetooksticksofthesamelengthandcutthemrandomlyuntilall
lethic
·
2012-08-18 11:00
NYOJ-236 彩色棒 字典树 + 并查集 + 欧拉路
Each endpoint of each
stick
is colored with some color. Is it possib
·
2012-08-09 21:00
并查集
Stick
这是在网上看来的牛逼解法(起码我没想过)两个相同的数做“异或运算”的结果是0;0与任何数做“异或运算”得其本身,顾最后剩余的长度就是运算的结果//Problem#:1200 //Submission#:1222027 //ThesourcecodeislicensedunderCreativeCommonsAttribution-NonCommercial-ShareAlike3.0Unporte
chenhq1991
·
2012-07-18 13:00
sun
poj 2653 Pick-up sticks
这个题能过的原因是题目描述里面说了,top的
stick
不会超过1000个。那么修改下暴力的方式题目就能过了。 从小到大枚举每个棍子,判断它是否与后面的棍子相
yx
·
2012-07-15 17:00
How to install fedora16 via USB
stick
1. downloadfedoar16_x86_64.DVD.iso(about3.5G)http://mirrors.fedoraproject.org/publiclist/2.installsyslinux-4.02-5.fc16.i686 1).yuminstallsyslinux 2).ordownloadzipfilefrom:http://www.kernel.org/pub/
ThirstyBlue
·
2012-07-09 23:00
linux
windows
File
System
download
menu
How to create a bootable USB
stick
on Windows
HowtocreateabootableUSBstickonWindows http://www.ubuntu.com/download/help/create-a-usb-
stick
-on-windows
thinktothings
·
2012-06-28 18:00
ubuntu
usb
Bootable
杭电ACM1051箍木
,否则需要一分钟贪心法#include usingnamespacestd; typedefstructstick { intlength; intweight; boolflag; }
Stick
microsoftwin32
·
2012-06-14 17:00
struct
传递euid和egid给脚本,使脚本具有特殊用户的权限
传递euid和egid给脚本,使脚本具有特殊用户的权限 使脚本实现类似于设置了
stick
位的效果 作者:高鹏 <
[email protected]
> shell,
gaopenghigh
·
2012-06-06 20:00
c
linux
脚本
euid
Service被异常killed后的behave. ( onStartCommand )
START_
STICK
bruce_Ke
·
2012-05-25 17:00
service
null
application
System
import
delay
const与指针的应用
的只可以修改ps的值,但不允许修改age的值int*constfind=&age; //find只能指向age,但允许find来修改age的值;constint*conststick=&age //
stick
zifuttt
·
2012-03-30 22:00
Burn your CD or create a bootable USB
stick
on mac
先记录下mac刻录usb启动的方法有时间试试 http://www.ubuntu.com/download/ubuntu/download BurnyourCDorcreateabootableUSBstick Onceyou'vefinisheddownloadingyourfile,you'llneedtocreateaCDorUSBdrive. WhydoIneedaCD?Burning
sdmzhu3
·
2012-03-30 21:22
mac
ubuntu
职场
休闲
初步探索Linux(3)
w 写入 文件 (改写 ,删除) 目录 (创建对象,删除) x 运行 文件 (运行) 目录 (切换) 2.特殊权限 特殊权限主要有suid、sgid、
stick
PheonixKing
·
2012-02-23 16:35
linux
职场
操作系统
基础知识
休闲
sicily
stick
两个数异或之后为0#include#includeusingnamespacestd;intmain(){intn;while(scanf("%d",&n),n){ ints=0; inttmp; for(inti=0;i<n;i++){ scanf("%d",&tmp); s^=tmp; } cout<<s<<endl;}return0;}
sysucph
·
2012-02-06 14:00
linux sticky bit 目录权限 rwt权限
一个文件是否可以被某用户删除,主要取决于该文件所属的组是否对该用户具有写权限.如果没有写权限,则这个目录下的所有文件都不能被删除,同时也不能添加新的文件.如果希望用户能够添加文件但同时不能删除文件,则可以对文件使用
stick
fly542
·
2011-12-28 10:00
linux
shell
bash
中国小吃英文翻译
中式早點: 烧饼 Clay oven rolls 油条 Fried bread
stick
韭菜盒 Fried leek dumplings 水饺Boiled dumplings 蒸饺 Steamed
xitong
·
2011-11-27 00:00
翻译
apache session
stick
上线部署
一、apache sessionstick上线部署1、开通172.16.50.72的8009网络端口,供172.16.21.181访问;(负责人李明新)2、设置apachesessionstick功能⑴Mas服务器端的配置打开部署mas应用的jetty服务器的jetty.xml文件,找到以下这段内容,默认情况下,该段内容是被注释掉的。 node1
zhongxinhua
·
2011-11-10 18:00
apache
session
jetty
stick
8 what test framework should you use?
just
stick
to one framework inside a project, no need to mix the two in one project.
peryt
·
2011-10-12 10:00
framework
ZOJ_Wooden Sticks
problemCode=1025题意:给定一些
stick
,有一定长度和重量,现在需要用最少的分组,实现任意一组中
stick
的长度和重量都不降。算法:DP+最长下降子序列(或贪心)。
ivan_zjj
·
2011-09-30 00:00
POJ 1011
题意:给出n根小棒的长度
stick
[i],已知这n根小棒原本由若干根长度相同的长木棒(原棒)分解而来。求出原棒的最小可能长度。思路:dfs+剪枝。蛮经典的题目,重点在于dfs剪枝的设计。
qq429205464
·
2011-08-30 20:00
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他