- Ubuntu上运行Avalonia应用
CustomFontManagerImpl代码:usingSystem.Collections.Generic;usingSystem.Globalization;usingSystem.Linq;usingAvalonia.Media;usingAvalonia.Media.Fonts;usingAvalonia.Platform;usingAvalonia.Skia;usingSkiaSharp;namespaceTodoList{publiccl......
- Ubuntu 修改root密码(初始密码)
转发自文章:Ubuntu设置修改root密码(初始密码)ubuntu默认的root用户是没有固定密码的,它的密码是随机产生并且动态改变的,即每次开机都有一个新的root密码,如果想查看root密码,那么直接设置的root密码即可。使用安装时候的用户登录进入终端在终端输入命令sudopasswdroot#回车会显......
- ubuntu22.04 部署 Auditd
安装Auditd#apt-yinstallauditdauditd.conf##Thisfilecontrolstheconfigurationoftheauditdaemon#local_events=yeswrite_logs=yeslog_file=/var/log/audit/audit.log#指定日志文件log_group=admlog_format=ENRICHEDflush=INCREMENTA......
- frp内网穿透环境搭建--服务端ubuntu 客户端win10
前提条件:1个公网ip服务器,例如我的是腾讯云服务器ubuntu20下载frp软件,下的是0.33.0版本,该版本直接把软件封装成服务,能用ubuntu直接定义开机自启等github:https://github.com/fatedier/frp.git注意查看ubuntu系统的架构是arm还是amd,下载对应版本,否则安装了也用不了解压文件,编辑......
- 虚拟机ubuntu22.04搭建esp-matter环境
一. 安装esp-idfStep1:编译ESP-IDF需要以下软件包。请根据使用的Linux发行版本,选择合适的安装命令。Ubuntu和Debian: sudoapt-getinstallgitwgetflexbisongperfpython3python3-venvpython3-setuptoolscmakeninja-buildccachelibffi-devlibssl-devdf......
- 解决 ubuntu 无法关机 Dell Studio 1569 Cannot Shutdown in Ubuntu 11.10 or 12.04
ShutdowncomputerusingterminalinUbuntufyouwanttoshutdownyourcomputerwhatdoyoudo?Simplygotoshutdownbuttonandclickshutdownisn’t? Haveyoueverwonderedhowwouldyoushutdownyourpcifyourgdm(GraphicalUserInterface)isnotwork......
- The Vim commands cheat sheet (ubuntu) vi编辑器常用的命令及快捷键
HowtoExit :q[uit]QuitVim.Thisfailswhenchangeshavebeenmade.:q[uit]!Quitwithoutwriting.:cq[uit]Quitalways,withoutwriting.:wqWritethecurrentfileandexit.:wq!Writethecurrentfileandexitalways.:wq{file}Writeto{file}.Exitifnotedi......
- Multimedia (MP3, MPEG-4, AVI, DiVX, etc.) support in Ubuntu 12.04 (Precise)
Whydoesn’tUbuntusupportMP3‘outofthebox’?UbuntucannotincludesupportforMP3orDVDvideoplaybackorrecording.MP3formatsarepatented,andthepatentholdershavenotprovidedthenecessarylicenses.Ubuntualsoexcludesothermultimediasof......
- Select all in address bar of firefox (Ubuntu, Linux Mint) with a single click
Toomanythingstomodifyafterinstallingubuntuorlinuxmint.OneoftheannoyingthingisClickingtheaddressbaronFirefox(providedwithUbuntu,linuxmint)doesn’tselectthewholetextinit.Itsaverysmallproblem.Butitssoannoyingthat,t......
- ubuntu eclipse 下驚醒GTK的配置(全)
偶然的想法想玩玩GTK,因为Qt就是对gtk的C++封装,想着gtk应该比qt更高的执行效率吧,下面分享下自己搭建的过程。 1、我的ubuntu虚拟机是安装了eclipse+cdt的,如果是安装了eclipse没有安装CDT,则要安装CDT: .可以在Eclipseupdate中输入以下地址来安装:http://download.eclipse......