有用的终端快捷方式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了有用的终端快捷方式相关的知识,希望对你有一定的参考价值。

Create this in: ~/.bash_aliases.
  1. alias housekeeping='sudo apt-get update; sudo apt-get upgrade; sudo apt-get autoclean; sudo apt-get autoremove'
  2.  
  3. alias documents='cd ~/Documents'
  4.  
  5. alias downloads='cd ~/Downloads'
  6.  
  7. alias desktop='cd ~/Desktop'
  8.  
  9. alias get-lamp='sudo apt-get install tasksel; sudo tasksel install lamp-server'
  10.  
  11. alias get-phpmyadmin='sudo apt-get install phpmyadmin; echo "#Add Include /etc/phpmyadmin/apache.conf to /etc/apache2/apache2.conf then run sudo /etc/init.d/apache2 restart"'
  12.  
  13. alias get-filezilla='sudo apt-get install filezilla'
  14.  
  15. alias poweroff='sudo shutdown -h now'
  16.  
  17. alias get-spotify='echo "#edit /etc/apt/sources.list and add "deb http://repository.spotify.com stable non-free", then run the alias: install-spotify"'
  18.  
  19. alias install-spotify='sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59; sudo apt-get update; sudo apt-get install spotify-client'
  20.  
  21. alias get-dvd='sudo apt-get install libdvdread4; sudo /usr/share/doc/libdvdread4/install-css.sh'

以上是关于有用的终端快捷方式的主要内容,如果未能解决你的问题,请参考以下文章

在 Visual Studio 中创建构造函数的代码片段或快捷方式

vue开发快捷键的总结

terminal 终端 linux 快捷键 很有用

在VS CODE中请求键盘快捷键

BootStrap有用代码片段(持续总结)

linux打开终端如何启动scala,如何在终端下运行Scala代码片段?