Ubuntu 20.04.2 LTS
sudo apt-get install postgresql
# db şifre set edilecek
sudo -u postgres createuser canvas --no-createdb --no-superuser --no-createrole --pwprompt
ricin-cli addfriend 516A72B673D4E7123C6C8430078549AC717F221C49E2D80C9F48AB64170A5B4546F0FD60D000 | |
ricin-cli deletefriend friend-num | |
ricin-cli sendmessage friend-num "hello" | |
ricin-cli sendfile friend-num file | |
ricin-cli changestatus status-number |
#!/usr/bin/env python2 | |
# -*- coding:utf-8 -*- | |
from dulwich.repo import Repo | |
from dulwich.server import DictBackend, TCPGitServer | |
import threading | |
import socket | |
import os | |
TCPGitServer.address_family = socket.AF_INET6 | |
aktaran=b"Milisarge <[email protected]>" |
import httpclient, asyncdispatch, strutils, tables, unicode, json, math, times | |
const | |
ForecastUrlFormat = "http://api.openweathermap.org/data/2.5/forecast/daily?APPID=$1&lang=en&q=$2&cnt=$3" | |
ResultFormat = """$1: | |
$2 | |
Temperature: $3 °C | |
Humidity: $4% | |
Clouds: $5% |
using Gtk; | |
public class Main { | |
class AppStatusIcon : Window { | |
private StatusIcon trayicon; | |
private Gtk.Menu menuSystem; | |
private AboutDialog aboutDialog; | |
public AppStatusIcon() { | |
/* Create tray icon */ |
import subprocess | |
import pam | |
sifre="1234567" | |
kullanici="myuser" | |
p=pam.pam() | |
durum=p.authenticate(kullanici,sifre) |
# (c) 2007 Chris AtLee <[email protected]> | |
# Licensed under the MIT license: | |
# http://www.opensource.org/licenses/mit-license.php | |
# | |
# Original author: Chris AtLee | |
# | |
# Modified by David Ford, 2011-12-6 | |
# added py3 support and encoding | |
# added pam_end | |
# added pam_setcred to reset credentials after seeing Leon Walker's remarks |
# Template used to create this container: /usr/share/lxc/templates/lxc-download | |
# Parameters passed to the template: -d alpine -r edge -a amd64 | |
# Template script checksum (SHA-1): 985e49018f4037a7854e89877ba09c4fe6c57af5 | |
# For additional config options, please look at lxc.container.conf(5) | |
# Uncomment the following line to support nesting containers: | |
#lxc.include = /usr/share/lxc/config/nesting.conf | |
# (Be aware this has security implications) | |
# Uncomment to create unprivileged containers |
-- | |
-- linq.lua | |
-- | |
-- Copyright (c) 2020 Mathew Mariani | |
-- | |
-- Permission is hereby granted, free of charge, to any person obtaining a copy of | |
-- this software and associated documentation files (the "Software"), to deal in | |
-- the Software without restriction, including without limitation the rights to | |
-- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | |
-- of the Software, and to permit persons to whom the Software is furnished to do |