V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  cuthead  ›  全部回复第 7 页 / 共 18 页
回复总数  346
1 ... 3  4  5  6  7  8  9  10  11  12 ... 18  
搞错了,上面这个是Get info里面的地址,打开的是com.apple.quarantine和LaunchServices里的地址
LiuJianweis-iMac:desktop liujianwei$ xattr -p com.apple.quarantine Cyberduck.app/
0062;5550f702;Safari;E6B1E353-BD76-4CA4-97D1-46AF36F08E9C
LiuJianweis-iMac:desktop liujianwei$ date -r 0x5550f702
Tue May 12 02:37:54 CST 2015
LiuJianweis-iMac:desktop liujianwei$ sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV2 .dump|grep E6B1E353-BD76-4CA4-97D1-46AF36F08E9C
INSERT INTO "LSQuarantineEvent" VALUES('E6B1E353-BD76-4CA4-97D1-46AF36F08E9C',453062274.147027,'com.apple.Safari','Safari','https://a48823c7ec3cf4539564-60c534a1284a12ce74ef84032e9b4e46.ssl.cf1.rackcdn.com/Cyberduck-4.7.zip',NULL,NULL,0,NULL,'http://cyberduck.ch/',NULL);
找到了,在metadata这里
com.apple.metadata:kMDItemWhereFroms
我2了
2015-05-10 01:07:28 +08:00
回复了 cuthead 创建的主题 iDev Table View Controller 下面的 Table View 下面有 Table View Section 吗?
2015-05-09 21:46:09 +08:00
回复了 mathilde 创建的主题 macOS 如何成为 IOS 和 OS X 极客
@zhangchioulin KB是知识库 命令有以下这些
Help Commands

man - Online manual
whatis - Displays manual descriptions

File and Directory Commands

ls - Lists directory contents
pwd - Prints the current directory
cd - Change directories
mv - Move files
cp - Copy files
rm - Delete files
mkdir - Create directories
rmdir - Remove directories
find - Search for files (slow)
locate - Search for files (faster)
whereis - Display binary file location
which - Display binary file location
file - Display file type
size - Display file size
stat - Display file statistics
fuser - Identify open files
touch - Update file timestamps
lsof - List open files
cksum - Calculate checksum
md5sum - Calculate md5sum
ln - Create a link
alias - Display/edit command aliases
gzip - Compress files
gunzip - Uncompress files
shred - Securely delete files
head - Display the head of a file
tail - Display the tail of a file
tee - Display and redirect output
sort - Sort input files/streams
grep - Display matching results
tree - Display directory tree
more - Display files one page at a time
less - Display files one page at a time
wc - Count words/lines/letters
cat - Display files
zcat - Display compressed files
diff - Show differences between files
strings - Display printable characters
sed - Text editing utility
awk - Text processing utility
dos2unix - Convert DOS files to Unix
unix2dos - Convert Unix files to DOS

Editors

nano - Simple text editor
vi - Advanced text editor
emacs - Ultimate text editor

Other Utilities

clear - Clear terminal screen
date - Display the date
cal - Display a calendar
watch - Monitor a command
env - Display environment variables
history - Display command history
logout - Logout of the shell
exit - Exit the shell

Users and Groups

su - Switch user
sudo - Run a program as another user
id - Display user identity
ulimit - Display user limits
who - Display who is logged in
w - Display what users are doing
users - Display active user accounts
last - Display last user logins
lastlog - Display all user’s last login
wall - Send a message to all users
whoami - Display current user id
finger - Display information about a user
chown - Change file/directory ownership
chgrp - Change file/directory group
chmod - Change file/directory permissions
umask - Display or set umask settings
passwd - Set/change password
useradd - Create user accounts
userdel - Delete user accounts
usermod - Modify user accounts
groupadd - Create group accounts
groupdel - Delete group accounts
groupmod - Modify group accounts

Process Control

ps - Display running processes
pgrep - Search for running processes
pidof - Search for PID by name
pstree - Displays process in tree view
kill - Terminate a process by PID
killall - Terminal a process by name
nice - Run a program with a modified priority
renice - Adjust a program's priority
nohup - Run a program immune to hang-ups
& - Run a program in the background
bg - Move a job to the background
jobs - Display running jobs
fg - Move a job to the foreground

Startup and Shutdown

shutdown - Shutdown the computer
poweroff - Poweroff the computer
halt - Halt the computer
runlevel - Display the current runlevel
telinit - Change runlevel
service - Stop and stop services
sysv-rc-conf - Runlevel configuration editor
update-rc.d - Debian runlevel editor
chkconfig - Red Hat runlevel editor
rc-update - Gentoo runlevel editor
rc-status - Gentoo service monitor

Networking Commands

hostname - Display the system hostname
domainname - Display the system domain
ifconfig - Manage network interfaces
ifup - Start network interfaces
ifdown - Stop network interfaces
iwconfig - Manage wireless interfaces
iwlist - Display wireless information
ethtool - Display network card info
arp - Display the ARP cache
ping - Send ICMP echo requests
traceroute - Trace network paths
tracepath - Trace network paths
nslookup - Query DNS servers
dig - Query DNS servers
host - Query DNS servers
whois - Query the whois database
dhclient - Linux DHCP client
netstat - Display network status
route - Manage network routes
tcpdump - Capture network packets
nmap - Scan remote computers
wavemon - Monitor wireless connections
smbtree - Display SMB servers/shares
nmblookup - Look up NetBIOS information
mount - Mount file systems
showmount - Show mounted file systems
umount - Unmount file systems
ssh - SSH client
telnet - Telnet client
ftp - FTP client
ncftp - Scriptable FTP client
mail - Email client
rsync - Rsync client

