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
ANDROID 10 SAMSUNG IMG PACK/REPACK - UBUNTU 18.10 COSMIC | |
[BOOTLOADER UNLOCKED IS REQUIRED - FIRST UNLOCK BOOTLOADER] | |
----------------------------------------------------------- | |
/etc/apt/sources.list | |
deb http://old-releases.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse | |
deb-src http://old-releases.ubuntu.com/ubuntu/ cosmic main universe restricted multiverse | |
deb http://old-releases.ubuntu.com/ubuntu/ cosmic-security main universe restricted multiverse | |
deb-src http://old-releases.ubuntu.com/ubuntu/ cosmic-security main universe restricted multiverse |
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
import csv | |
from datetime import datetime | |
from datetime import timedelta | |
# | |
# Lo script legge i movimenti dell'anno dal file movimenti.csv che deve | |
# avere questo formato, per esempio: | |
# data valuta;importo;note | |
# 31/12/2018;0;saldo a fine anno precedente | |
# 9/10/2019;50,5 |
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
--[[ | |
FILE: /usr/lib/lua/luci/controller/wolapp/wol.lua | |
USAGE: http://..../cgi-bin/luci/wolapp/wol?m=xx:xx:xx:xx:xx:xx | |
]]-- | |
module("luci.controller.wolapp.wol", package.seeall) | |
function index() | |
entry({"wolapp", "wol"}, call("action_wol"), "W-O-L", 10).dependent=false | |
end |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<Ditto_Language_File Version = "1" Author = "Salvatore Giarratana/Nicola Inchingolo (2019)" Notes = "http://labx.altervista.org (original translation) / nikiink.wordpress.com" LanguageCode="ita"> | |
<Ditto_Right_Click_Menu> | |
<Item English_Text = "Groups" ID = "-1">Gruppi</Item> | |
<Item English_Text = "New Group Ctrl-F7" ID = "32811">Nuovo Gruppo Ctrl-F7</Item> | |
<Item English_Text = "New Group Selection F7" ID = "32812">Nuovo Gruppo Selezione F7</Item> | |
<Item English_Text = "Move to Group" ID = "32840">Muovi a Gruppo</Item> | |
<Item English_Text = "Quick Options" ID = "-1">Opzioni Veloci</Item> | |
<Item English_Text = "Lines Per Clip" ID = "-1">Linee per Clip</Item> | |
<Item English_Text = "1" ID = "32807">1</Item> |
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
# This script reads virtual machines to backup from an xml | |
# configuration file by default named XenBackup.xml. | |
# The configuration file can be given as parameter -config, for example | |
# | |
# XenBackup.py -config "XenBackup-test.xml" | |
# | |
# [If not given is used the file XenBackup.xml] | |
# | |
# The values of maxBackups and backupDir | |
# can be overridden on specific machine. |
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
import java.io.FileWriter; | |
import java.text.SimpleDateFormat; | |
import java.util.ArrayList; | |
import java.util.Date; | |
import org.apache.commons.lang3.StringUtils; | |
public class Rai17 { | |
// SPECIFICHE TECNICHE |
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
# This script reads virtual machines to backup from an xml | |
# configuration file by default named XenBackup.xml. | |
# The configuration file can be given as parameter -config, for example | |
# | |
# XenBackup.ps1 -config "XenBackup-test.xml" | |
# | |
# [If not given is used the file XenBackup.xml] | |
# | |
# The values of maxBackups and backupDir | |
# can be overridden on specific machine. |
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
#INSERIRE MAIL E PASSWORD ################### | |
mail = "........@......it" | |
password = "........" | |
############################################# | |
server = "mail.it.net" | |
cartella_spam = "Posta indesiderata" | |
import imaplib, sys | |
M = imaplib.IMAP4(server) |
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
cscript "C:\WUA\WUA_SearchDownloadInstall.vbs" >> "C:\WUA\WUA-log.txt" 2>&1 |
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
/* | |
============================================================== | |
Created by Xploïse: www.xploise.nl | |
for Sitecom Europe: www.sitecom.com | |
============================================================== | |
*/ | |
// ADDING THE NEXT ROW THE ADMIN INTERFACE WORKS ON CHROME | |
// Replace the readfile.js with this readfile.js. It can be done | |
// using the chrome extension Requestly. Add a redirect request rule |
NewerOlder