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
############################################################################## | |
## ## | |
## DBCA response file ## | |
## ------------------ ## | |
## Copyright 1998, 2014, Oracle Corporation. All Rights Reserved. ## | |
## ## | |
## Specify values for the variables listed below to customize Oracle ## | |
## Database Configuration installation. ## | |
## ## | |
## Each variable is associated with a comment. The comment identifies the ## |
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
###################################################################### | |
## Copyright(c) 1998, 2014 Oracle Corporation. All rights reserved. ## | |
## ## | |
## Specify values for the variables listed below to customize your ## | |
## installation. ## | |
## ## | |
## Each variable is associated with a comment. The comment ## | |
## identifies the variable type. ## | |
## ## | |
## Please specify the values in the following format: ## |
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
#################################################################### | |
## Copyright(c) Oracle Corporation 1998,2014. All rights reserved.## | |
## ## | |
## Specify values for the variables listed below to customize ## | |
## your installation. ## | |
## ## | |
## Each variable is associated with a comment. The comment ## | |
## can help to populate the variables with the appropriate ## | |
## values. ## | |
## ## |
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
If, like me, your are booting with UEFI (because having a triple boot ubuntu-windows-mac or because UEFI is the most modern type of bootloader and successor of EFI :p), you have to sign the proprietary modules each time they are recompiled (or upgrade kernel version) so that they are allowed to be loaded in the kernel. | |
1) Step one, create a self-signed certificate to sign nvidia driver: | |
sudo openssl req -new -x509 -newkey rsa:2048 -keyout UEFI.key -outform DER -out UEFI.der -nodes -days 36500 -subj "/CN=rambou_nvidia/" | |
2) step two load and store certificate in a supplementary key database MOC | |
sudo mokutil --import UEFI.der | |
3) step three reboot your system | |
At this step after reboot you will be prompted to select your certificate to import in in key database. If you have inserted a password at certificate creation you'll be prompted to insert it. If you are not prompted, you may have to enter the BIOS by using function keys at boot time. |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
Agricultural University of Athens - https://sso.aua.gr/login - noc.aua.gr DN | |
Aristotle University of Thessaloniki - https://www.it.auth.gr/saml_login?custom_return=eForms%2Faai - ldap.auth.gr DN: o=auth,c=GR | |
Athens University of Economics and Business - https://sso.aueb.gr/login | |
Athens school of fine arts - https://sso.asfa.gr/login | |
Democritus University of Thrace - https://login.duth.gr | |
Harokopio University - https://sso.hua.gr/login | |
Hellenic Open University - https://login.eap.gr/idp/Authn/UserPassword | |
International Hellenic University - http://sso.ihu.edu.gr/idp/ | |
Ionian University - https://sso.ionio.gr/login | |
National Technical University of Athens - https://login.ntua.gr/idp/Authn/UserPassword |
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
sudo su && git clone git://git.code.sf.net/u/mstowe/winexe u-mstowe-winexe && cd u-mstowe-winexe/source && apt-get -y install python2.7 gcc-mingw-w64 libtevent-dev samba-dev && ln -s /usr/lib/x86_64-linux-gnu/samba/libcli-ldap.so.0 /usr/lib/x86_64-linux-gnu/samba/libcli-ldap-samba4.so.0 ; ln -s /usr/lib/x86_64-linux-gnu/samba/libdcerpc-samba.so.0 /usr/lib/x86_64-linux-gnu/samba/libdcerpc-samba-samba4.so.0 ; ln -s /usr/lib/x86_64-linux-gnu/samba/liberrors.so.0 /usr/lib/x86_64-linux-gnu/samba/liberrors-samba4.so.0 ; ./waf configure build && build/winexe --help |
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
#!/usr/bin/env bash | |
sudo su | |
curl -SO# https://popcorntime.sh/download/build/Popcorn-Time-0.3.9-Linux-64.tar.xz | |
mkdir -p /opt/popcorntime | |
tar xf Popcorn-Time-0.3.9-Linux-64.tar.xz -C /opt/popcorntime | |
curl -SO# http://freemobileapk.com/wp-content/uploads/2014/09/com_nostracasa_android_popcorntimegame.png | |
mv com_nostracasa_android_popcorntimegame.png /opt/popcorntime/ | |
curl -SO# https://gist.githubusercontent.com/Rambou/3a560d99bdf234a94e08693bc60b972f/raw/6880fd89d2b8fbee9bb6c9796fe4f70a7be158b5/popcorntime.desktop/popcorntime.desktop | |
mv popcorntime.desktop /usr/share/applications/ |
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
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html;charset=utf-8" /> | |
</head> | |
<body> | |
<?php | |
$ldap_server = "ldap://zeus.aegean.gr"; | |
$ldap_dn = "dc=aegean,dc=gr"; // dn for your organization | |
$ldap_domain = "aegean"; | |
$ldap_username = 'ACADEMIC_USERNAME'; |
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
TITLE Hotspot Creator | |
netsh wlan set hostednetwork mode=allow ssid=Rambou key=password | |
netsh wlan start hostednetwork | |
ECHO "Hotspot with SSID Rambou and Password=password Started" | |
PAUSE |
NewerOlder