wkt blog

  • About
  • Video
  • About
  • Video

Month: October 2019

How to create a public key(id_rsa.pub) from private key(id_isa)?

by admin/October 29, 2019January 1, 2020/其他

ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub -f filename Specifies the filename of the key file. -y This option will read a private OpenSSH format file and print an OpenSSH public key to stdout.

Ubuntu 18.04 can’t wake after screen lock!

by admin/October 20, 2019October 20, 2019/其他

There seems to be an issue with N driver. Edit the grub file by editing it with sudo access. sudo vim /etc/default/grub change GRUB_CMDLINE_LINUX=”” to GRUB_CMDLINE_LINUX=”nouveau.modeset=0″ and run sudo update-grub Reboot after successfully updating grub file.

No password required to use sudo

by admin/October 15, 2019December 23, 2019/其他

Edit /etc/sudoers: sudo vim /etc/sudoers Add or modify the specified user configuration username_ ALL=(ALL) NOPASSWD: ALL Then the user (username) can use sudo without a password If you want a user group to be able to sudo without a password: […]

convert excel to pdf on ubuntu server use shell

by admin/October 10, 2019December 23, 2019/其他

You could convert everything to pdf first using: Install dependency and font apt-get –no-install-recommends install libreoffice apt-get -y install fontconfig xfonts-utils apt-get install ttf-wqy-microhei # Chinese Font Convert use shell libreoffice –headless –invisible –convert-to pdf *.libreofficeextension If Chinese characters are […]

Recent Posts

  • 自建Pypi反向代理服务器
  • Allow All Content Security Policy
  • How to fetch all Git branches
  • 手动申请 Let’s Encrypt 泛域名证书
  • A Desktop-Agnostic Way to Change DNS Server

Archives

  • December 2020
  • November 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • January 2019
  • December 2018
  • November 2018
  • September 2018
  • August 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • November 2017
  • October 2017
  • September 2017
  • June 2017
  • May 2017
  • April 2017
  • April 2016

友情链接

  • Harttle
  • 张俊杰的微博客
  • 蔣振飞的博客
  • 饲养员的窝
Proudly powered by WordPress | Theme: ShowMe by NEThemes.