🛠️
Gotcha ;-)
CE Undergrad | Open Source Contributor ♨️ | Ex Intern @wso2
-
WSO2
- Piliyandala, Colombo, Sri Lanka
- https://pasankavi.medium.com
- in/pasan-kavinda
- @pasan6209
- pasan_00
- https://stackoverflow.com/users/13503639/pasan?tab=profile
Highlights
Pinned Loading
-
vagrant ssh doesn't work for mobaXte...
vagrant ssh doesn't work for mobaXterm solution 1vagrant ssh-config > vagrant-ssh
2cat vagrant-ssh ------------------> To Find HOST_NAME
3ssh -F vagrant-ssh <<HOST_NAME>
-
Run MV package from commandline
Run MV package from commandline 1mvn -v
2mvn compile
3mvn test (optional)
4mvn package
5mvn exec:java -Dexec.mainClass="com.example.MainClass"
-
Install Maven
Install Maven 1wget https://dlcdn.apache.org/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz -P /tmp
23sudo tar xf /tmp/apache-maven-*.tar.gz -C /opt
45sudo nano /etc/profile.d/maven.sh
-
Get the discord channel's messages u...
Get the discord channel's messages using the web app access tokens 1curl --location --request GET 'https://discord.com/api/v9/channels/[[channelid]]/messages?limit=50'
23--header 'accept-language: en-US,en;q=0.9,it;q=0.8,de;q=0.7,es;q=0.6,pt;q=0.5' \
45--header 'authorization: [[authtoken]]' \
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.