Posted in 12 June 2009 ¬ 23:40h.John
Here’s a useful guide for some IT people that are getting into Linux, and more specifically Ubuntu.
Basically, it’s a reference for Windows users to do Linux-type commands. I’ll be adding to this post as time goes on.
Shell Commands
sudo -i set the command shell to have root privileges
Networking Commands
ifconfig shows network information (ipconfig in Windows)
ifdown eth0 [...]
Read the rest of this entry »
Posted in 3 January 2009 ¬ 21:24h.John
One of the thing that differs VirtualBox from Microsoft’s Virtual PC is that VB puts guest on a subnet of the computer that you are working on. This means that it cannot be directly accessed from other computers on your network.
To enable access, you need to configure your computer to allow ports to be forwarded [...]
Read the rest of this entry »
Posted in 3 January 2009 ¬ 21:07h.John
I had a little trouble running Ubuntu server on VirtualBox today.
Thankfully the answer was easily found at Installing Ubuntu 8.04 server on VirtualBox « {S.A.Z.W.Q.A}.
All you need to do to get Ubuntu server firing up is to open the settings screen for your virtual machine, and then tick the Enable PAE/NX box.
Click OK and fire [...]
Read the rest of this entry »
Posted in 3 January 2009 ¬ 20:19h.John
I’ve grown quite fond of vim over the past couple of weeks. After learning and re-learning the shortcut keys, I think that I’m finally on my way to knowing what the hell I am doing!
Anyway, after working on it – I’ve found gVim to be great.
To install, just run:
sudo apt-get install vim-full
This includes syntax highlighting [...]
Read the rest of this entry »
Posted in 2 January 2009 ¬ 10:14h.John
One of the cool things I’ve been doing lately is using secure shell to mount remote file systems. The great thing about this method is that you’re not dependant of explicitly creating shares as you are in Samba, and you don’t have to rely on repeated scp commands.
As long as you have the sshfs package [...]
Read the rest of this entry »
Posted in 18 September 2008 ¬ 22:20h.John
Christ.
I was working and playing with some settings on an Alfresco server to try and harden it security-wise. BIG mistake. I couldn’t get the bugger to start up afterwards. With other work commitments in the way, it’s been down for about a day now. I’ve tried downloading the BETA of Alfresco Labs and read various [...]
Read the rest of this entry »