Hardware Commands

lspci - List PCI devices
pcidump - List PCI devices
lsusb - List USB devices
lshw - List hardware devices
lspcmcia - List PCMCIA devices
lshal - Display all system hardware
hdparm - Configure hard drives
eject - Eject removable media

Scheduling

batch - Run processes when the CPU is free
at - Run processes at a specific time
atq - Display the at queue
atrm - Remove jobs from the at queue
crontab - Display/edit cron jobs

File System Commands

fdisk - Partition editor
parted - Partition editor
mkfs - Create file systems
fsck - Check file systems
mkswap - Create swap space
swapon - Activate swap space
swapoff - Deactivate swap space
sync - Flush disk cache

Backup Commands

tar - Archive utility
dd - File copy utility
dump - Incremental backup utility
restore - Restore dump backups
mt - Tape device utility
cpio - Archive utility

Monitoring Commands

top - Performance monitor
mpstat - Performance monitor
vmstat - Virtual memory monitor
iostat - I/O performance monitor
nfsstat - NFS performance monitor
free - Display memory usage
df - Display disk usage
du - Display disk usage
uname - Display system information
uptime - Display system uptime
lsmod - List kernel modules
modinfo - Display module information
dmesg - Display kernel messages
strace - System trace debugger
ltrace -Library trace debugger
ipcs - IPC monitor
sysctl - Configure kernel parameters

Printing Commands

lp - Print files
lpstat - Display printer status
lpq - Display print queue
lprm - Remove print jobs
cancel - Cancel print jobs
enable - Enable a printer
disable - Disable a printer

Software Commands

dpkg - Debian package manager
apt-get - Debian package utility
rpm - Red Hat package manager
yum - Red Hat package utility
emerge - Gentoo package utility
pkg_add - BSD installation utility
pkg_delete - BSD uninstallation utility
make - Compile software from source
2015-05-09 16:01:47 +08:00
回复了 mathilde 创建的主题 macOS 如何成为 IOS 和 OS X 极客
Unix命令要熟,苹果官网上的KB多读,苹果官方的软件大体都要会用,第三方软件不用太在意,最后就是学开发了。
2015-05-09 13:33:09 +08:00
回复了 razios 创建的主题 macOS 究竟哪款鼠标对 macbook 支持的最好?
用的罗技G9X,鼠标用了一圈下来还是罗技好
2015-05-08 23:32:30 +08:00
回复了 Livid 创建的主题 macOS Loading - 在 OS X Menubar 显示哪个程序现在正在使用网络
要是能显示连接的网址就好了
2015-05-06 20:47:39 +08:00
回复了 cuthead 创建的主题 macOS 如何创建一个只有一张照片的音乐视频
用iMovie弄好了
默认是不使用就等于关闭啊,要是需要用的时候不能用还是会卡死的。
2015-05-05 19:40:35 +08:00
回复了 jack345 创建的主题 macOS Safari 强制跳转 https 导致 B 站无法访问,有解决方法吗?
点了也上不了了,不过发现b站对国外ip有国外服务器,刚好我也不上b站,就不弄了
2015-05-05 18:44:29 +08:00
回复了 cuthead 创建的主题 macOS 载入 DMG 复制应用到 Applications 文件夹后显示禁止的图标
@popbones ls -@这个命令和ls工作起来一样,不显示@属性
2015-05-05 17:46:29 +08:00
回复了 cuthead 创建的主题 iDev Safari 如何看 Flash 直播视频内的网址
netstat看到了
2015-05-05 16:42:43 +08:00
回复了 cuthead 创建的主题 macOS Mac 下的支付宝证书保存在硬盘哪个位置
@Autonomous 搜不到
2015-05-05 12:53:09 +08:00
回复了 huangyang 创建的主题 macOS 求助, OS X Yosemite10.10.3 不能启用备忘录
我的没问题,不用重装系统,用Guest登录看看能不能解决这个问题
@Autonomous 国内网站用什么DNS都没事,国内网站用国内DNS有DNS投毒,用国外DNS访问国外网站容易被GFW,所以我用的VPN+路由表+Google DNS互相配合。Google DNS速度在不掉包的情况下是可以接受的,但在国内是容易掉包的,所以我的Google DNS是VPN远程的。
确实上不了 VPN+Google DNS
机壳和手机关于本机的IMEI能对上吗?
2015-05-04 19:46:48 +08:00
回复了 zyllwy 创建的主题 macOS 推荐个 mac 上的网络电视软件吧,有好的嘛?最好能看国内的
@dofine 下不到吗?我上传了一下
http://pan.baidu.com/s/1mg1Nnni
1 ... 3  4  5  6  7  8  9  10  11  12 ... 18  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5567 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 34ms · UTC 02:55 · PVG 10:55 · LAX 19:55 · JFK 22:55
Developed with CodeLauncher
♥ Do have faith in what you're doing.