Skip to main content

Home/ Coders/ Group items tagged ubuntu

Rss Feed Group items tagged

1More

How to: Mount a SFTP Folder (SSH + FTP) on Ubuntu Linux using SSHFS & Fuse « ... - 0 views

  • Purpose: to mount a remote directory on my local Ubuntu Linux Desktop system using SFTP (which is SSH in an FTP-like fashion). The goal is to easily gain access to a remote system’s files through another folder on my desktop. Debina/Ubuntu allows you to easily mount SSH folders via the GUI, however, these mounts won’t show up in the terminal (and in some programs). I used sshfs to accomplish this.
1More

Download - Ubuntu Pocket Guide and Reference - 0 views

  •  
    The PDF Edition of Ubuntu Pocket Guide and Reference is available entirely free of charge. It is practically identical to the Print Edition. You can download it by clicking the links below. Over 250,000 people already have!

sac shopping longchamp pas cher Les - 0 views

started by longchamppas on 17 Aug 15 no follow-up yet

sac longchamp pas cher Les - 0 views

started by longchamppas on 18 Aug 15 no follow-up yet
1More

askapache Portable Vimrc with 256 Colorscheme - 0 views

  •  
    « This is 90% geared for purely console/terminal/pty/tty/ssh/putty/telnet/tmux/screen users. I've only just the past couple years started understanding why it was key to learn vim, in the past I never had the patience for it and preferred nano-like editors. Now vim is all I use when on linux, it's so much more productive.. especially with a customized vimrc file. This doesn't require a git checkout, a vim update, a bash update, an OS update, a plugin. No. This is a single file that I use on Arch Linux, NetBSD, FreeBSD, OpenBSD, Debian, Ubuntu, Cent OS, Red Hat, and that's it so far. This is geared for users who use SSH more than anything else. Of course, it works perfect on an X enabled box locally as well. »
3More

Emacs, TRAMP, Ubuntu « What You're Doing Is Rather Desperate - 2 views

  • edit your ~/.emacs to include the line: (setq tramp-default-method "ssh")
  •  
    Remote editing with ssh - no need to tunnel X11 over ssh. This reminds me of a question that puzzles me: for those of us that use multiple machines, is there a failsafe way to have a master .emacs file for them all? Where do folks store it? On a web server, ftp, NFS directory, a favourite home directory, or a USB stick? Is there a low effort way to sync it: rsync, unison, a custom shell or Emacs lisp script, or a manual scp?
  •  
    Remote editing with ssh - no need to tunnel X11 over ssh, or cope without your window manager. This reminds me of a question that puzzles me: for those of us that use multiple machines, is there a failsafe way to have a master .emacs file for them all? Where do folks store it? On a web server, ftp, NFS directory, a favourite home directory, or a USB stick? Is there a low effort way to sync it: rsync, unison, a custom shell or Emacs lisp script, or a manual scp?
2More

imm.io - miseajourordi.png ^^, 2011-10-26 - 1 views

  •  
    On OS automatic updates : Mac vs Linux vs Windows :- ]
  •  
    After changing from ubuntu linux to mac, I actually find the mac updates more onerous than in ubuntu. I have to restart my computer? Because the software changed? Also I need a credit card to update software that's from the app store?
1More

ownCloud › Wiki › ubuntuusers.de - 0 views

  • Bei der Migration auf Version 5 kann es vorkommen, dass OwnCloud diese Nachricht anzeigt, aber nichts macht (Bugreport ). Um weiter arbeiten zu können, muss man die Datei config/config.php im ownCloud-Verzeichnis bearbeiten und den Wert "maintanance" auf "false" ändern.
12More

Deploying node.js on Amazon EC2 | The Carbon Emitter - 0 views

  • sudo apt-get update
  • sudo apt-get upgrade -y
  • sudo apt-get install build-essential libssh-dev git-core -y
  • ...9 more annotations...
  • wget http://nodejs.org/dist/node-v0.4.11.tar.gz
  • tar zxf node-v0.4.11.tar.gz
  • cd node-v0.4.11
  • ./configure
  • sudo make install
  • curl http://npmjs.org/install.sh | sudo sh
  • source 'http://rubygems.org' gem 'capistrano' gem 'capistrano-ext' gem 'bluepill'
  • load 'deploy' if respond_to?(:namespace) # cap2 differentiator load 'config/deploy' # remove this line to skip loading any of the default tasks
  • set :stages, %w(acceptance production) require 'capistrano/ext/multistage' set :application, "node" set :user, "ubuntu" set :host, "ec2-127-0-0-1.compute-1.amazonaws.com" set :deploy_to, "/var/www/node" set :use_sudo, true set :scm, :git
1 - 12 of 12
Showing 20 items per page