This file contains hidden or 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
| @echo off | |
| rem | |
| rem **************************************************************************** | |
| rem | |
| rem Copyright (c) Microsoft Corporation. All rights reserved. | |
| rem This code is licensed under the Microsoft Public License. | |
| rem THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF | |
| rem ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY | |
| rem IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR | |
| rem PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. |
This file contains hidden or 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
| # install programs | |
| Update-ExecutionPolicy Unrestricted | |
| Set-WindowsExplorerOptions -EnableShowFileExtensions | |
| choco install PsGet -force | |
| Import-Module PsGet | |
| Install-Module -ModuleUrl https://gist.githubusercontent.com/alexanderfloh/cdd2f1cc24f1a4a823aa/raw/de08481eff702a074cc682abf54ca038b14d4e36/mount.iso.psm1 |
This file contains hidden or 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
| me@ubuntu:/opt/blu/meshblu/node_modules/mosca/node_modules/zmq$ node-gyp rebuild | |
| gyp info it worked if it ends with ok | |
| gyp info using [email protected] | |
| gyp info using [email protected] | linux | x64 | |
| gyp info spawn python2 | |
| gyp info spawn args [ '/usr/lib/node_modules/node-gyp/gyp/gyp_main.py', | |
| gyp info spawn args 'binding.gyp', | |
| gyp info spawn args '-f', | |
| gyp info spawn args 'make', | |
| gyp info spawn args '-I', |
This file contains hidden or 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
| #deb http://kambing.ui.ac.id/ubuntu/ trusty main restricted universe multiverse | |
| #deb http://kambing.ui.ac.id/ubuntu/ trusty-updates main restricted universe multiverse | |
| #deb http://kambing.ui.ac.id/ubuntu/ trusty-security main restricted universe multiverse | |
| #deb http://kambing.ui.ac.id/ubuntu/ trusty-backports main restricted universe multiverse | |
| #deb http://kambing.ui.ac.id/ubuntu/ trusty-proposed main restricted universe multiverse | |
| deb http://dl2.foss-id.web.id/ubuntu/ trusty main restricted universe multiverse | |
| deb http://dl2.foss-id.web.id/ubuntu/ trusty-updates main restricted universe multiverse | |
| deb http://dl2.foss-id.web.id/ubuntu/ trusty-security main restricted universe multiverse | |
| deb http://dl2.foss-id.web.id/ubuntu/ trusty-backports main restricted universe multiverse |
This file contains hidden or 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
| #!/bin/bash | |
| apt-get install mc htop git unzip wget curl aria2c -y | |
| echo | |
| echo "=====================================================" | |
| echo " WELCOME" | |
| echo "=====================================================" | |
| echo | |
| echo "Hub" |
This file contains hidden or 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 hidden or 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
| #!/bin/bash | |
| echo | |
| java -version | |
| update-alternatives --display java | |
| javac -version | |
| update-alternatives --display javac | |
| echo | |
This file contains hidden or 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
| -- src: http://blog.falafel.com/t-sql-drop-all-objects-in-a-sql-server-database | |
| declare @stmt nvarchar(max) | |
| -- procedures | |
| select top 1 @stmt = isnull( @stmt + ' | |
| ', '' ) + 'drop procedure ' + quotename(schema_name(schema_id)) + '.' + quotename(name) | |
| from sys.procedures | |
| -- check constraints | |
| select top 1 @stmt = isnull( @stmt + ' |
This file contains hidden or 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
| /******************************************************** | |
| COPYRIGHTS http://www.ranjithk.com | |
| Link http://ranjithk.com/2010/01/31/script-to-drop-all-objects-of-a-schema/ | |
| *********************************************************/ | |
| CREATE PROCEDURE CleanUpSchema | |
| ( | |
| @SchemaName varchar(100) | |
| ,@WorkTest char(1) = 'w' -- use 'w' to work and 't' to print | |
| ) | |
| AS |
This file contains hidden or 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
| Alhamdulillah menu sahur dan buka puasa selama dua minggu sdh selesai kami buat | |
| Hari 1: Iga penyet | |
| Hari 2: Kari ayam GB | |
| Hari 3: Soto koya | |
| Hari 4: Sate | |
| Hari 5: Rendang pedas | |
| Hari 6: Empal gentong | |
| Hari 7: Soto betawi | |
| Hari 8: Ikan Cakalang |