Skip to content

Instantly share code, notes, and snippets.

View amitskr's full-sized avatar
💻
Coding to build things.

Amit Sarkar amitskr

💻
Coding to build things.
View GitHub Profile
@taiwbi
taiwbi / gnome-transparent-sidebar.css
Last active November 13, 2024 09:49
Make Gnome applications sidebar semi-transparent, and add blur with Blur My Shell Extension if you want to
/* Mohammad Mahdi Tayebi
*
* To apply transparent sidebar. copy this file into ~/.config/gtk-4.0/gtk.css and if
* you use adw-gtk3 theme you can add it to ~/.config/gtk-3.0/gtk.css as well
*
* Use blur my shell extension to add blur effect behind the transparent part of windows
*/
/* Transparent Sidebar */
window {
@teja156
teja156 / gist:8c35a05f43635da4cbd06b47c0d91e93
Last active October 28, 2024 19:57
Commands for deploying wordpress website on AWS EC2 shown in my YouTube video
YouTube video link: https://youtu.be/8Uofkq718n8
All the commands that are executed in the above youtube video are mentioned in this gist.
1. Install Apache server on Ubuntu
sudo apt install apache2
2. Install php runtime and php mysql connector
sudo apt install php libapache2-mod-php php-mysql
3. Install MySQL server