Linux环境搭建
Edward201804
这个作者很懒,什么都没留下…
展开
-
Ubuntu修改用户名和samba目录
【代码】Ubuntu修改用户名和samba目录。原创 2023-12-26 11:32:20 · 528 阅读 · 0 评论 -
Ubuntu搭建dhcpv6服务器(Kea DHCP Server V2.3.7)
Ubuntu搭建dhcpv6服务器原创 2023-10-08 16:38:54 · 563 阅读 · 0 评论 -
安装和维护mantisbt(Ubuntu 18.04)
ubuntu mantisBT原创 2023-08-12 14:39:44 · 866 阅读 · 0 评论 -
Ubuntu搭建dhcpv4服务器(Kea DHCP Server)
Ubuntu下搭建DHCP服务器原创 2023-04-28 14:35:34 · 1074 阅读 · 0 评论 -
Ubuntu 22.04安装与配置
Ubuntu安装和配置原创 2022-08-05 16:23:23 · 6922 阅读 · 0 评论 -
jenkins-desktop构建libpcap
手动运行docker run -u root --rm -d -p 8080:8080 -p 50000:50000 -v jenkins-data:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock jenkinsci/blueocean原创 2021-06-10 17:13:14 · 128 阅读 · 0 评论 -
Windows通过docker-desktop安装jenkins blueocean
安装WSL2https://docs.microsoft.com/zh-cn/windows/wsl/install-win10安装docke原创 2021-06-09 14:03:33 · 377 阅读 · 0 评论 -
VSCode免密打开远程目录(一键脚本)
$username="xxx"$password="xxx"$ip="xxx"#Install-Module命令需要以管理员身份运行If(-NOT([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]"Administrator")){...原创 2021-01-11 14:42:32 · 565 阅读 · 0 评论 -
WSL2 + Ubuntu 18.04安装docker
升级win10版本1909升级到2004,下载MediaCreationTool2004.exe原创 2020-08-19 16:53:07 · 984 阅读 · 0 评论 -
Ubuntu 18.04使用pytorch跑SSD+Mobilenet V2
pip3 install torchpip3 install --no-deps torchvision原创 2020-03-02 17:01:08 · 1866 阅读 · 9 评论 -
Ubuntu 18.04搭建Pycharm远程调试环境
按网上的教程各种问题,最后也不知道怎么就好了。。。在Ubuntu上安装sftp服务器sudo apt install openssh-server创建远程调试服务器,配置如下创建工程,配置如下自动同步本地修改...原创 2020-01-17 22:27:03 · 364 阅读 · 0 评论 -
Ubuntu vmware共享文件夹自动挂载
自动挂载修改/etc/fstab,加入如下内容.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other,defaults 0 0手动挂载sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other原创 2020-01-17 12:07:17 · 3903 阅读 · 0 评论 -
Fedora命令合集
网络相关网络配置用ncmli命令比修改配置文件方便太多了,而且自动保存,非常给力!连接SSIDsudo nmcli device wifi connect [ssid] password [密码] ifname wlan0配置连接为手动模式其中"Wired\ connection\ 1"为connection的名称,Tab会自动补齐sudo nmcli connection ...原创 2019-12-28 11:55:06 · 540 阅读 · 0 评论 -
ubuntu 16.04搭建testlink服务器
下载xampp https://www.apachefriends.org/zh_cn/download.html 安装xampp chmod 755 xampp-linux-x64-7.2.8-0-installer.runsudo ./xampp-linux-x64-7.2.8-0-installer.run,全部选择y,默认安装在/opt/lampp中 启动xam...原创 2018-08-22 10:57:30 · 1524 阅读 · 2 评论 -
ubuntu 双网卡上网设置。
我的环境:ubuntu server 14.04,有2个网卡,eth1是能上外网的地址,配置了ip,网关,mask,eth0是为内网提供各种服务,比如pppoe, dhcp,只配置了ip和mask。根据之前的文章(http://blog.chinaunix.net/uid-563939-id-4340396.html),pppoe客户端已经能够能获取到地址,掩码,网关和DNS,但是原创 2017-08-17 10:12:51 · 875 阅读 · 0 评论 -
ubuntu server 14.04 安装图形界面
1、安装命令如下,感觉前2个命令运不运行影响不大。sudo apt-get updatesudo apt-get upgradesudo apt-get install --no-install-recommends ubuntu-desktop2、配置使root可以登陆图形界面。创建/etc/lightdm/lightdm.conf,增加如下内容:[SeatDef原创 2017-08-17 10:12:54 · 433 阅读 · 0 评论 -
Ubuntu VLC server搭建
sudo apt-get install vlcffmpeg -i meinv.mp4 -vcodec copy -acodec copy -vbsf h264_mp4toannexb meinv.tscvlc meinv.ts --sout "#rtp{sdp=rtsp://:8554/meinv}" --loop (--loop是循环播放)客户端口打开网络流串“rtsp原创 2017-08-18 15:16:05 · 1006 阅读 · 0 评论 -
Samba 4.3.11无需密码访问配置。
[share] comment = share path = /home/xxx writable = yes guest ok = yes其中xxx是当前登陆的用户名。好像只有设置为home目录才有写权限。原创 2017-08-18 15:07:40 · 1518 阅读 · 0 评论 -
Ubuntu IPv6 pppoe服务器搭建(基于Kea DHCP Server V1.2.0)
1、安装pppoe服务器sudo apt-get install pppoe2、配置pppoe服务器(1) 修改/etc/ppp/chap-secrets,增加拨号用户名,密码:增加一行:"chap" * "chap" *(2) 新增/etc/ppp/pppoe-server-options增加一行:+ipv6(加号不能省略,否则拨号失败)(3原创 2017-08-17 10:12:47 · 4367 阅读 · 13 评论 -
Ubuntu 16.04.1搭建mantis服务器(基于php7.0)
安装软件包sudo apt-get install apache2sudo apt-get install php7.0sudo apt-get install libapache2-mod-php7.0sudo apt-get install mysql-server(需要输入用户名/密码:root/root)sudo apt-get install php7.0原创 2017-08-18 15:07:10 · 377 阅读 · 0 评论 -
Ubuntu搭建dhcpv6服务器(Kea DHCP Server V1.4.0)
按如下配置之后,SLAAC,Stateless DHCP,Statefull DHCP, DHCPv6原创 2018-06-20 16:37:50 · 6016 阅读 · 1 评论 -
Ubuntu 22.04搭建开发服务器
配置http代理 必须以root身份登陆才可以sudo passwd -u rootsudo passwd rootexport http_proxy=http://192.168.1.10:8888export https_proxy=http://192.168.1.10:8888 安装工具 sudo apt install -y openssh-server...原创 2018-07-23 17:50:38 · 1736 阅读 · 1 评论 -
ubuntu IPv4 pppoe服务器搭建
1、安装pppoe服务器sudo apt-get install pppoe2、配置pppoe服务器(1) 修改/etc/ppp/chap-secrets,增加拨号用户名,密码:增加一行:"chap" * "chap" * (chap根据需求修改,最后的*表示是否要为这个用户名分配指定的IP)(2) 新增/etc/ppp/pppoe-server-opt原创 2017-08-17 10:12:44 · 905 阅读 · 0 评论