Jumping To Ubuntu At Work For Non-Linux Geeks
twigles writes "I'm a network engineer, meaning I spend my days dealing with things like selective route advertisements, peering, and traffic engineering; I'm not a Linux admin or developer. About 6 months ago I finally got fed up enough with my experience on Windows XP to jump ship to Ubuntu 8.04, despite not having much Linux experience, particularly on the desktop. Read my ramblings for an engineer's take on taking what can be a pretty intimidating plunge for us Linux noobcakes."
Repeat after me, you are not an engineer.
Until you go through the same hell in college that degreed mechanical/electrical/aero/civil engineers go through in college and have a chance to obtain a PE, you are not an engineer.
Submit an article. Get people to view your hair style. Profit ??
From TFA: "Also, there's no SCP or SFTP feature that I can find comparable to SecureCRT."
I don't know what SecureCRT is like, but you can use the file manager as SFTP client and bookmark pages if you want to. Or you can install Filezilla (the new version can handle SFTP also). Not sure what version comes with Ubuntu 8.04.
For password management try using KeePassX http://www.keepassx.org/
It's free and cross platform.
Hello sir,
I think i read that KeepPassX can be used in Linux and Windows,
using the same repository.
Check it out!
Cheers
I ain't a fan of Linux but even I can do more than this dufus.
The only things he told us that he ran on virtualized Windows were Microsoft Visio and the password manager. With a viable alternative to Visio, he might not have been tempted to set up virtualized Windows in the first place. What would you have used to replace Visio?
Dia is fine if he is creating a non-shared, vanilla, block diagram illustration. If he needs to work with existing Visio diagrams already on the main file server, or use templates provided by vendors like HP and Cisco, he doesn't have a recourse.
You didn't hear the Whooooooosh!! flying past you?
I suggest buying these two products:
The open source equivalences require you to build our own databases (by reading lots and lots of Slashdot), which takes too long. These two proprietary products allows you to gain Humor and Common Sense capabilities instantly.
It's so much easier to just mount the remote dir with fuse, that to use any client.
sudo apt-get install sshfs
sshfs user@host:dir/ dest/
And you're done. Use the normal file handler after that.
Don't want to type in passwords? Use ssh-keygen and ssh-add. Don't wanna type in the mount line? Just put them all in a bash script and mount them all first time you log in. Or get the old ones with 'history | grep sshfs' and tun it by typing in the number in front of the command after an exclamation mark, like so: '!679'
We almost got roped into exchange at my job but I made them go with Zimbra. Zimbra acts like Exchange and windows users can't really tell the difference when using outlook. Now the windows people are happy and the Linux people are happy.
I think if we got an Exchange server it would have eventually sucked the whole company's IT infrastructure into Microsoft proprietary only. If there's one thing you can do at a new startup to save money it's to avoid MS Exchange and go with Zimbra. That's because once the camel's nose is under the tent the whole IT infrastructure gets sucked into the MS black hole and you're paying the yearly Microsoft tax on every component of your IT infrastructure. Zimbra helps limit the bottom line damage that the obligatory windows licenses create.
I tried to seriously use Dia once.
I had designed and implemented a web service, and the IT department wanted a diagram showing how it all worked. Being a Linux guy, using Ubuntu for my daily work, naturally I reached for Dia and tried to use it.
I found it was horrible. Years previously, I had used Visio once to do a similar diagram, and it was easy; I figured it would be equally easy in Dia. But it wasn't. I don't remember all the details, so I can't offer any specifics right now, but overall I was stunned by how unusable it was.
I wound up writing a text-based flow description that read like a flowchart, and the documentation guy in the IT department said it was good enough that he could use Visio to make the diagram. And that was the last time I tried to use Dia. This was about six months ago.
Firefox is way better than IE. I'd much rather use Evolution than Outlook. My Ubuntu desktop is smoother and prettier and nicer than a Windows desktop. I'm no Windows fanboi... but Dia does not cut it as a replacement for Visio.
I saw in other comments that the vector drawing features in OpenOffice.org are pretty good. I hope so; I never want to use Dia again unless it is seriously improved, but I also don't want to use Visio, because I'd rather work in Linux.
Or, compile yourself and install via checkinstall. I'd think if you were halfways aware of how to administrate a Linux system, you already know how to compile a tarball. Checkinstall builds the package, .deb or .rpm, and installs it for you. Then, you can add the package to your local repository.
Understanding the scope of the problem is the first step on the path to true panic.
Last Friday I stumbled over a project that seems to fit that requirement perfectly.
I'll just cite the site's intro:
andLinux is a complete Ubuntu Linux system running seamlessly in Windows 2000 based systems (2000, XP, 2003, Vista; 32-bit versions only). This project was started for Dynamism for the GP2X community, but its userbase far exceeds its original design. andLinux is free and will remain so, but donations are greatly needed.
And some more: ;-)
You will get:
* a fully functional Linux system, however without the usual desktop (you've already got one from Windows)
* a second panel (e.g. at the top of your Windows desktop) or a second start menu (in the system tray next to the clock), from which you can start Linux applications
* Linux applications and Windows applications can be used simultaneously and you can cut and paste text between them
* apt / Synaptic to install further applications
You will NOT get:
* another desktop
* the bench of applications that usually ship with Linux distributions (you have to fetch whatever you want)
* trouble with further drivers
Limitations
* Security warning: It is recommended to use andLinux only on single-user-PCs or in a trustworthy environment because the communication with the X-Server and the launcher is not secured, i.e., every user who can login to Windows can access andLinux.
* andLinux is not suitable for high-performance realtime graphics such as required by most 3D games. Although some users managed to get openGL applications to work on recent hardware, you will most probably experience problems doing so.
* If you have a multi-core CPU, you will only be able to use one of these cores for andLinux (due to technological limitations, as all andLinux processes are encapsulated in one Windows process).
See http://www.andlinux.org/
I haven't tested it yet but I think I will install it shortly.
Cheers.