Advertisement
amaenta

command line

Mar 25th, 2019
902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. find -name name / optional -type -f
  2. which (absolute path to file)
  3. uname (system configuration)
  4.  
  5. head -2792 offr_b.xml | grep "<podprodukt>" //get first line of file and find some occurations
  6.  
  7. dpkg --configure -a //problem z apt-get upgrade
  8. cat file.txt | xclip -selection clipboard //kopiowanie do schowka
  9.  
  10.  
  11. gsettings set org.gnome.shell.app-switcher current-workspace-only true
  12. gsettings set org.gnome.shell.extensions.dash-to-dock isolate-workspaces true //odseparowanie applikacji z roznych workspaceow ubuntu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement