Junjun&3588 个人博客

技术点滴
Linux

vestacp + php7 + php5.6 (Centos)

curl -O http://vestacp.com/pub/vst-install.sh Additional Repository 选 remi   ---php7   php -v wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm rpm -Uvh remi-releas…

2016-04-07 0条评论 381点热度 0人点赞 admin3588 阅读全文
Linux

Dropbox 备份 小型网站(使用sqlite数据库)

wget https://raw.github.com/andreafabrizi/Dropbox-Uploader/master/dropbox_uploader.sh chmod +x dropbox_uploader.sh ./dropbox_uploader.sh info   vi backup.sh #!/bin/bash SCRIPT_DIR="/root" DROPBOX_DIR="/ovh_zq_1" BACKUP_SRC="/var/www" BACKUP_DST="/tmp" NOW…

2016-03-06 0条评论 590点热度 0人点赞 admin3588 阅读全文
Linux

Virtualbox 磁盘减肥大小 硬盘清理

vboxmanage clonehd original-disk.vmdk new-disk.vdi --format VDI 需要转换为vdi 清理 vboxmanage modifyhd new-disk.vdi --compact  

2016-03-03 0条评论 579点热度 0人点赞 admin3588 阅读全文
Linux

Debian 安装 VNC 和 XFCE

apt-get install xfce4 xfce4-goodies gnome-icon-theme tightvncserver iceweasel adduser vnc apt-get install sudo gpasswd -a vnc sudo su - vnc     运行 vncserver 停止 vncserver -kill :1     ---黑屏处理 vi /root/.vnc/xstartup #!/bin/sh unset SESSION_MA…

2016-03-02 0条评论 544点热度 0人点赞 admin3588 阅读全文
Linux

Centos 7 安装 VNC 和 GNOME 桌面 或 xfce

yum groupinstall "GNOME Desktop" yum install tigervnc-server cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:1.service vi /etc/systemd/system/vncserver@:1.service 更改 #ExecStart=/sbin/runuser -l <USER> -c "/usr/bin/vncserver %i" #…

2016-03-02 0条评论 518点热度 0人点赞 admin3588 阅读全文
Linux

CentOS5 6 7 安装 VirtualBox

vim /etc/yum.repos.d/virtualbox.repo     [virtualbox] name=Oracle Linux / RHEL / CentOS-$releasever / $basearch - VirtualBox baseurl=http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch enabled=1 gpgcheck=1 gpgkey=http://download.vi…

2016-03-02 0条评论 530点热度 0人点赞 admin3588 阅读全文
Linux

CentOS5 安装 XFCE VNC 和 浏览器

yum groupinstall xfce-4.4 yum install vnc vnc-server   vi /etc/sysconfig/vncservers 添加 VNCSERVERS="1:root" VNCSERVERARGS[1]="-geometry 1024x768" vncserver 配置环境 vi /root/.vnc/xstartup 替换 #!/bin/sh # Uncomment the following two lines for normal desktop: uns…

2016-03-02 0条评论 527点热度 0人点赞 admin3588 阅读全文
Linux

CentOS yum安装chrome

  vim /etc/yum.repos.d/CentOS-Base.repo   [google] name=Google - i386 baseurl=http://dl.google.com/linux/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub [google64] name=Google - x86_64 baseurl=http://…

2016-02-27 0条评论 528点热度 0人点赞 admin3588 阅读全文
Linux

Centos6 安装 Xfce (桌面化)

In 64 bit CentOS (x86_64) # wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm In 32 bit CentOS (i386) # wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm…

2016-02-27 0条评论 533点热度 0人点赞 admin3588 阅读全文
虚拟化

Centos 6 安装 Xen(全虚拟化和半虚拟化)

关闭SELinux vi /etc/sysconfig/selinux SELINUX=disabled SELINUXTYPE=targeted reboot 2. 搭建网桥 yum install bridge-utils vi /etc/sysconfig/network-scripts/ifcfg-br0 DEVICE="br0" NM_CONTROLLED="yes" ONBOOT=yes TYPE=Bridge #bootproto=dhcp BOOTPROTO=none IPADDR=192.168.…

2016-02-26 0条评论 593点热度 0人点赞 admin3588 阅读全文
1…34567
归档
  • 2024 年 7 月
  • 2023 年 11 月
  • 2023 年 4 月
  • 2021 年 9 月
  • 2021 年 2 月
  • 2020 年 6 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 8 月
  • 2019 年 4 月
  • 2017 年 12 月
  • 2017 年 11 月
  • 2017 年 10 月
  • 2017 年 6 月
  • 2016 年 12 月
  • 2016 年 8 月
  • 2016 年 4 月
  • 2016 年 3 月
  • 2016 年 2 月
  • 2015 年 12 月
  • 2015 年 7 月
  • 2015 年 6 月
  • 2015 年 3 月
  • 2015 年 2 月
  • 2014 年 8 月
  • 2013 年 12 月
  • 2013 年 10 月
  • 2013 年 5 月
  • 2013 年 4 月
  • 2013 年 3 月
  • 2013 年 2 月
  • 2013 年 1 月
  • 2012 年 12 月
  • 2012 年 11 月
  • 2012 年 10 月
  • 2012 年 6 月
  • 2012 年 5 月
  • 2012 年 4 月
  • 2012 年 3 月
  • 2012 年 2 月
  • 2012 年 1 月
  • 2011 年 12 月
  • 2011 年 11 月
  • 2011 年 10 月
  • 2011 年 9 月
  • 2011 年 8 月
  • 2011 年 7 月
  • 2011 年 6 月
  • 2011 年 5 月
  • 2011 年 4 月
  • 2011 年 3 月
  • 2011 年 1 月
  • 2010 年 12 月
  • 2010 年 11 月
  • 2010 年 10 月
  • 2010 年 7 月
  • 2010 年 6 月
分类
  • centos 8
  • go
  • Linux
  • php
  • python
  • Wordpress
  • 互联网
  • 区块链
  • 技术点滴
  • 未分类
  • 移动APP
  • 网络
  • 虚拟化

COPYRIGHT © 2022 Junjun&3588 个人博客. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang