View winstall.app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
winget install --id=Microsoft.Teams -e ; winget install --id=Zoom.Zoom -e | |
; winget install --id=Notion.Notion -e ; winget install -- | |
id=SlackTechnologies.Slack -e ; winget install --id=Toggl.TogglDesktop -e | |
; winget install --id=ShareX.ShareX -e ; winget install --id=Loom.Loom -e | |
; winget install --id=LogMeIn.LastPass -e ; winget install -- | |
id=Spotify.Spotify -e ; winget install --id=Discord.Discord -e ; winget | |
install --id=TeamViewer.TeamViewer -e ; winget install -- | |
id=Microsoft.Skype -e ; winget install --id=Microsoft.Edge -e ; winget | |
install --id=Mozilla.Firefox -e ; winget install --id=Google.Chrome -e ; | |
winget install --id=Microsoft.OneDrive -e ; winget install -- |
View htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0 |
View sudo.vega
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/vega$ sudo ./Vega |
View cd.vega
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ cd vega | |
~/vega$ ls | |
about_files features plugins Vega xml | |
about.html icon.xpm scripts Vega.ini | |
configuration libcairo-swt.so templates Vega.png |
View sudo.update-alt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ sudo update-alternatives --config java | |
There are 2 choices for the alternative java (providing /usr/bin/java). | |
Selection Path Priority Status | |
------------------------------------------------------------ | |
* 0 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1111 auto mode | |
1 /usr/lib/jvm/java-11-openjdk-amd64/bin/java 1111 manual mode | |
2 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1081 manual mode |
View unzip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ unzip VegaBuild-linux.gtk.x86_64.zip | |
Archive: VegaBuild-linux.gtk.x86_64.zip | |
creating: vega/ | |
creating: vega/plugins/ | |
inflating: vega/plugins/com.google.guava_14.0.1.jar | |
inflating: vega/plugins/org.jsoup_1.7.3.SNAPSHOT.jar | |
[...] |
View listing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ ls | |
'>' | |
CHANGELOG.md | |
DeadManSwitch | |
Desktop | |
Documents | |
Downloads | |
'e-ng(8)' | |
ExtAnalysis |
View widget
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ wget https://support.subgraph.com/downloads/VegaBuild-linux.gtk.x86_64.zip | |
--2020-11-25 11:20:33-- https://support.subgraph.com/downloads/VegaBuild-linux.gtk.x86_64.zip | |
Resolving support.subgraph.com (support.subgraph.com)... 185.26.124.87 | |
Connecting to support.subgraph.com (support.subgraph.com)|185.26.124.87|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 28680291 (27M) [application/zip] | |
Saving to: ‘VegaBuild-linux.gtk.x86_64.zip’ | |
VegaBuild-linux.gt 100%[===============>] 27.35M 8.93MB/s in 3.1s |
View sudo.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ sudo dpkg --configure -a | |
~$ sudo apt install libwebkitgtk-1.0-0 default-jdk unzip | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
default-jdk is already the newest version (2:1.11-72). | |
unzip is already the newest version (6.0-25). | |
libwebkitgtk-1.0-0 is already the newest version (2.4.11-3). | |
0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded. |
View sudo.install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ sudo install vega |
NewerOlder