setup variables for commands
echo -e "\n
export image=redroid/redroid:11.0.0-amd64
export image_tar=${HOME}/redroid:11.0.0-amd64" >> ${HOME}/.bashrc
source ${HOME}/.bashrc| # open powershell as admin | |
| # $HOME\install_rsync.ps1 | |
| # Download and install Git for Windows if not already installed | |
| if (-not (Test-Path "C:\Program Files\Git\bin\git.exe")) { | |
| Write-Host "Git for Windows not found. Downloading installer..." | |
| Invoke-WebRequest -Uri "https://github.com/git-for-windows/git/releases/download/v2.31.1.windows.1/Git-2.31.1-64-bit.exe" -OutFile "git-installer.exe" | |
| Write-Host "Installing Git for Windows..." | |
| Start-Process -FilePath ".\git-installer.exe" -ArgumentList "/VERYSILENT" -Wait | |
| Remove-Item ".\git-installer.exe" |
| KBD AR "Arabic - QWERTY" | |
| COPYRIGHT "(c) 2023 assil" | |
| COMPANY "assil" | |
| LOCALENAME "ar-AE" | |
| LOCALEID "00003801" |
| <?xml version="1.0" encoding="utf-8"?> | |
| <Context xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
| <Profiles> | |
| <Profile Title="Twin USB Joystick" Guid="bcd3b74c-f874-4c8d-a238-03423431e670"> | |
| <ChildProfiles /> | |
| <Mappings> | |
| <Mapping Title="Cross"> | |
| <DeviceBindings> | |
| <DeviceBinding IsBound="true" DeviceConfigurationGuid="245d82b7-c3fa-4d68-a6dc-0c4c08a18b32" KeyType="1" KeyValue="50" KeySubValue="0" /> | |
| </DeviceBindings> |
| // ==UserScript== | |
| // @name Instagram Video Controls | |
| // @namespace https://jzs.fr/ | |
| // @version 1.0 | |
| // @description Adds video player controls to Instagram videos | |
| // @author JZS | |
| // @match https://www.instagram.com/ | |
| // @match https://www.instagram.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=instagram.com | |
| // @grant none |
| #!/usr/bin/env python | |
| """ | |
| ################################ | |
| sudo apt-get install -y pngquant | |
| ################################ | |
| optimize_html.py | |
| Kamil Slowikowski | |
| November 14, 2016 |
echo -e "\n
export image=redroid/redroid:11.0.0-amd64
export image_tar=${HOME}/redroid:11.0.0-amd64" >> ${HOME}/.bashrc
source ${HOME}/.bashrc| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>GUI</key> | |
| <dict> | |
| <key>Scan</key> | |
| <dict> | |
| <key>Kernel</key><string>Newest</string> | |
| </dict> |
| <?xml version="1.0" encoding="ISO-8859-1"?> | |
| <mixer> | |
| <!-- These are the initial mixer settings --> | |
| <ctl name="Voice Rx Device Mute" id="0" value="0" /> | |
| <ctl name="Voice Rx Device Mute" id="1" value="-1" /> | |
| <ctl name="Voice Rx Device Mute" id="2" value="20" /> | |
| <ctl name="Voice Tx Mute" id="0" value="0" /> | |
| <ctl name="Voice Tx Mute" id="1" value="-1" /> | |
| <ctl name="Voice Tx Mute" id="2" value="500" /> | |
| <ctl name="Voice Rx Gain" id="0" value="0" /> |