Skip to content

Instantly share code, notes, and snippets.

View ataliba's full-sized avatar
🎯
Focusing

cybernetus@xda ataliba

🎯
Focusing
View GitHub Profile
### Keybase proof
I hereby claim:
* I am ataliba on github.
* I am cybernetus (https://keybase.io/cybernetus) on keybase.
* I have a public key whose fingerprint is 7188 C5A7 8798 1EB5 3EFD 2A3E F235 8449 7999 C381
To claim this, I am signing this object:
And finally, I am proving ownership of the github account by posting this as a gist.
### My publicly-auditable identity:
https://keybase.io/cybernetus
### From the command line:
Consider the [keybase command line program](https://keybase.io/download).

Keybase proof

I hereby claim:

  • I am ataliba on github.
  • I am cybernetus (https://keybase.io/cybernetus) on keybase.
  • I have a public key whose fingerprint is 71E1 16F6 2B17 DF3A 39EC C8DE A4A6 A10D 60D8 0774

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am ataliba on github.
  • I am cybernetus (https://keybase.io/cybernetus) on keybase.
  • I have a public key whose fingerprint is 904A 79E0 D8DC 704D 1EF1 BC86 3AF9 FA8D 5940 55A3

To claim this, I am signing this object:

#!/bin/sh
echo "Installing Vmware Tools on your system ... "
yum -y install perl
mkdir /mnt/cdrom
mount /dev/cdrom /mnt/cdrom
cp /mnt/cdrom/VMwareTools-*.tar.gz /tmp
umount /mnt/cdrom
tar -zxf /tmp/VMwareTools-*.tar.gz -C /tmp
#!/system/bin/sh
sleep 60
PPID=$(pidof com.estrongs.android.safer)
renice -17 $PPID
#!/system/bin/sh
sleep 60
PPID=$(pidof com.estrongs.android.safer)
echo "-17" > /proc/$PPID/oom_adj
/* Configuration */
// Domain name to connect to for XMPP.
var defaultDomain = 'chat.ataliba.net'
// Address of the XMPP MUC server.
var defaultConferenceServer = 'conference.chat.ataliba.net'
// BOSH is served over an HTTPS proxy for better security and availability.
var defaultBOSH = 'https://chat.ataliba.net/http-bind/'
%% Hostname
{hosts, ["chat.ataliba.net"]}.
%% Logging
{loglevel, 0}.
{listen,
[
{5222, ejabberd_c2s, [
{access, c2s},
server {
listen 80;
listen [::]:80 default ipv6only=on;
server_name chat.ataliba.net;
rewrite ^ https://$server_name$request_uri? permanent;
add_header Strict-Transport-Security max-age=31536000;
location / {