Browsing the archives for the Tech Industry News category.


Install Gnome on Ubuntu Server

Configuring Ubuntu, F.A.Q.'s, Fast Track, How To's, LAMP, Open Source, P.C. Linux, Tech Industry News, Ubuntu, Ubuntu Server

Here is an easy to use YouTube Video with code and instruction below:


YouTube view

Use the following command to install GUI

sudo apt-get update

sudo apt-get install ubuntu-desktop

If you wan to install a graphical desktop manager without some of the desktop addons like Evolution and OpenOffice, but continue to use the server flavor kernel use the following command

sudo aptitude install --no-install-recommends ubuntu-desktop

If you want to install light weight desktop install xfce using the following command

sudo apt-get install xubuntu-desktop

If you want to install KDE desktop use the following command

sudo apt-get install kubuntu-desktop

No Comments

Installing VMware Server 2 on Windows XP Professional in seven simple steps

Cools Mods, F.A.Q.'s, Fast Track, How To's, Tech Industry News, virtual machines, Virtualization

This guide will walk you through Installing VMware Server 2 on Windows XP Professional in seven simple steps.

To view larger images just click the picture.

Step One: Download VMware Server.

Step Two: Run the Installer and click next.

Step Three: Read license terms and if you agree select yes, then next.

Step Four: Choose your installation location and select next.

Step Five: Fill out your domain name or your machines netbios domain name if just using locally. also select your ports to access and the click next.

Step Six: Select which icons you want the installer to create.

Step Seven: This may very well be the most crucial step in installing VMware Server. Select “Install”.

When the installer is finished just click finish and restart your computer.

No Comments

Firewalling basic concepts….IPtables–WTF?

F.A.Q.'s, How To's, Open Source, P.C. Linux, Routers, Security, Tech Industry News, Ubuntu, Ubuntu Server

Basics of firewalls

Every new Linux user will at some point start wondering about installing a firewall. Eventually everyone also runs across the concept of iptables. Early on, one might not know what iptables means, or even have heard the term. This is quite a disappointing considering how important good iptables management is to tight security in a Linux networking environment.

I’m going to assume you’ve heard of a firewall and have some vague notion of what that means in relation to computers and networking. Just in case; a firewall basically provides and enforces rules for allowing or denying network access on specific ports, from or to specific networked computers. Most Windows users, think of Windows Firewall, ZoneAlarm, Norton Firewall, or what is refferred to as a “hardware firewall”, such as the many router appliances that can be purchased from a electronics vendor.

Windows Firewall and ZoneAlarm are sometimes called “software firewalls”, are in fact little different in concept from hardware firewalls. The biggest difference between the concept is the security that each provides. Because the software firewall is on the local system, it provides a reduced security potential: by the time unauthorized traffic touches the software firewall, it has already touched the system you’re trying to protect. That doesn’t mean you shouldn’t use them, however; it’s just an extra layer of security, and used properly it can enhance the overall security of your network. You should never, ever consider it a substitute for a separate hardware firewall.

Applications like the Windows Firewall and ZoneAlarm are really pretty low quality, as firewalls go. Even ZoneAlarm Pro is not that great as a firewall. Norton Firewall is better in some ways than the above, in that it is capable of providing better security, and worse in others, in that it is difficult to configure, hides much of what it’s doing even worse than ZoneAlarm, and in general has the potential to seriously mess things up without ever giving a hint to the user aside from “Oh, it’s probably Norton again.”

Ultimately, the major problem with all of these popular software firewalls on Windows systems is that they do not operate at a low enough level to provide really significant security. There are a couple of firewall applications for Windows that do provide a more fundamental firewalling capability, making use of Windows kernel socket APIs, but the Windows OS design and driver APIs provide for potential “leakage” that even these Windows socket-layer firewalls (such as the iSafer Winsock Firewall) can be worked around by a clever security cracker, depending on the sort of hardware you’re using for network connectivity, what drivers you’re using, and so on.

Ultimately, the problem with these Windows-based firewalls is that they’re software that sits on top of the OS trying to get the OS to relinquish control of network packet control earlier than it really wants to so that the traffic can be filtered effectively.

Free UNIX firewalls

Free versions of UNIX tend to have a much better packet filtering model. Linux, for instance, has the netfilter project, which works on kernel-integrated network traffic filtering. The management system for that, which handles filtering rules for netfilter to apply and enforce, is called iptables. The OpenBSD analog to iptables, meanwhile, is called pf, and there are a number of cited advantages and disadvantages to each in comparison to the other.

In any case, it happens that iptables and pf both work extremely well as firewalling systems. While I haven’t done an exhaustive survey, I’d say that probably at least half of the little hardware firewalls you run across in retail electronics outlets are in fact running a stripped-down embedded Linux kernel with netfilter, some running iptables and some running some wacky hybrid thing that replaces iptables just to make everything work differently somehow—probably to frustrate the efforts of people who would like to have more hands-on control of how the router/firewall appliance is working behind the scenes. Regardless, if you’ve used a store-bought router/firewall appliance, there’s a reasonable chance you’ve used something running iptables for firewalling, even if you’ve never installed Linux on anything.

Because of the open, modular design of Linux (and other free versions of UNIX, for that matter), kernel-integrated network packet filtering can be easily implemented and has improved over the years. This allows for a very close marriage of the firewalling capability of such OSes with the network interface itself, providing a basically impenetrable security model, in theory.

In theory, of course, theory and practice are the same; in practice, they are not. The security you can get from this security model, in practice, depends on your ability to effectively define firewall rules and the flexibility and functionality of the filtering rules management system—in this case, iptables.

