Code Monkey home page Code Monkey logo

kdlearn's Introduction

KDLearn

Welcome to the main repository for the Koding University. Here you can contribute guides/how-to's that will help users of Koding. A public version of this repo is viewable here.

If you're looking to contribute to Learn please see the contributor's guide. If you're looking to extend the framework's functionality, look here.

kdlearn's People

Contributors

alvinwan avatar bill-auger avatar bvallelunga avatar coac avatar darryldias avatar dehli avatar dpatou avatar duythien avatar federicoponzi avatar gmihalik avatar gniting avatar hoshiko86 avatar jaimechavarriaga avatar joeneldeasis avatar jp0d avatar kylebarney avatar leventyalcin avatar minimusubi avatar niklp avatar p1xt avatar ronaldb avatar santo007 avatar sergiubutnarasu avatar shridattz avatar sinan avatar stefanbc avatar tariqbuilds avatar tusharmath avatar vrjdev avatar wh0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kdlearn's Issues

Getting started c/c++ guide

In http://www.koding.com/docs/getting-started-c-cpp, the example code, (as seen on chrome on my chromebook, at least), does not have any file target after "#include", and my attempt failed until I included "<"stdio.h">" afterwards. Those "<" may be the culprit, perhaps, especially since they dont show on the preview here, either (without the extraquotes)?
copied from page
"

include

void main(){
printf("Hello world\n");
}
"

updating your VM

https://learn.koding.com/guides/upgrading-your-vm/

First you should always run apt-get update to update the repository indexes.

Then, In the description of apt-get you say that you use apt-get dist-upgrade to upgrade ubuntu files like the kernel and apt-get upgrade to upgrade packages. This is a common misunderstanding due to a badly named option for apt-get. However the man page explains it correctly:

dist-upgrade
dist-upgrade in addition to performing the function of upgrade, also intelligently handles
changing dependencies with new versions of packages; apt-get has a "smart" conflict resolution
system, and it will attempt to upgrade the most important packages at the expense of less important
ones if necessary. The dist-upgrade command may therefore remove some packages. The
/etc/apt/sources.list file contains a list of locations from which to retrieve desired package files. See
also apt_preferences(5) for a mechanism for overriding the general settings for individual packages.

IMO, you should ALWAYS use apt-get dist-upgrade or you risk not upgrading a dependency and wondering why the new version of an app is crashing.

Next, you should always reboot after updating your system.

And finally, after the reboot run apt-get autoclean to get rid of old packages that may now be orphaned (ie if the new version of some package you want is no longer dependent on a particular package that only it was using, get rid of that package)

So, in summary, my recommended sequence of updating your VM is:

sudo apt-get update
sudo apt-get dist-upgrade
sudo reboot

wait for the reboot

sudo apt-get autoclean

A guide on setting up Mojolicious on Koding

I tried setting http://mojolicio.us with the sample app they provide, it works fine on my workstation but on Koding it doesn't. I don't get where's the issue, can someone put a guide for that? If I am able to solve this, I'll post the guide and close this issue, till then, keep this open.

possible update in write permission for wordpress

Hi, I'm not a command line expert or even linux user. But after installing wordpress and following this guide it wasn't allowing me to upload anything to wordpress (no themes, no images, nothing), even though I did run the command:

sudo chown -R :www-data wp-content/uploads

so after an extensive day of googling I ended up running these two other commands in the terminal @ Koding, which are quite similar :

sudo chown -R www-data:www-data /var/www/wordpress/wp-content/uploads
sudo chmod -R 755 /var/www/wordpress/wp-content/uploads

and that solved it. I'm not 100% sure what these commands do (as I said Im no terminal or experienced user) but Im writing this in case there needs to be and update for this guide, by an experienced user. Adding maybe one of these commands and prevent future users with issues have this solved.

ssh feature removed, now directed to use the Secure Shell App

Deep into Step three, we are told to use the limited console that comes up with the combo CTRL-ALT-T, with command ssh.

But my Chromebook is telling me that "that feature has been removed"

screenshot 2015-10-04 at 23 09 59

I'm looking to work through the process using the Secure Shell official app. It looks like:

screenshot 2015-10-04 at 23 12 28

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.