使用U盘制作 Mac 系统
https://segmentfault.com/a/1190000015806408
先格式化U盘 然后 在命令行中输入
下面的命令
sudo /Applications/Install\ macOS\ Mojave\ Beta.app/Contents/Resources/createinstallmedia --volume /Volumes/mojave --applicationpath /Applications/Install\ macOS\ Mojave\ Beta.app --nointeraction
mac系统如何处理来自身份不明的开发者
打开终端(终端在 应用程序 -> 实用工具 内)
sudo spctl --master-disable
brew 的安装
https://brew.sh/index_zh-cn
命令行 输入如下 命令 进行
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
高坂本系统 安装低版本jdk
brew tap caskroom/versions
brew cask install java8
navicat 破 解
https://blog.csdn.net/xhd731568849/article/details/79751188
SSH脚本自动登录
先安装
brew install expect
brew install spawn-fcgi
然后新建 login.sh
#!/usr/bin/expect
spawn ssh -i /Users/luobin/Downloads/id_rsa $user@$ipaddress
expect {
"*password:" { send "$password\r" }
"yes/no" { send "yes\r;exp_continue" }
}
interact
mac 链接window 共享
command+k 输入 smb://ip 点击链接
ll 命令 设置
//新建 环境变了配置文件
vim ~/.bash_profile
//在最后面加上以下代码保存
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
//最后在终端输入,回车
source .bash_profile
修改 /var 权限
sudo chown root:admin /var
sudo chown root:admin /var/log
sudo chmod g+w /var/log
修改hosts
vi /etc/hosts
0.0.0.0 account.jetbrains.com
修改DNS
networksetup -setdnsservers Wi-Fi empty
networksetup -setdnsservers Wi-Fi 10.1.1.1.
配置环境变了
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
export PATH=$PATH:/usr/local/Cellar/gradle-3.2.1/bin
source ~/.bash_profie
常用快捷键
command +空格 打开程序搜索框
command+ tab 切换应用程序
command+q 切换应用程序后 退出
shift+command+q 锁屏
shift+command+5 截屏
option+command+d 隐藏程序栏坞
command+k 打开远程连接
command+f3 显示桌面
option+esc+command 打开强制退出程序框
shift+command+D 打开电脑文件夹
control+command+f 窗口 放大缩小
command+m 最小化当前窗口
command+n 新建一个窗口
command+f 查找
command+w 关闭浏览器当前页
shift+command+n 进入无痕模式
command+, 打开设置
option+command+c或者i 打开开发者调试模式
空格键 快速看下一页
command+x 剪切
command+cv 复制粘贴
command+a 全选
command+z 撤销上一步的操作
shift+command+n 新建一个文件夹
command+delete 删除
command+E 推出宗卷
terminal 换行覆盖问题
1)配置文件:vim ~/.bash_profile
PS1="\[\e[0;31m\] \u@\h \W\$ \[\e[m\] "
//ls 命令添加颜色
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
export PATH=$PATH:/usr/local/Cellar/gradle-3.2.1/bin
export LS_OPTIONS='--color=auto'
export CLICOLOR='Yes'
source ~/.bash_profile
https://www.jianshu.com/p/e1d88647e4f1
设置vim 背景颜色
// 复制系统的 .vimrc 配置到当前用户 然后修改配置
cp -r /usr/share/vim/vimrc ~/.vimrc
vim ~/.vimrc
添加
syntax on
set nu!
set autoindent
保存退出
//取消系统 智能ABC 输入法
//1 下载 plistEdit pro 软件
https://www.fatcatsoftware.com/plisteditpro/PlistEditPro.zip
打开 PlistEditPro
sudo open ~/Library/Preferences/com.apple.HIToolbox.plist
依次点开 Root - AppleEnabledInputSources ,会看到一列 item ,找到其中 KeyboardLayout Name 为 ABC 的那一列,将整列 item 删掉,然后 command + S 保存。
//参考 https://www.jianshu.com/p/0ba1292441b9
//常用软件
iTerm 类似 terminal 主要用来 进行 dump 文件的下载
ITerm 支持 rz rs 命令 从服务器上传下载文件
https://www.iterm2.com/
Th unarchiver 软件 免费好用的解压软件
https://theunarchiver.com/
ftp client 安装
brew install telnet
brew install inetutils
brew link --overwrite inetutils
然后 打开 terminal
连接ftp服务器
man ftp 可以看到有这些信息。
NAME
ftp -- Internet file transfer program
SYNOPSIS
ftp [-46AadefginpRtvV] [-N netrc] [-o output] [-P port] [-q quittime]
[-s srcaddr] [-r retry] [-T dir,max[,inc]] [[user@]host [port]]
[[user@]host:[path][/]] [file:///path]
[ftp://[user[:password]@]host[:port]/path[/][;type=X]]
[http://[user[:password]@]host[:port]/path] [...]
ftp -u URL file [...]
连接服务器的话基本上就用到上面的讯息了。原本没有看man手册,一直使用
ftp user@xxx.com port
每次都要输入密码。后来还是用了下面这个更加简单的
ftp ftp://user:passwd@xxx.com:port
浏览文件
命令和Windows、Linux的命令基本相同
ftp> cd Documents
ftp> ls
ftp> dir
下载上传文件
put filename - Upload a file to the server
get filename - Download a file from the server
mput filename - Put multiple files on the server
mget filename - Get multiple files on the server
断开连接
bye:中断与服务器的连接。
ftp> bye
大部分的命令如下,可敲入man ftp获得
ls – list the contents of a directory on the FTP server
cd – change the working directory on the FTP server
pwd – show the current directory on the FTP server
get – download files from the FTP server
put – upload files to the FTP server
account – include a password with your login information
bye – terminate an ftp session and close ftp (or use disconnect to simply terminate a session)
bell – make a cute sound after each file transfer is done
chmod – change permissions
delete – your guess is as good as mine (OK, you got me, it’s to delete a file off the server)
glob – enable globbing
hash – only functional in Amsterdam
help – get help
lpwd – print the local working directory for transfers
mkdir – create folders on the FTP server
rmdir – delete folders from the FTP server
newer – only get a file if it’s newer (great for scripting synchronizations)
nmap – use positional parameters to set filenames
passive – use FTP passive mode
prompt – allows the use of letters to automate answers to prompts
rate – limit the speed of an upload or download
关于ftp,你甚至还可以写脚本进行文件操作,比如
#!/bin/bash
ftp -d krypted.com << ftpEnd
prompt
cd /Library/WebServer/Documents
put “*.html”
put “*.php”
cd /Library/WebServer/Documents
put “*.png”
quit
ftpEnd
#!/bin/bash
ftp -d krypted.com << ftpEnd
prompt
cd /My/Documents
get “*.doc”
quit
ftpEnd
在你的脚本中,可以使用以下几个字符获取一些特定的变量:
%/ – the current working directory of the FTP server
%M – the hostname of the FTP server
%m – the hostname only up to the .
%n – the username used for the FTP server
最后有一个问题,为什么老是有不明的人/机器想登陆我的FTP?= =不过自己也是只有使用的时候才会开。
分享到:
相关推荐
Mac版Intellij IDEA常用快捷键和配置 IntelliJ IDEA是最好的Java开发工具,它的智能代码助手、代码自动提示、重构、J2EE支持、Ant、JUnit、CVS整合、代码审查、创新GUI设计等方面表现突出,并支持基于Android平台的...
"MacBook常用快捷键汇总" 概述:这篇文章主要介绍了 MacBook 的常用快捷键,涵盖了文件删除、全局快捷键、Finder 快捷键、Mail 快捷键和 Safari 快捷键等多个方面,旨在帮助用户更快速、更高效地使用 MacBook。 一...
MacBook 常用快捷键 作为 MacBook 用户,我们经常需要使用各种快捷键来提高工作效率。在本文中,我们将对 MacBook 的常用快捷键进行总结和分类。 系统级快捷键 在 MacBook 中,我们可以通过 System Preferences ...
以下是对“Mac常用快捷键”进行的详细总结: 一、基本操作快捷键 1. **切换应用程序**:Command + Tab,在打开的应用程序之间快速切换。 2. **强制退出应用**:Command + Option + Escape,打开强制退出窗口,选择...
本压缩包包含了一些常用的Mac OS驱动,适用于那些将Mac OS安装在非苹果原厂硬件(通常称为"Hackintosh")上的用户。以下是对每个文件及其对应知识点的详细解释: 1. **dsdt.aml**:DSDT(Differentiated System ...
在Mac操作系统中,个性化是许多用户追求的一种体验,特别是对于常用软件来说,拥有独特的皮肤可以使日常使用更加愉快。本文将详细讲解如何为多种常用软件安装和定制MAC皮肤,包括QQ、KMPlayer、Thunder(迅雷)、...
### MAC常用快捷键详细总览 #### 一、开机时按下 **背景介绍:** 开机时,通过不同的快捷键组合可以实现对Mac的各种高级设置,比如更改启动盘、清除内存等。下面列出了开机时可以使用的多种快捷键组合及其功能。 ...
### Mac系统下常用快捷键总结 #### 全局快捷键概览 在Mac OS操作系统中,熟练掌握快捷键能够显著提升工作效率,使用户能够在不同应用和功能间迅速切换,节省大量时间。以下是一些最常用的全局快捷键: - **...
【MAC常用软件详解】 在MAC操作系统中,用户可以利用丰富的应用软件来满足各种需求。以下是一些常用的MAC软件,它们涵盖了生产力、通信、文件管理、多媒体处理等多个领域: 1. **4D Keynote Builder 1.0**:这款...
在这个文档中,主要涉及了ROS的几个关键设置和管理技巧,包括配置的导出与导入、路由器设置的备份与恢复、MAC和IP地址绑定以防止冲突,以及如何使内部网络设备显示公网IP地址。下面是对这些知识点的详细解释: 1. *...
标题中的“Mac OS 常用软件、杀毒、鼠标滚轮方向控制软件”涉及到的是在苹果操作系统Mac OS中,用户可能会用到的一些基础应用、安全防护措施以及一个特定的鼠标功能调整工具。这里我们将详细探讨这三个方面: 1. **...
Mac QQ 截图保存路径设置技巧 本文将详细介绍 Mac QQ 截图保存路径的设置技巧,帮助用户快速找到 Mac 版 QQ 截图的保存路径,并自定义保存路径和图片格式。 一、 Mac QQ 截图保存路径设置 Mac 系统自带的截图功能...
Mac系统常用快捷键大全 Mac系统常用快捷键大全是指在Mac操作系统中使用的常见快捷键的集合。这些快捷键可以帮助用户更快速和高效地操作Mac电脑,从而提高工作效率。 在Mac系统中,有很多种快捷键,以下是一些常用...
在Mac操作系统(macOS)中,设置和访问共享文件是一项常用的功能,这允许用户与其他设备或用户之间方便地传输数据。以下是一些关于如何在Mac上配置和操作共享文件的详细步骤及注意事项: 一、启用共享服务 1. 打开...
Mac 终端常用命令大全 本文档旨在总结 Mac 终端中常用的命令,帮助用户更好地使用终端。本文档将涵盖基本命令、文件操作、权限管理、文本编辑、脚本运行等方面的知识点。 一、基本命令 * 列出文件:ls 参数 目录...
在使用苹果Mac操作系统时,可能会遇到各种常见的问题。本文将针对一些典型问题提供解决方案,包括应用损坏处理、软件库的访问、系统更新的关闭、JDK路径设置以及MySQL的初始密码设定,以及如何隐藏和显示文件夹。 ...
在启用SNMP后,你可以通过配置SNMP社区字符串、设置访问控制列表等来限制谁可以访问你的SNMP代理,以增强系统的安全性。 总的来说,掌握Mac OS X Server上的SNMP配置是系统管理和监控的关键技能,这有助于你有效地...
对于Mac OS的用户来说,掌握一些常用的终端命令是非常有必要的,尤其是在安装扩展(kext)、修改属性列表文件(plist)以及更换系统内核等高级操作中,终端命令的作用尤为突出。 首先需要了解的是,Mac OS基于Unix...
### 苹果Mac系统添加常用服务器的详细指南 在日常工作中,我们经常需要与不同的服务器进行连接以获取资源或执行特定任务。对于苹果Mac系统的用户来说,了解如何快速且高效地添加并管理常用服务器是非常重要的技能之...
这篇文档主要介绍了针对Mac系统的常用快捷键,结合了Leopard中文指南和作者的实际经验,旨在帮助用户更高效地使用Mac。以下是一些关键的快捷键及其功能: 1. **Quicksilver**:这是一个强大的启动程序工具,通过...