473,626 Members | 3,210 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Linux Software Questions

nathj
938 Recognized Expert Contributor
Hi there,

I thought I'd start this discussion in the Cafe/Lounge as it's not really work related at this stage.

I've recently installed Linux Ubuntu on my laptop as dual boot option. This is great and frankly I love it.

There are only 2 things holding me back from using this in preference to Windows:

1. VPN
2. Development IDE

VPN
My company runs a VPN from a Windows server in head office and I connect to that from Windows Vista. If I could connect to the VPN from Linux then I would have access to all the files I need.

Does anyone know of an y easy way to set this up? I've tried a few guides on-line but can't seem to find what they are talking about. I'm using Ubuntu 8.10

Development IDE
Currently I use AceHTML Pro on my Windows machine and I really like it. It's a fairly standard development environment and has all the usual bells and whistles - but no wysiwyg editor (I don't like them anyway). What I need for Linux is something similar that is free. If this was able to connect to MySQL databases as well then even better but two tools would be fine. For the DB connections I currently use Navicat for cases where the host doesn't provide PHPMyAdmin.

Okay, so those are the questions, I'd appreciate any help on this as I am growing increasingly frustrated with Windows.

Cheers
nathj
Nov 14 '08 #1
15 2821
Dormilich
8,658 Recognized Expert Moderator Expert
If I do coding on my xubuntu machine I use bluefish editor, but since I do most stuff on my mac I didn't dive much into its features. at least you can paint the bells and whistles to your liking....

regards
Nov 14 '08 #2
Markus
6,050 Recognized Expert Expert
Diff question: does Mac software work on Linux?
Nov 14 '08 #3
drhowarddrfine
7,435 Recognized Expert Expert
There are many editors such as the above mentioned BlueFish, Nvu, Aptana, Eclipse, Anjuta, NetBeans and others. I'm not familiar with the one you mention. Most developers use vim or emacs.

There are others and of course they are all free.

VPN works on Ubuntu but you may want to search Linux forums and not just Ubuntu forums/documentation.
Nov 14 '08 #4
NeoPa
32,567 Recognized Expert Moderator MVP
Nathj,

I've moved this to the Linux / Unix / BSD forum as the cafe is not for technical discussions at all.

You may benefit from posting separate questions in their own threads in future. Your choice really, but it may get better coverage as experts will be able to see what the question is about and whether or not they can help.
Nov 14 '08 #5
nathj
938 Recognized Expert Contributor
Nathj,

I've moved this to the Linux / Unix / BSD forum as the cafe is not for technical discussions at all.

You may benefit from posting separate questions in their own threads in future. Your choice really, but it may get better coverage as experts will be able to see what the question is about and whether or not they can help.
Cheers,

I posted here initially because I thought it was more of an off-topic discussion, but I see you are right, so thanks for moving it.

nathj
Nov 14 '08 #6
jhardman
3,406 Recognized Expert Specialist
Diff question: does Mac software work on Linux?
Some does, it depends really. At the heart it all should since OSX is really a fancy UI over unix, and certainly OSX can run a whole heckuva lot of unix programs.

someone here recommended I try TextWrangler on my mac, from memory it is a Unix program - might work for you.

Jared
Nov 14 '08 #7
Nepomuk
3,112 Recognized Expert Specialist
Hi nathj! Let's see, if I can help with any of your Ubuntu VPN question. :-)
VPN
My company runs a VPN from a Windows server in head office and I connect to that from Windows Vista. If I could connect to the VPN from Linux then I would have access to all the files I need.

