-
$ sudo pacman -S tor $ ## nyx provides a terminal status monitor for bandwidth usage, connection details and more.
$ sudo pacman -S nyx
| #!/bin/bash | |
| set -e | |
| echo "Starting Zsh + Oh-My-Zsh + Neovim + Docker + Eza setup..." | |
| # ------------------------------ | |
| # Update & install dependencies | |
| # ------------------------------ | |
| sudo apt update |
| package io.sjf.overlay; | |
| import android.annotation.TargetApi; | |
| import android.content.Intent; | |
| import android.net.Uri; | |
| import android.os.Build; | |
| import android.os.Bundle; | |
| import android.provider.Settings; | |
| import android.support.v7.app.AppCompatActivity; | |
| import android.support.v7.widget.Toolbar; |
| # To get file | |
| adb pull <PATH/TO/FILE/ON/DEVICE> | |
| # To push file | |
| adb push <PATH/TO/FILE> <PATH/TO/DESTINATION> | |
| # To get wifi MAC address | |
| adb shell cat /sys/class/net/wlan0/address | |
| # To get IP Address |
| //slide_in_up | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <translate xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:duration="@android:integer/config_longAnimTime" | |
| android:fromYDelta="100%p" | |
| android:toYDelta="0%p" /> | |
| //slide_out_up | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <translate xmlns:android="http://schemas.android.com/apk/res/android" |
| #!/usr/bin/env python3 | |
| import logging | |
| import sqlite3 | |
| import sys | |
| import re | |
| from math import ceil | |
| from os.path import realpath, isfile | |
| import mysql.connector | |
| from mysql.connector import errorcode |
| package com.abdelmeged.ahmed.roundedlayout; | |
| import android.support.v7.app.AppCompatActivity; | |
| import android.os.Bundle; | |
| import android.widget.ImageView; | |
| import com.bumptech.glide.load.engine.DiskCacheStrategy; | |
| import com.bumptech.glide.load.resource.drawable.DrawableTransitionOptions; | |
| public class MainActivity extends AppCompatActivity { |
| // Copyright 2012 Square, Inc. | |
| package com.squareup.widgets; | |
| import android.content.Context; | |
| import android.content.res.TypedArray; | |
| import android.util.AttributeSet; | |
| import android.widget.ImageView; | |
| /** Maintains an aspect ratio based on either width or height. Disabled by default. */ | |
| public class AspectRatioImageView extends ImageView { |
| sudo apt update && sudo apt install apache2 && sudo apt install mysql-server && sudo mysql_secure_installation && sudo apt install php libapache2-mod-php php-mysql && sudo apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl && sudo phpenmod mbstring && sudo systemctl restart apache2 |
$ sudo pacman -S tor
$ ## nyx provides a terminal status monitor for bandwidth usage, connection details and more.$ sudo pacman -S nyx