LPodolski

PHP, MySQL, JS, Symfony, Linux

  • Contact me
  • Interesting
  • Symfony features Reference
  • Tech news
  • Usefull Linux commands
  • Usefull tools

Search

Recent Posts

  • Ubuntu change daily updates time
  • sendmail with DKIM on ubuntu 22 LTS
  • PostgreSQL drop and recreate database
  • Linux server todo, first things, first 5 minutes on HTTP server
  • check linux, ubuntu version

Categories

  • JS
  • Linux
  • Main
  • PHP
  • Ubuntu

Category: Ubuntu

Copy command output to clipboard using pipe

alias copy='xclip -sel clip'

sudo apt-get install xclip

echo "alias copy='xclip -sel clip'" >> ~/.bashrc

 

 

Contact me