快捷方式
goagent-gtk.desktop 1 2 3 4 5 6 7 8 9 10 11
| $ cat goagent-gtk.desktop
[Desktop Entry] Type=Application Name=GoAgent GTK Comment=GoAgent GTK Launcher Categories=Network;Proxy; Exec=/usr/bin/env python "/home/zz_zigzag/software/agent/goagent-gtk.py" Icon=/home/zz_zigzag/software/agent/goagent-logo.png Terminal=false StartupNotify=true
|
文件/目录
- 用户字体: ~/.local/share/fonts
- hosts: /etc/hosts
- 软件源: /etc/apt/sources.list
常用命令
- Linux命令大全: http://man.linuxde.net/
- mkdir -p / rmdir / rm -rf
- chmod 755 * / chown
- less more head shuf
- cp mv
- tail -f
- cat / tac
- cut -f 2,3 -d “;” test2.txt
- sort -u -t $’\t’ -k 3,3 filename > filename
- tar zxvf file.tar.gz [j:tar.bz2 Z:tar.Z]
- tar zcvf file.tar.gz
- 硬链接: ln / 符号链接/软连接: ln -s
- sed awk grep uniq -d/c/u
- tee
- paste
- tr
- wget curl
常用软件
download1
| sudo apt-get install redshift openssh-server pastebinit unrar classicmenu-indicator vim tree
|
远程桌面
Linux远程桌面协议为VNC 端口号为5900
Windows协议为RDP 端口号3389
或双方都ssh,缺点是只能命令行。
linux自带的Remmina可以连接windows,但在windows下用VNCviewer不能直接连接linux,
解决方案如下:
1、安装dconf-editor
sudo apt-get install dconf-editor
2、用Dconf-editor调整,并访问如下配置路径
org > gnome > desktop > remote-access
3、取消钩选 “REQUIRE-ENCRYPTION”属性。即可在windows下用UltraVNC Viewer正常连接。