3.1安装x-window 进入aptitude界面,选择x-window-system,x-window-system-core, xfonts-intl-chinese,还有ttf-arph开头的几个包. x-window-system-core自动关联着xserver-xorg,xbase-clients, xfonts-base,xutils等包的,会自动一起安装的. 顺便先安装几个工具,vim,emacs,lftp. 而wget,mutt已经自动安装上了. ...
mingw-w64-wget mingw-w64-win7appid mingw-w64-windows-default-manifest mingw-w64-wined3d mingw-w64-wineditline mingw-w64-winico mingw-w64-winpthreads-git mingw-w64-winsparkle-git mingw-w64-winstorecompat-git mingw-w64-wintab-sdk mingw-w64-wslay mingw-w64-wxPython...
(this-package-input "docker") #$(this-package-input "wget"))) (for-each (lambda (script) (wrap-script (string-append #$output "/bin/distrobox-" script) `("PATH" ":" prefix ,path))) '("assemble" "create" "enter" "ephemeral" "generate-entry" "list" "rm" "stop" "upgrade"))...
windows powershell没有file命令 有第三方的,gnuwin32,就是linux那套重新编译适配了windows平台的.exe可执行文件 http://gnuwin32.sourceforge.net/packages/file.htm在这里下载 双击安装后,添加环境变量后就可以直接用file命令了
//savannah.gnu.org/projects/womb/ Window manager for X Window http://www.gnu.org/software/windowmaker/ System Prints out execuatbles full path of http://www.xs4all.nl/~carlo17/which/ http://www.gnu.org/software/wget/ Retrieves files from the Web a WebSocket protocol WebSocket4J http:...
Removed all extensions(wget, ctags), this is now plain Emacs, just portable. Removed the directory "load", use the directory ".emacs.d" instead for your added modes. Updated EmacsPortable/Other/Source/Readme.txt file. Updated EmacsPortable/Other/Source/EmacsPortable.ini file. Updated EmacsPort...
摘要:下载Gradle wget https://services.gradle.org/distributions/gradle-8.3-bin.zip -P /tmp 上面这行命令会下载Gradle 6.4.1到 /tmp 路径下 然后解压文件到/opt/gradle目录 sudo unzip -d 阅读全文 WSL2迁移至其他目录 摘要:WSL2迁移至其他目录 要将 Windows Subsystem for Linux 2 (WSL 2) 迁移到其...
第一步:window---preferences ---java---installed JREs---add—添加你的JDK 第二步:选中JDK 点击编辑按钮,弹出对话框,添加插件tools.jar和lombok.jar(这两个jar文件只针对个人项目添加的,项目要是不用就不添加) 点击Add External JARs... tools.jar---jav...GNU...
windows软件环境(E430运行软件):Window 7、VMware Workstation Pro12、串口调试助手、Win32DiskImager、VMware Workstation Pro12虚拟机上安装ubuntu-14.04.5-desktop-amd64。 虚拟机运行ubuntu-14.04.5-desktop-amd64系统软件环境:gcc-linaro-arm-linux-gnueabihf-4.9-2014.07_linux、eleclipce等。
# download using wget if ( echo $url | grep "ˆ http" ) ; then if [ ! -e "/tmp/${fname}" ] ; then '$WGET ${url} -O /tmp/${fname}' install_tarball fi elif ( echo $url | grep "ˆgit" ) || ( echo $url | grep "github.com" ) ; then # use git for the pac...