Search results

  1. T

    Solved Single SSH Session

    Thank you everyone, I ended up going with sysutils/screen. Will look into net/mosh & sysutils/tmux later down the road.
  2. T

    Solved Single SSH Session

    Hi, I was wondering if anyone knows how to make SSH work so whenever I log out and log back in, SSH will load up the previous session that was running instead of re-creating a new one? Thanks!
  3. T

    HOWTO: VirtualBox Folder Sharing (OS X Host, FreeBSD Guest)

    Re: HOWTO: VirtualBox Folder Sharing (OS X Host, FreeBSD Gue Thank you for this tutorial!
  4. T

    HOWTO: Build a Jailed Git Repository

    Addendum Client Xcode + Git Integration Now that you have your server running from this tutorial, to integrate it with Xcode 5.x.x++, do the following. 1) Load up Xcode 2) Go to "Preferences" 3) Go to "Accounts" 4) Click "+" (plus) add symbol. 5) Enter: git.your_domain.com/private/test-repo.git...
  5. T

    How to Compile Objective-C 2.0 code in FreeBSD using clang?

    Here are my steps to reproduce this problem I have attached a shell script file which basically sets you up and running for gnustep/libobjc2. Did I do anything wrong? #!/bin/sh portsnap fetch portsnap extract portsnap update #------------# # CLANG/LLVM # #------------# cd...
  6. T

    How to Compile Objective-C 2.0 code in FreeBSD using clang?

    Hi! I have the following files: example.m #import <Foundation/Foundation.h> int main( int argc, const char *argv[] ) { NSLog (@"First ObjC Program"); return 0; } GNUmakefile GNUSTEP_MAKEFILES=/usr/local/GNUstep/System/Library/Makefiles include $(GNUSTEP_MAKEFILES)/common.make...
  7. T

    Favorite programming language

    C and Objective-C.
  8. T

    Post robotic economy

    Try these... Hmmmmmm fair enough. Lets agree to disagree, I do not agree with you. Technocracy aside, heres one with less fangs, have a look at: http://www.thevenusproject.com/ Also, look up "zero growth" economics on google as its probably more in line with your line of thinking...
  9. T

    HOWTO: Get Phidgets working with FreeBSD

    HOWTO: Get Phidgets working with FreeBSD What are "Phidgets"? Phidgets are a set of user friendly building blocks for low cost USB sensing and control from your PC. Purpose The purpose of this HOWTO is to demonstrate how to setup phidgets to work with FreeBSD. The target audience for...
  10. T

    Your worst day as a FreeBSD user/administrator

    Trying to get a objective-c compiler working on freebsd FreeBSD.
  11. T

    Post robotic economy

    Read about this group: http://en.wikipedia.org/wiki/Technocracy_movement And visit: http://www.technocracy.ca/tiki-index.php
  12. T

    Cocotron on FreeBSD ?

    Hey guys and gals, Has anyone managed to compile objective-c code using Cocotron? I can't find any decent instructions pertaining to FreeBSD and I would be very interested reading on other developers experiences. If so, may you please share how you did it? Thank you kindly!
  13. T

    HOWTO: Build an Objective-C Continuos Integration Server on FreeBSD

    Addendum <Reserve for additional addendum information>
  14. T

    HOWTO: Build an Objective-C Continuos Integration Server on FreeBSD

    Objective-C CI Server Setup Objective-C CI Server Setup We are going to install GNUStep in our 'jenkins' folder. We will then build a simple program in Apple Xcode 4.xx and build it in our Jenkins CI server. Let's install 'GNUStep'. The following instructions where taken from this link...
  15. T

    HOWTO: Build an Objective-C Continuos Integration Server on FreeBSD

    Integrate the Git Jail with the Jenkins Jail Integrate the Git Jail with the Jenkins Jail The next series of steps will involve establishing a public-private key authentication between the two jails so the two servers may communicate with each other. [Jenkins Jail] Exit the git jail and...
  16. T

    HOWTO: Build an Objective-C Continuos Integration Server on FreeBSD

    Setup a Jailed Jenkins Server Setup a Jailed Jenkins Server 1) Pre-configuration: We must assign an IP address to our jail. Make sure the IP we assign won't become available to anyone else (make it static IP or limit DHCP IP range for clients.). Once we are ready, enter the following: echo...
  17. T

    HOWTO: Build an Objective-C Continuos Integration Server on FreeBSD

    Setup a Jailed Git Repository Setup a Jailed Git Repository This part explains how to setup a git repository in a jailed environment and make it interoperable with another 'jenkins' jail. Note, this section was written from this HOWTO. A) Pre-configuration: We must assign an IP address to...
  18. T

    HOWTO: Build an Objective-C Continuos Integration Server on FreeBSD

    HOWTO: Build an Objective-C Continuos Integration Server on FreeBSD Purpose: The purpose of this HOWTO is to explain how to build a continuos integration (CI) server that conforms to a jailed server architecture. The CI software we'll be using is /devel/jenkins, the repository we'll be using is...
  19. T

    HOWTO: Wireless WPA2-Enterprise Connection

    Thank you! I was about to post how to do this but you answered my question before I got a chance to ask! Thanks again!
  20. T

    HOWTO: Install GNUStep on FreeBSD & Compile Objective-C Code

    Thanks guys! I agree - I am wanting to port some Mac OS X code into FreeBSD and have been surprised at the lack of resources which is why I decided to write this. Sadly, I originally tried installing GNUStep from ports and it didn't work, I wasn't able to get it working with Clang either...
Back
Top