There was a predecessor to iptables called ipchains. From what I’ve seen thus far, it looks like ipchains differed from iptables mostly in that it was a little more difficult to configure and manage, and in that it was stateless, whereas iptables is stateful. That means is that iptables can actually apply firewall rules based on the current state of network traffic: rules can exist that depend upon the amount of traffic you’re receiving on a specific port, for instance, rather than simply blocking or opening that port across the board. This makes iptables much, much more useful for ensuring system security than ipchains. Interestingly enough, ZoneAlarm is also stateful in a very limited fashion, but its statefulness is largely unconfigurable and the benefits of its stateful operation can be circumvented by automated scripting, if the person writing the scripts knows what he or she is doing.

Firewalls…..have a good day!

No Comments

How to share files and folders in Ubuntu Desktop

Configuring Ubuntu, F.A.Q.'s, How To's, P.C. Linux, Tech Industry News, Ubuntu, Ubuntu Server

This will teach you how to enable file sharing in ubuntu desktop, hopefully.

  1. Sharing files and folders across your network from your Ubuntu PC is every bit as easy as sharing files in Windows (arguably, it’s easier). Start by right-clicking the folder you want to share, and select Share Folder. If the services required to share files/folders aren’t installed, you’ll be prompted to install them.
  2. After clicking Install services they will automatically start to download and install.
  3. Once that has completed you’ll be presented with an options window. From here you can select the type of sharing (SMB or NFS), give the shared folder a name and decide if you want read-only access to the folder. Click OK when you’re done.
  4. If you right-click on your newly shared folder and select Properties and then the Emblems tab, you can give the folder a unique icon so you’ll know it’s shared.
  5. You can further modify the permissions of your shared folder by selecting the Permissions tab after right clicking.

To add a user to use the share:

  1. Now open a terminal in Ubuntu and enter the command:
    sudo smbpasswd -a username

This will add a user/pass for you to use.

YAY! we’re done!

No Comments

Ubuntu – Common Questions when Moving from Windows

F.A.Q.'s, How To's, Open Source, P.C. Linux, Tech Industry News, Ubuntu

Recently I upgraded my parent from Windows XP to Ubuntu. As many of you already know, even Dell now includes an option to have Ubuntu rather than Windows.

If you’ve recently upgraded a family member from Windows to Ubuntu please feel free to share your experience and offer any suggestions for FAQs/tutorials.

This is a guide on some common questions I have run into if you have any you would like to add just drop a comment or e-mail us.

Browser Related

1. How to change your Home Page in Firefox on Ubuntu

  • open firefox
  • Select Edit and then Preferences from the Firefox menu
  • Enter in the Homepage in the Homepage section and click CLOSE

Managing Files, Folders and Programs

1. How to rename a file or folder in Ubuntu

  • Right-click the file/folder you want to rename, and select Rename… from the menu.

or

  • If you prefer to use the keyboard more than the mouse, select the file you want to rename and hit the F2 key. The background will change (the cursor will be blinking) indicating that you can rename the file now. Hit enter when done.

2. How to create a desktop shortcut in Ubuntu

  • Navigate to the program you want to create a desktop shortcut for, select it by clicking on it once and while holding down the mouse button, drag it over to your desktop and let go.

3. How to resize pictures/images in Ubuntu

  • Start by locating the image you want to resize. Right-click it and select Open With -> Open with “GIMP Image Editor”.
  • In the main Gimp window (the one with your picture displayed) select Image from the top menu, and then Scale Image… from the drop-down list.
  • The Scale Image window will appear. The image dimensions (Width and Height) will be displayed in pixels.
  • If you’d like to resize your picture based on percentage, click the “up/down” arrows in the pixels menu and select percent.
  • Now use the up or down arrow(s) in the Width: box to increase or decrease the size of your picture. In the example below, I’ve decreased the size of the picture by 50%. Click the Scale button when you’re ready.
  • The picture will now shrink (assuming you opted to decrease its size).
  • If you want to permanently resize the picture, select File -> Save. If you want to save this resized picture but keep the original as it is, click File -> Save as…
  • Give your ‘new’ picture a name and click the Save button.
  • You’ll be asked what Quality you want the picture to be. The higher the quality, the larger the resulting file. I usually opt for somewhere around 95. Click OK when you’re done.
  • That’s it! You can now quit The Gimp by selecting File -> Quit.

Ubuntu “Look and Feel”

1. How to change your desktop background/wallpaper

  • Right-click in an empty space on your desktop and select Change Desktop Background from the pop-up menu.
  • The Desktop Background Preferences window will appear. From here you can opt for No Wallpaper, one of the defaults (Simple and Smooth Chocolate), set your own, or use a solid color. To set your own wallpaper, click the Add Wallpaper button.
  • Navigate to the folder that contains the picture you wish to use as your desktop background (wallpaper). Select it and then click Open.
  • That image will now appear as one of the wallpaper choices (and should already be selected). Click Finish and your new wallpaper will be set.

2. How to change the Ubuntu screensaver

  • To set (or change) a screen saver in Ubuntu, select System -> Preferences -> Screensaver.
  • The Screensaver Preferences window will appear.
  • Select a screensaver from the list in the left column. It will preview itself in the main Screensaver Preferences window.
  • After you’ve found one you like, just click the Close button. If you want to see what the screensaver will look like in “full screen” mode, click the Preview button directly underneath the column of screensavers. If you want to require a password (yours) to be entered to turn off the screensaver once it has become active, place a check in the box labeled Lock screen when screensaver is active.

3. How to change the Ubuntu theme

  • To change the Ubuntu Theme, select System -> Preferences -> Theme.
  • The Theme Preferences window will appear.
  • Select one that looks interesting to you, and Ubuntu will actually apply that theme right away.
  • When you’ve found one you like, just click the Close button. If you decide you actually prefer the default Theme, just click the Revert button, or select Human (which is the name of the default).
No Comments
« Older Posts
Newer Posts »