I hereby claim:
- I am abd3lraouf on github.
- I am abd3lraouf (https://keybase.io/abd3lraouf) on keybase.
- I have a public key ASBOjyTLhRr8q-hQMn9y6mOwAFJwyQoRIpkoHEHsSGpZUgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import java.awt.Color; | |
| import java.util.ArrayList; | |
| /** | |
| * Java Code to get a color name from rgb/hex value/awt color | |
| * | |
| * The part of looking up a color name from the rgb values is edited from | |
| * https://gist.github.com/nightlark/6482130#file-gistfile1-java (that has some errors) by Ryan Mast (nightlark) | |
| * | |
| * @author Xiaoxiao Li |
| #!/bin/bash | |
| # System-wide crontab file and cron job directory. Change these for your system. | |
| CRONTAB='/etc/crontab' | |
| ANACRONTAB='/etc/anacrontab' | |
| CRONDIR='/etc/cron.d' | |
| # Single tab character. Annoyingly necessary. | |
| tab=$(echo -en "\t") |
First of all you need to open terminal and install Tor:
sudo apt-get install tor
Then check that the tor is install successfully or not by:
service tor status
If the server was not run then run by:
service tor start
After runing tor you can see the log of the tor by
| function New-IsoFile | |
| { | |
| [CmdletBinding(DefaultParameterSetName='Source')]Param( | |
| [parameter(Position=1,Mandatory=$true,ValueFromPipeline=$true, ParameterSetName='Source')]$Source, | |
| [parameter(Position=2)][string]$Path = "$env:temp\$((Get-Date).ToString('yyyyMMdd-HHmmss.ffff')).iso", | |
| [ValidateScript({Test-Path -LiteralPath $_ -PathType Leaf})][string]$BootFile = $null, | |
| [ValidateSet('CDR','CDRW','DVDRAM','DVDPLUSR','DVDPLUSRW','DVDPLUSR_DUALLAYER','DVDDASHR','DVDDASHRW','DVDDASHR_DUALLAYER','DISK','DVDPLUSRW_DUALLAYER','BDR','BDRE')][string] $Media = 'DVDPLUSRW_DUALLAYER', | |
| [string]$Title = (Get-Date).ToString("yyyyMMdd-HHmmss.ffff"), | |
| [switch]$Force, | |
| [parameter(ParameterSetName='Clipboard')][switch]$FromClipboard |
| #!/usr/bin/env bash | |
| if systemctl list-units | grep -q -E 'snapd.service.*running'; then | |
| sudo systemctl stop snapd.service > /dev/null 2>&1 | |
| sudo systemctl disable snapd.service > /dev/null 2>&1 | |
| sudo systemctl mask snapd.service > /dev/null 2>&1 | |
| sudo rm -rf /etc/xdg/autostart/snap-userd-autostart.desktop | |
| echo | |
| tput setaf 1; echo "snapd stopped successfully" |
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |