Skip to content

liuchunlong.com

Menu
  • ARTS
    • 读书笔记
    • 文化之旅
    • 东京记忆
  • TECH
    • 项目
    • 工程
    • 设备
    • 物联网
    • SONiC专题
  • ABOUT
    • 关于站长
    • 灵感记录
    • 未分类
    • Personal
  • Home
  • Ubuntu

标签: Ubuntu

Ubuntu安装Jenkins

1月 16, 2018 劉 春龍Leave a Comment on Ubuntu安装Jenkins

【安装JAVA】
使用ppa/源方式安装
1.添加ppa sudo add-apt-repository ppa:webupd8team/java sudo apt-get update 2.安装oracle-java-inRead More…

Ubuntu安装和配置nginx

1月 3, 2018 劉 春龍Leave a Comment on Ubuntu安装和配置nginx

安装nginx
sudo apt-get install nginx
Ubuntu安装之后的文件结构大致为: 所有的配置文件都在/etc/nginx下,并且每个Read More…

Ubuntu添加静态路由

1月 2, 2018 劉 春龍Leave a Comment on Ubuntu添加静态路由

使用route命令(添加临时路由)
添加到主机的路由
# route add -host 192.168.1.123 dev eth0 # route add -host 192.168.1.123 gw 1Read More…

ubuntu无法安装mysql

8月 31, 2017 劉 春龍Leave a Comment on ubuntu无法安装mysql

【故障现象】 start: Job failed to start
invoke-rc.d: initscript mysql, action “start” failed.
dpkg: error processing mysql-server-5.5 (–cRead More…

Unable to correct problems, you have held broken packages.

8月 31, 2017 劉 春龍Leave a Comment on Unable to correct problems, you have held broken packages.

【故障现象】 The following packages have unmet dependencies:
mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
Read More…

Ubuntu – IPSec L2TP VPN Server Setup Guide

8月 21, 2017 劉 春龍Leave a Comment on Ubuntu – IPSec L2TP VPN Server Setup Guide

Instructions
sudo apt-get install xl2tpd openswan ppp IPSec / Openswan
In the /etc/ipsec.conf file copy:
config setup nat_traversal=yes Read More…

如何在Ubuntu下配置L2TP VPN

8月 21, 2017 劉 春龍Leave a Comment on 如何在Ubuntu下配置L2TP VPN

安装软件包 sudo apt-get install xl2tpd openswan ppp IPSec / Openswan
打开 /etc/ipsec.conf 文件,做如下配置: config setupRead More…

在Ubuntu14.04上安装WordPress

8月 21, 2017 劉 春龍Leave a Comment on 在Ubuntu14.04上安装WordPress

1.安装LAMP环境 1.1 安装Apache2 1.2 安装MySQL5 1.3 安装PHP5 1.4 安装phpMyAdmin 2.初始化数据库 3.下载并Read More…

近期文章

  • 《沉思录》玛克斯·奥勒留 9月 10, 2023
  • 《塔木德》典藏版 – 莫里斯·亨利·哈里斯 9月 8, 2023
  • 每日一句 6月 18, 2023
  • My Story:有关孙正义早期创新的故事 6月 8, 2023
  • 关照客户的人性需求 6月 3, 2023
Copyright 2023. All rights reserved. | Theme: Chuck.Liu by Liu Chunlong.