Welcome to linux-noob.com!
We are a friendly community of Linux users, offering tutorials, tips and tricks, Linux help and support and more.
New to Linux? Having a Linux-related problem? Register for free and ask your question in our forums.
Join the community to share your Linux experiences and knowledge. No ‘RTFM’ here!
linux and gaming

Even though we run linux doesn't mean we don't like to game. So here it looks like there's going to be a shift in the linux gaming community. Steam has just launched a beta for a linux steam client. You can sign up here and maybe you'll get chosen to be a beta tester.
Now for linux gaming there are two other options, which are wine and crossover linux. Wine is opensource and supported by the community and crossover linux is based on wine but where you pay for a year subscription/license a year for updates and support. I thought I'd try out crossover linux and see how it runs. Two of my favorite games are UT99 and UT2K4. Here's what I did to get it running via crossover linux.
1. I got a subscription/license, which costs about 51 euros a year and gives you 12 months of support. But you can also first try the trial first.
2. You get the package for your distro. There's packages for debian, redhat,fedora,mandriva,suse. If you don't have the list you can also use a binary to install from. I'm running debian.
3. A package that crossover is dependent on is ia32-libs. Install it: sudo apt-get install ia32-libs
4. Then you can install the crossover package: sudo dpkg -i ia32-crossover_11.2.1-1_amd64.deb
5. It'll start installing and let you know when it's complete.
6. Insert your dvd/cd into your drive. I'm installing UT99/UT2K4. Once it loads, brows into your drive where you will probably find a setup file. Right click and select run with crossover linux.
7. Crossover linux wil start, you can scroll down to Community Supported Applications/Other Application.
8. Next you can select what virtual system you want to run it as. I chose vista. Select it give it a name, and click on install.
9. It'll create your virtual bottle as they call it and you will get a a flash error(at least for my install). You can click on autofix and an installation wizard should start.
10. After this you should get a screen where you can click on Install and the rest is pretty much following the game installer wizard.
11. After install is complete, you can go to your menu, and you will have a new menu option called "Windows Applications" Here your game is installed and you can open it and run your game.
12. Your game wil start and you can set your video settings to match your screen size.
Now startup TeamSpeak and startup UT99/UT2K and have some fun
Here's a screenshot:
1,061 Views · 3 Replies ( Last reply by hybrid )
Linux Mint 13 RC released

Linux Mint 13 RC has been released. Linux 13 is based on ubuntu 12.04
Here's a link to more detail information if you're interested
1,065 Views · 3 Replies ( Last reply by Dungeon-Dave )
Ubuntu 12.04 Released

For those of us who like ubuntu LTS releases, ubuntu 12.04 was released yesterday. This release will have support for five years.
There's are a few different images for you to pick from two download.
IntelX86 and AMD64
Desktop Install: for those running ubuntu on your desktop
Alternate Install: for those wanting to running ubuntu on your desktop but want to encrypt and setup lvm during install and several other tools.
Server Install: for those wanting to run ubuntu as a server
http://www.ubuntu.com/download
917 Views · 2 Replies ( Last reply by feedmebits )
Filter your LAN with Squid/OpenDNS

I've been wanting to filter my own network traffic by running it through a proxy. So I did some reseach of how to
set it up and configure it. My first plan was to use squid and dansguardian but I found an easier way to do it.
Here's how I did it for those who come across this post.
I used squid and openDNS:
1. Install Squid: yum install squid
2. Configure Squid: add hostname, user/group, port, and DNS option
*Edit configuration file with you favorite editor: vi /etc/squid/squid.conf
a. Add: visible_hostname Proxy-name
b. Add: cache_effective_user squid
c. Add: cache_effective_group squid
d. Add: shutdown_lifetime 20 seconds
e. Add: port 3128 to: http_port 3128
f. Add DNS option: dns_nameservers 208.67.222.123 208.67.220.123 #OpenDNS Nameservers
g. uncommented: cache_dir ufs /var/spool/squid 100 16 256
h. save your file: :wq
3. Restart Squid: service squid restart
4. Edit your firewall: I used system-config-firewall-tui
a. Add tcp port 3128 and run through the options, no others needed and when done iptables will be restarted.
4. for the client side you need to setup the proxy for firefox or whatever browser you want. I use firefox.
a. Extra-->Options-->Advanced-->Network-->Settings: manual proxy configuration: set your ip/port: 192.168.1.100:3128
b. Klik Ok and try browsing(Test).
c. Done.
On my home situation I don't need to lock out the clients from being able to edit the browser options. But you can change
the rights if you need it for your situation:
Ubuntu:
1. chown root /usr/bin/gnome-network-properties
2. chmod ug-x /usr/bin/gnome-network-properties
Window: You probably only need to let your users login with normal users accounts.
You can also force all the pc's on your network to go through your proxy via iptables, but I didn't find it
necesarry. Another way of filtering your webcontent is by using dansguardian, but I find this way just as effective
and easier to do setup. With Dansguardian you can add your own blacklists/whitelists of sites. The only disadvantages I found
is that you have alot of configuring to do, cause when you set it up and add a blacklist. You have to whitelist everything that's
blacklisted in your blacklist folder. Example I wasn't able to access a topic on this forum because I had the word porn in the topic.
I'm real happy with OpenDNS and when you get redirected from a blocked porn site you can also click on send messages to
system administrator using your openDNS account email adress which you can set in the OpenDNS panel and the most important
thing is that it's free
1,841 Views · 2 Replies ( Last reply by feedmebits )
Fedora 17 moving Linux system folders to /usr
Developers are busy working on Fedora 17 and found out they are making a few changes. What changes? They are moving some system files to the /usr directory.
The Following directories will be moved there: /bin /sbin /lib and /lib64 including their sub directories. For now they will keep a symbolic link from the / directory to the
/usr directory, that is to prevent compatibility issues with older Linux software and scripts. This way making it only possible to have a few system files under root and letting
the system creating a seperate mount point for the system files under /usr . Why are they doing this? The simplified directory structure brings advantagesto virtualization
and cloud computing. And developers want to improve compability with other unix varients and GNU software. See more information here. What do you think of this?
change?

