Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

shell script for aws lightsail launch

# update package list
apt-get –y update
# download wordpress plugin
wget "https://downloads.wordpress.org/plugin/buddypress.2.7.0.zip"
apt-get –y install unzip
# unzip into wordpress plugin directory
unzip buddypress.2.7.0.zip -d /var/wordpress/plugins
Comment

shell script for aws lightsail launch

# update package list
apt-get –y update
# install some of my favorite tools
apt-get install –y nodejs
Comment

PREVIOUS NEXT
Code Example
Shell :: get my most used command from history 
Shell :: join two files horizontally unix 
Shell :: ubuntu mate 20.04 videodev module not working 
Shell :: node-pre-gyp ERR! install response status 404 Not Found 
Shell :: check for webhint version 
Shell :: flatpak list themes 
Shell :: delelte snap install cmd 
Shell :: install glibc 2.14 redhat 6 
Shell :: tail and watch directory linux 
Shell :: Could not download aapt2-proto-4.1.0-alpha01-6193524.jar 
Shell :: pip install django tenant users 
Shell :: Turn on bluetooth in kali linux / soft unblock 
Shell :: Install and open HTTP, HTTPS and SSH access in the system firewall 
Shell :: create user in linux and provide all access 
Shell :: check concurrent connections for linux user 
Shell :: surge unknown command error 
Shell :: git add back to tracking which is removed file from tracking without deleting 
Shell :: make bootable usb stick with linux console dd 
Shell :: install tripwire in linux 
Shell :: powershell grep for string in folder 
Shell :: shh key pair for github 
Shell :: git messages 
Shell :: open ssl change pkcs1 to pkcs8 
Shell :: debian buster install twemproxy 
Shell :: mac see what is ruuning on a port 
Shell :: how to search .class file in unix 
Shell :: ubuntu cmd nano mode delete all 
Shell :: bash numbering odd filename 
Shell :: powershell ssh key permissions 
Shell :: ionic capacitor file-chooser 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =