6
What are the system requirements for Gnome 3?view story

http://askubuntu.com – I have Lucid running pretty stable out of box on my dual core 3.0Ghz Pentium with 1GB of ram, so would it be pushing it to throw Gnome 3 on there? (HowTos)

12
What are the difficulties in importing features of Android, like Unity3D Player, to Linux in general?view story

http://unix.stackexchange.com – We know that Android is an open source Linux-based distro. And we know some features developed for Android are required for the Linux community for many years, and are denied (like Unity3D Player). What are the difficulties in importing Android features to other Linux distributions, like Ubuntu, Fedora and others? (HowTos)

For those thinking of creating their own web hosting company and using Linux as their primary platform for their servers, it is suggested that you research which distro is best for the types of servers that you'll be using, especially for those dedicated servers.

view counter
3
Default full name format in Active Directoryview story

http://serverfault.com – When I create a new account in Active Directory, I enter the new user's first name and last name, and it auto-fills the full name in the form "First Last". Can I set AD to use "Last, First" instead? The domain controller is currently Server 2003. (HowTos)

5
rewrite HTTP verbsview story

http://serverfault.com – I have a REST api that is invoked by a Javascript Web application. HTML/CSS and JS files are stored locally and served by Apache, and the REST api is invoked with a ProxyPass directive by Apache on a remote HTTP server. This is my actual httpd.conf file (development machine is on windows): <VirtualHost *:80> ServerName myapp.com DocumentRoot C:\myapp <Directory /> (HowTos)

3
Create NFS Clientview story

http://www.unix.com – I have found numerous articles on creating share on HPUX 11.1 (data source prepared for export) but I did not find from client's perspective what to do? I have a shared dir (all NFS ready full permissions) that I would like to access from a HP server what I need to do on this HPUX to be able to mount or see it? Any dumb down version would be greatly appreciated. (HowTos)

4
boot files Ubuntu 11.10view story

http://askubuntu.com – If I want to start the boot process, what file do I point to? I have Ubuntu 11.10 installed on a separate disk from openSuse 12.1 and windows 7. When I installed Ubuntu, I had to reinstall the OpenSuse to boot it and windows. Using OpenSuse boot loader, I can't seem to get the boot menu configured to start Ubuntu. (HowTos)

3
Synaptics touchpad disabled after update in Kubuntuview story

http://askubuntu.com – I have one Kubuntu computer running 11.10, after the updates a few days ago my synaptics touchpad died, it simply refuses to run, I am sure its a software thing because it works if I use a LiveCD. Keyboard is working perfect, I can login, open a terminal and use my computer but would be nice to make the touchpad run again. Anyone can guide me on where to find information and how to enable my tou (HowTos)

12
Java Application Lookview story

http://crunchbanglinux.org – Using #! r20111125 32-bit and installed Java via corenominal's script. I've now downloaded and installed a Java application I need. It's executed from the command-line with java -jar ... etc. It runs fine, but it looks different to how it looked under Ubuntu and looks nothing like any GTK/OB applications. Do I need to install something to "theme" it? (HowTos)

11
[ubuntu] Wired & wireless connection at same timeview story

http://ubuntuforums.org – My Ubuntu laptop has wired and wireless connections. Each one have it own MAC address. What if both are enabled? Will the laptop have 2 IPs? Which one will be used? Yigal (Hardware)

12
[ubuntu] mounting ntfs parition, exit code 2 and segmentation faultview story

http://ubuntuforums.org – Hi, I have an ntfs partition on which i had windows xp installed and was working fine until recently it became inaccessible. in nautilus, i see the volume label and from the command line, the system recognizes the partition as ntfs and sees its label. If tried to mount it from within nautilus but i get a mount failed with exit code 2 error. On the command line, when i try ntfsfix /dev/sda2 on i (Hardware)

11
How to remove duplicate lines inside a text file?view story

http://unix.stackexchange.com – A huge (up to 2 GiB) text file of mine contains about 100 exact duplicates of every line in it (useless in my case, as the file is a CSV-like data table). What I need is to remove all the repetitions while (preferably, but this can be sacrificed for a significant performance boost) maintaining the original sequence order. In the result each line is to be unique. (HowTos)

5
Restrict local website to selected usersview story

http://unix.stackexchange.com – Suppose I have two local websites under /var/www/mysite1 and /var/www/mysite2 via apache I can access them via localhost/mysite1 and localhost/mysite2. The pages are for local use only and I have multiple users on my machine, say user, user1 and user2. Is it possible, that user can view both sites, but user1 only mysite1 and user2 only mysite2? (HowTos)