Skip to content

Instantly share code, notes, and snippets.

View ghalib5000's full-sized avatar

Ghalib Ahmed ghalib5000

  • AsaadsHub
  • home
View GitHub Profile
@ghalib5000
ghalib5000 / need_to_install_on_linuix.sh
Created August 5, 2020 15:01
a simple batch file which installs some important programs for a new linux os
sudo apt-get install aptitude tasksel -y
sudo apt-get install adb -y
snap install caprine
snap install discord
snap install code --classic
sudo aptitude install conky-all -y
sudo aptitude install vim -y
sudo apt-repository ppa:mark-pcnetspec/conky-manager-pm9 -y
sudo aptitude update
sudo aptitude install conky-manager -y
@ghalib5000
ghalib5000 / keyboard shortcuts.md
Last active July 30, 2020 07:17
a list of handy keyboard shortcuts

Basic Commands

CTRL+A. . . . . . . . . . . . . . . . . Select All

CTRL+C. . . . . . . . . . . . . . . . . Copy

CTRL+X. . . . . . . . . . . . . . . . . Cut

CTRL+V. . . . . . . . . . . . . . . . . Paste

CTRL+Z. . . . . . . . . . . . . . . . . Undo