• 一些常用的命令和cheat sheet


    1. linux 压缩解压缩
      •   .tar

          解包:tar zxvf FileName.tar
          打包:tar czvf FileName.tar DirName

      •       .gz

           解压1:gunzip FileName.gz
           解压2:gzip -d FileName.gz
           压缩:gzip FileName

      •     .tar.gz 和 .tgz

      解压:tar zxvf FileName.tar.gz
      压缩:tar zcvf FileName.tar.gz DirName

      whereis  xxx,找出xxx的位置。

    Chrome

    Ctrl+T       Open a new tab
    Ctrl+Shift+T     Reopen the last tab you've closed. Google Chrome remembers the last 10 tabs you've closed.

    Ctrl+H View the History page
    Ctrl+J View the Downloads page
    Shift+Escape View the Task manager

    Type a web address, then press Alt+Enter Open your web address in a new tab

    Type the part of the web address that's between 'www.' and '.com', then press Ctrl+Enter Add www.and .com to your input in the address bar and open the web address

  • 相关阅读:
    P1579哥德巴赫猜想
    JAVA快速入门方法
    PHP快速入门方法
    Java 8 lambda表达式
    JVM内存配置参数
    Synchronized 关键字
    数据库事务的理解
    hello world 执行原理
    面试知识点总结之JVM调优
    面试知识点总结之RabbitMQ/Kafka使用场景
  • 原文地址:https://www.cnblogs.com/shenbingyu/p/4858967.html
Copyright © 2020-2023  润新知