Skip to content

Instantly share code, notes, and snippets.

View Baneeishaque's full-sized avatar
🏠
Working from home

Banee Ishaque K Baneeishaque

🏠
Working from home
View GitHub Profile
@Baneeishaque
Baneeishaque / main.txt
Created July 2, 2023 02:08
Chrome Extensions
SuperSorter - Chrome Web Store https://chrome.google.com/webstore/detail/supersorter/hjebfgojnlefhdgmomncgjglmdckngij
FBS II : Fast Bookmark Scanner II - Chrome Web Store https://chrome.google.com/webstore/detail/fbs-ii-fast-bookmark-scan/gjcmklpilmpfhfjpebhnapnglcppdbic
The Great Discarder - Chrome Web Store https://chrome.google.com/webstore/detail/the-great-discarder/jlipbpadkjcklpeiajndiijbeieicbdh
Google Keep Chrome Extension - Chrome Web Store https://chrome.google.com/webstore/detail/google-keep-chrome-extens/lpcaedmchfhocbbapmcbpinfpgnhiddi
Simple URL Copy - Chrome Web Store https://chrome.google.com/webstore/detail/simple-url-copy/cefkgjbbpagcilodnhboolbppdjlplip/related
@Baneeishaque
Baneeishaque / main.txt
Last active October 19, 2023 06:54
Ubuntu Live Initialize
sudo add-apt-repository -y universe && sudo add-apt-repository -y ppa:hluk/copyq && sudo apt install -y copyq
sudo apt install -y curl && curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list && sudo apt update && sudo apt install -y gh && gh auth login && sudo add-apt-repository -y ppa:git-core/ppa && sudo apt install -y git && cd ~ && mkdir Lab_Data && cd Lab_Data/ && git clone https://github.com/Baneeishaque/configurations-private.git && cd ~ && sudo apt install -y python3-distutils && curl -OL https://bashhub.com/setup && bashHubConfigurationFolder=$HOME/.bashhub && mkdir $bashHubConfigurationFolder && bashHubConfigurationPath=$bashHubConfigurationFolder/
@Baneeishaque
Baneeishaque / Program.cs
Created March 6, 2023 16:21
C# Selenium Demo
using OpenQA.Selenium.Chrome;
using OpenQA.Selenium;
using Microsoft.VisualStudio.TestTools.UnitTesting;
IWebDriver driver = new ChromeDriver();
driver.Navigate().GoToUrl("https://www.selenium.dev/selenium/web/web-form.html");
var title = driver.Title;
Assert.AreEqual("Web form", title);
@Baneeishaque
Baneeishaque / root canal.txt
Created January 3, 2023 06:46
Leave Letters
From:
Shihab
ID : Shihab 573
Date: January 3rd, 2023
To:
Shihad
HR, V Group
@Baneeishaque
Baneeishaque / main.txt
Last active November 24, 2022 18:50
Ubuntu Initial Setup
sudo snap install gisto \
&& sudo snap install telegram-desktop --edge \
&& sudo snap install vlc --beta \
&& wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip && unzip platform-tools-latest-linux.zip -d ~ && echo "export PATH=$PATH:~/platform-tools" >> ~/.bashrc && source ~/.bashrc && rm platform-tools-latest-linux.zip && adb devices \
&& echo "export ADB=~/platform-tools/adb" >> ~/.bashrc && source ~/.bashrc && sudo snap install scrcpy --beta \
&& sudo apt update && sudo apt install -y curl && curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list && sudo apt update && sudo apt install -y gh \
&& sudo add-apt-repository -
1. requirements tester for bash
@Baneeishaque
Baneeishaque / main.txt
Created May 8, 2022 07:15
Gisto Tasks
1. Numbered lists : automatic numbering for lines
8. Gisto
edit icon for each files
auto save
save, then continue edits
sort file list - recent modified
Ctrl+S for save
@Baneeishaque
Baneeishaque / main.txt
Last active May 8, 2022 07:30
Rclone Tasks
1. options for debug : just print the parsed command & exit
2. use move in case of gdrive - if possible
3. get data from gdrive computers folder
4. get data from gdrive backups folder
5. no deletes
6. incorrect size on retry
7. output moving direction on move command info
8. object tree based on size
@Baneeishaque
Baneeishaque / main.txt
Last active May 8, 2022 06:13
VSCode Public Extensions
1. Open in GitKraken
2. Codemagic CI