Sources: tweakers.net and linux.com
1,505 Views · 1 Replies ( Last reply by Dungeon-Dave )
SOPA video
US Spy Drone switch to Linux?

Remember a while back when a US drone crashed? Well the cause of the problem that caused it to crash seems to have
been a malware infection. Here's a picture of the controls is 2009 . Check the middle screen between the two pilots. Recognize the well know windows menu bar? And here's a more recent picture from 2011 The second picture is really a clear picture. But how cool is that
source
1,302 Views · 4 Replies ( Last reply by Guest )
Debian most popular Webserver distro again

I came across an interesting articleshowing the statistics about what distro is the most popular as a webserver. It was CentOS
but just recently Debian took that position back. With Ubuntu in 3rd place but not even close to be being 2nd. I wonder why
Debian has become more popular then CentOS as a webserver and why webmast favorite distros change so quickly. Interesting
to see how there are a variety of linux distros all used as webservers even though I expected before I came across this that most
webservers would be CentOS/RHEL. Interesting how wrong our perception of things can be sometimes. I'm still running SL as
a webserver, and have never used Debian as a webserver before. Does make me curious and thinking of maybe trying debian as
a webserver just to feel and see the differences. What does your webserver run on?
1,746 Views · 5 Replies ( Last reply by Dungeon-Dave )
Munic Linux Migration Success
1,204 Views · 3 Replies ( Last reply by Dungeon-Dave )
Wallpaper Changer Wally
1,629 Views · 5 Replies ( Last reply by Dungeon-Dave )
Skype history for Linux?
Haven't used skype much, but it was a great app. I'll be looking for a good alternative.
sleep(60) - a minute's silence for the passing of a legend.
http://www.theregist...dennis_ritchie/
He knew what he started, and it ain't over yet.
Dennis, from one geek to another - I salute and thank you for your vision and inspiration, and what you've achieved in your uptime.
init 0;
1,921 Views · 2 Replies ( Last reply by hybrid )
Not Linux News
to have a moment of silence for Steve Jobshere on the forum too. RIP Steve!!
1,637 Views · 4 Replies ( Last reply by Dungeon-Dave )
kernel.org website hacked
Kernel.org is offline; They are still investigating the attack and making backups and doing reinstalls
I wonder what effect this hack will have on linux and linux users?No online system is safe, everything
can be hacked but if kernel.org got hacked and their security must be high. What are the chances of
your system or my system getting hacked?
Source
1,543 Views · 1 Replies ( Last reply by feedmebits )
Ubuntu switching to a monthly release cycle?????
Firefox's example(copying Firefox?!). A reason behind it, because people like to explore. There would be no more code
names and updates would go through /etc/apt/sources.list just like Debian's testing repository(copying Debian?!). Problem
with this is same as the problems with Firefox moving too fast. Developers not being able to keep up and having alot less
time to develop decent applications for the OS. Applications would have more bugs making ubuntu even less stable Other
problems would be users losing confidence in the Operating system. Who wants to upgrade their OS every month? or
re-install every month?I know I don't, a 6 month release cycle I already find short. That's why I switched from Ubuntu to
Debian and same reason why I never liked fedora. But one month release cycle is insane!!Any Ubuntu users here?!I'm glad
I'm not
release cycle.
source
1,682 Views · 6 Replies ( Last reply by Dungeon-Dave )
Site Navigation
Donate
- Donations will be used to pay for the site's running costs.
Latest Discussions
-
Terminal commands?.....ultranoob - May 17 2013 04:02 AM
-
Just starting linuxToxicWays - May 14 2013 07:23 PM
-
joli os issue...lionhearth182 - May 12 2013 05:17 AM
-
what am i doing wrong?heathen_hammer - Apr 28 2013 04:21 PM
-
Debian PORT CLOSEDseizart - Apr 16 2013 05:04 PM
-
Greetings!odougs - Apr 15 2013 07:40 AM
-
Terminal wants backslash instead of slash for path names... how do I fix this?odougs - Apr 15 2013 05:02 AM
-
"Correctly" setup a daemon permissionsBeta.91 - Apr 14 2013 05:38 PM
-
Hello thereBeta.91 - Apr 09 2013 07:03 PM
-
Use a partition to install a new OSJohn8547 - Mar 21 2013 04:24 AM
-
Switch OS and keep my filesJohn8547 - Mar 17 2013 09:15 PM
-
New but hopeful!tmccaffery - Mar 08 2013 02:44 PM
-
Hello Everyonedarshikj1120 - Mar 08 2013 12:37 PM
-
sysctl net.ipv4.tcp_syncookies command returns unknown keyPeter_Johan - Mar 01 2013 12:21 AM
-
I have a new tv now what?feedmebits - Feb 06 2013 02:46 PM
Recommended Sites
FOSSwire.com
distrowatch.com
reviewlinux.com
windows-noob.com
Site uptime according to Netcraft.