Does anyone know of an y easy way to set this up? I've tried a few guides on-line but can't seem to find what they are talking about. I'm using Ubuntu 8.10
I use VPN with my Xubuntu 8.04 Laptop (haven't switched to 8.10 yet, but will do so soon) and it's no problem at all.

You may have seen the Network-Manager - it allows you to choose a WiFi network for example. You can set this up to make VPN connections too!

You'll need to install the following packages (e.g. with apt-get, aptitude or synaptic):
  • network-manager-pptp (for Windows VPN-Access)
  • network-manager-openvpn (for OpenVPN-Access)
  • nscd (needed for the OpenVPN-Plugin)
  • network-manager-vpnc (for Cisco VPN-Access)
(Note: all of those packages are in the universe repository - if that's deactivated, you'll have to enable it. (For example you can do that in Synaptic -> Settings -> Package sources -> choose "universe")

When those packages are installed, you should be able to click on the network-manager symbol and choose
VPN-Connections -> configure VPN -> Add -> follow the instructions
Some does, it depends really. At the heart it all should since OSX is really a fancy UI over unix, and certainly OSX can run a whole heckuva lot of unix programs.
Ah, now there you are mistaken. Yes, OS X is unix. But Apple created loads and loads of libraries of their own, which are proprietary. So, to use Mac software on other platforms, these libraries have to be reverse engineered.

You're right, that theoretically that would be much easier than doing so for Windows software (as the Wine Project does), but I know of no big project that has such a goal.

The other way round of course, Linux is open source, so it's easy to port the libraries to OS X.

So, in most cases the answer is: No, you won't be able to run Mac software on Linux. There might be exceptions, but at the moment, that's it. Sorry.

Greetings,
Nepomuk
Nov 14 '08 #8
nathj
938 Recognized Expert Contributor
Hi nathj! Let's see, if I can help with any of your Ubuntu VPN question. :-)
I use VPN with my Xubuntu 8.04 Laptop (haven't switched to 8.10 yet, but will do so soon) and it's no problem at all.

You may have seen the Network-Manager - it allows you to choose a WiFi network for example. You can set this up to make VPN connections too!

You'll need to install the following packages (e.g. with apt-get, aptitude or synaptic):
  • network-manager-pptp (for Windows VPN-Access)
  • network-manager-openvpn (for OpenVPN-Access)
  • nscd (needed for the OpenVPN-Plugin)
  • network-manager-vpnc (for Cisco VPN-Access)
(Note: all of those packages are in the universe repository - if that's deactivated, you'll have to enable it. (For example you can do that in Synaptic -> Settings -> Package sources -> choose "universe")

When those packages are installed, you should be able to click on the network-manager symbol and choose
VPN-Connections -> configure VPN -> Add -> follow the instructions
Greetings,
Nepomuk
Nepomuk,

Thank you for your help. I've installed all those packages no problems at all. The trouble I have no is that when I set up a VPN using pptp I get the message that it could not connect because there were no VPN secrets.

This all sounds a bit mysterious to me - is there some sort of inner-circle secret handshake I don't know about?

The VPN for work runs fine under Windows, perhaps I need to get some more information from there and add that in, but that was all set up for me and I've no real idea what I'm looking for.

Many thanks
nathj
Nov 17 '08 #9
Nepomuk
3,112 Recognized Expert Specialist
With VPN, you (can) have a gateway, a network name, a general password, a username and a user password.
That it can't find the "secret" means, that it doesn't know the general password. You'll have to get that from the VPN admin and then enter it where it says "group password" or something like that.

Greetings,
Nepomuk
Nov 17 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

21
2077
by: Travis 'Bailo' Bickel | last post by:
Lately, I have been having a bear of a time trying to acquire a Linux driver for my S3/ProSavage chipset -- but that quest is now almost at an end as I have located a noble band of people who are pushing the envelop with S3 and Savage chipset drivers! Though my quest might sound like food for trolls to mock Linux -- hear me out. I think I have discovered part of the message of the new Linux economy. Many of us have criticized the...
383
12061
by: John Bailo | last post by:
The war of the OSes was won a long time ago. Unix has always been, and will continue to be, the Server OS in the form of Linux. Microsoft struggled mightily to win that battle -- creating a poor man's DBMS, a broken email server and various other /application/ servers to try and crack the Internet and IS markets. In the case where they didn't spend their own money to get companies to
1
4073
by: mairhtin o'feannag | last post by:
Hello, After reading the fine article on the Stinger enhancements for Linux, I have two questions. First, our application is in essence a warehouse, with 100-400 million rows for various tables. Having said that, the AIO enhancements seem to be geared to an OLTP environment. Our environment is that we load MASSIVE amounts of data every couple of months, and then run various queries against this massive influx. Seems to me that our...
4
2400
by: Bonj | last post by:
Hi What is a good C/C++ compiler for a 64-bit linux system? I'm thinking of building a new PC and want to put an AMD64 in it. Since I've already got one windows PC, windows isn't free, and isn't even past beta in 64-bit, I thought I'd go for a fedora linux box. But I've no idea what compiler to use - presumably it'd be gcc, but which? Do I need cygwin or anything if I'm on linux, or does gcc "just work" on linux because it's its native...
4
1587
by: Jonah Olsson | last post by:
Dear All, I'm currently developing a solution where large amounts of personalised emails are being created (and no, this is not spam...) on the ASP.NET platform and being delivered by a Debian Linux server running Qmail and mySQL. Currently the .NET application just connects to the SMTP-port on the Linux server and sends each mail one by one. This creates an awful lot of traffic and isn't really a good way of handling >100.000...
1
11284
Nepomuk
by: Nepomuk | last post by:
You might have heard about Linux, but you don't know what it is? Or you know a few things about it, but they terrify you? Well, then this article is for you. Don't be afraid - Everyone can use Linux! Part 1: What is Linux and why should I use it? Linux is an Operating System (short: OS). OK, so what is an OS? Let me explain: Nearly everybody knows Windows. But what exactly does it actually do? Windows is an example for a OS and one of it's...
0
8196
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8637
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7193
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6125
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5574
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4197
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2625
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1808
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1511
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.