Debian setup the time】的更多相关文章

sudo gedit /etc/default/hwclock将 井HWCLOCKACCESS=yes 和 井HCTOSYS_DEVICE=rtc0 前的 井 符号去掉,再改 rtc0 为 rtc1 . date -s "2018-01-01 11:20:30"将系统时间同步到硬件 hwclock --systohc  …
ROS机器人程序设计(原书第2版)补充资料 教案1 ROS Kinetic系统入门 ROS Kinetic在Ubuntu 16.04.01 安装可参考:http://blog.csdn.net/zhangrelay/article/details/51364622 ROS版本特色和官网wiki可参考:http://blog.csdn.net/zhangrelay/article/details/51371427 ROS入门指南可参考:http://blog.csdn.net/zhangrelay…
root@debian:~# apt-get install apache2 root@debian:~# cd /etc/apache2/ root@debian:/etc/apache2# ls -l total 80-rw-r--r-- 1 root root  7224 Jun 20 15:29 apache2.confdrwxr-xr-x 2 root root  4096 Jul  8 12:06 conf-availabledrwxr-xr-x 2 root root  4096…
Use Qt in Debian for OpenCASCADE eryar@163.com Recently several OpenCASCADE enthusiasts want to build my simple Qt demo about OpenCASCADE on ubuntu system, but could not compile it successfully. Because I only compiled the occQt in Windows system, do…
这个东东也是折腾了几天,网上很多文章可能已经过时,所以写下不同,以备后用. 参考网址: http://blog.csdn.net/genganpeng/article/details/7402229 http://blog.csdn.net/liefdiy/article/details/5348583 http://blog.itpub.net/81/viewspace-710064/ http://www.software8.co/wzjs/czxt/4668.html 为什么要用 OTL去…
docker 使用docker镜像搭建svn+Apache环境 https://my.oschina.net/u/2006667/blog/637882 1,安装 apache ,svnapt-get install apache2 subversion libapache2-svn 不安装apache  是不能通过http方式来访问的. subversion服务器是不需要apache的,但是可以使用apache,视具体情况来选择.        1.如果只要通过file://或svn://来访…
搭建完成Git服务器后,需要使用两台机器进行测试,一台机器作为服务器端server,一台服务器作为客户端client.整个系统,需要三个计算机账户,这里假设server端的账户名为git,client端需要一个管理员gitadmin,一个开发者gituser.这里的环境,使用两台处于同一局域网内的两台机器作为server以及client,其中server端系统为debian 6,client端为fedora 16.1    建立server端账户git,用于安装git相关的服务. sudo us…
目录 . 漏洞描述 . 漏洞触发条件 . 漏洞影响范围 . 漏洞代码分析 . 防御方法 . 攻防思考 1. 漏洞描述 The configuration setup script (aka scripts/setup.php) in phpMyAdmin 2.11.x before 2.11.10.1 does not properly restrict key names in its output file, which allows remote attackers to execute…
安装过程非常简单: apt-get install samba sudo vim /etc/sama/smb.conf [pengdl] comment = pengdl's samba path = /home/pengdl browseable = yes read only = no guest ok = no # smbpasswd -a pengdl New SMB password: Retype new SMB password:…
目录 . 漏洞描述 . 漏洞触发条件 . 漏洞影响范围 . 漏洞代码分析 . 防御方法 . 攻防思考 1. 漏洞描述 Insufficient output sanitizing when generating configuration file phpMyAdmin是用PHP编写的工具,用于通过WEB管理MySQL phpMyAdmin的Setup脚本用于生成配置.如果远程攻击者向该脚本提交了特制的POST请求的话,就可能在生成的config.inc.php 配置文件中包含任意PHP代码.由…
openbox确实是好东西阿,小巧,不开iceweasel时内存总使用量不到200M,功能又强大,不过限于我是菜鸟,openbox再强大也有限...debian装openbox是及其简单的,不过为了使用tint2任务栏只能用sid,testing和stable源里都没有tint2,很多高手都是用pypanel的,我第一次看到openbox是在虚拟机里装的CrunchBangLinux,所以对tint2深有好感.tint2很有意思,即是虚拟桌面栏又是窗口栏,非常好看方便.只是CrunchBang是…
转载自 http://www.binarytides.com/install-wxwidgets-ubuntu/ wxWidgets wxWidgets is an application development framework/library that allows developer to make cross platform GUI applications for Windows, Mac and Linux using the same codebase. Its primari…
转载: http://blog.163.com/libo_5/blog/static/156968520101016102051580/ http://hi.baidu.com/wg_wang/item/f9375c2f00ca75c0ee10f1db debian内核编译 1.到www.kernel.org/pub/liunux/kernel所需要编译的内核源代码 2.安装必要的包,其中kernel-package是debian用以编译内核的工具:fakeroot是一个在系统中创建假root的…
参考: <鸟哥的Linux私房菜>第26章 http://hi.baidu.com/wg_wang/item/f9375c2f00ca75c0ee10f1db http://www.linuxdiyf.com/bbs/thread-193762-1-1.html 环境: Wind7主机+Debian6虚拟机,虚拟机软件是VirtualBox 第一步.下载Linux源码 首先需要看一下当前Linux使用的版本 pengdl@debian:~$ uname -r 2.6.32-5-686 可以看到…
先介绍一下环境: 主机:Win7 虚拟机:VirtualBox + Debian7 由于软件源的体积比较大,所以我又给虚拟机添加了一块50GB的虚拟硬盘(给虚拟机添加虚拟硬盘的方法参见:http://www.cnblogs.com/pengdonglin137/p/3366589.html , 其中介绍了如何在Vmware和VirtualBox中给Linux虚拟机添加虚拟硬盘),然后修改/etc/fstab,使在系统启动的时候将其自动挂载到/home/pengdl/debian_source目录…
Debian 7 自带的python是2.7.3,要用最新的3.4版本怎么办?我们从官网下载压缩包自己编译. 一.安装编译用的包 $ sudo apt-get install build-essential $ sudo apt-get install libncurses5-dev libncursesw5-dev libreadline6-dev $ -dev libgdbm-dev libsqlite3-dev libssl-dev $ sudo apt-get install libbz…
I Debian Linux 方法有两种,一是图形界面方式设置,一是命令行设置: A. 图形界面方式: GNOME桌面下:打开“系统主菜单“,选择”系统>系统管理>登录窗口”,在弹出的窗口中点“安全”选项页,选择“允许本地管理员登录“,点确定即可.完成. B. 命令行方式:(未测试过,不推荐新手用)# grep 'AllowRoot' /etc/kde3/kdm/kdmrc AllowRootLogin=true # grep 'AllowRoot' /etc/gdm/gdm.conf All…
In this post I will describe the process of installing OpenCV(both versions 2.4.2 and 2.4.3) on Debian Linux (especially Debian-6). After installing, we will do some tests to verify the installation and also see some examples. As I was trying to inst…
hon编写的Linux网络设置脚本,Debian Wheezy上测试通过       阿里百川梦想创业大赛,500万创投寻找最赞的APP 技术细节参见Linux网络设置高级指南 注意事项参见程序注释 快速使用指南: 根菜单下,直接回车意味着刷新 其它输入的时候,除了标明特定含义外,直接回车通常意味着取消或者跳过 net-config.py ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29…
本站的 Rio 最近在一台 Ubuntu 和一台 Debian 主机上配置了 L2TP / IPSec VPN,并在自己的博客上做了记录.原文以英文写就,我把它大致翻译了一下,结合我和 Rio 在设置过程中的通信,成文如下,希望能帮到有需要的朋友.以下文字的全部版权归 Rio 所有,如有错误,责任完全归我.—— 编者 首 先解释一个问题:在 iPhone 的 VPN 设置介面里(Settings >> General >> Network >> VPN),你可以看到三个…
Contents======== Apache2 Configuration under Debian GNU/Linux Files and Directories in '/etc/apache2' Tools Using mod_cache_disk SSL Enabling SSL Creating self-signed certificates SSL workaround for MSIE Suexec Documentation Upgrades Common Problems…
题记:写这篇博客要主是加深自己对javaapplication的认识和总结实现算法时的一些验经和训教,如果有错误请指出,万分感谢. Now there are many hosting server for people to choose to host their own apps or website. And sometimes normal web hosting can not exactly fulfil your requirements. So VPS is a good op…
声明,此方法是Btsync的官网resilio提供的方法 传送门:https://help.getsync.com/hc/en-us/articles/206178924 第一,在如下文件中添加: 1 2 3 vi /etc/apt/sources.list.d/resilio-sync.list 在文件中添加如下源 deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free 添加公共密钥: 1 wge…
原文:http://aaba.me/blog/2014/03/setup-a-private-http-nginx-based-git-server.html https://doomzhou.github.io/git/linux/2016/03/30/git-over-http-by-nginx.html 参考:http://beginor.github.io/2016/03/12/http-git-server-on-nginx.html « Downgrade Lightroom 5 c…
原文:http://www.dev-metal.com/how-to-setup-latest-version-of-php-5-5-on-ubuntu-12-04-lts/ 最近遇到了要在ubuntu 12.04 上升级php版本的问题,下面是升级php到最新的版本的方法: Please note: This works fine. But this package will also upgrade your apache to version 2.4 which has different…
[原创] debian 9.3 搭建Jira+Confluence+Bitbucket项目管理工具(二) -- 安装jira 7.5.4 环境都配置好以后, 开始搭建Jira的环境, 这里参考了一篇文章, 很有帮助: 地址: https://yq.aliyun.com/articles/141089 一. 安装Jira的第一部, 创建Jira的数据库, 虽然Jira可以选择内置的数据库, 但是生产环境还是建议使用单独的数据库, MySql.MarineDB.Oracle.Sql都可以.    …
Linux target framework (tgt) aims to simplify various SCSI target driver (iSCSI, Fibre Channel, SRP, etc) creation and maintenance. The key goals are the clean integration into the scsi-mid layer and implementing a great portion of tgt in user space.…
ElasticSearch 2.1.1 (2) - Setup Installation Elasticsearch can be started using: $ bin/elasticsearch Running as a daemon $ bin/elasticsearch -d PID The PID is written to a file called pid. $ bin/elasticsearch -d -p pid The kill command sends a TERM…
by Pradeep Kumar · Published November 19, 2017 · Updated November 19, 2017 DNS or Domain Name System, as we know is an internet service that is used to translate the user friendly domain into computer friendly IP addresses. Not only can we translate…
先贴一下我的BELK架构 1.Download and install the Public Signing Key: # wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add - 2.You may need to install the apt-transport-https package on Debian before proceeding: # aptitude install -y a…