8
Akabei alpha2 releasedview story

http://chakra-project.org – The Chakra Project is proud to release a second alpha version of our new package manager, akabei.     Since alpha1 a lot has changed: first of all, support for polkit was added. With polkit it is now possible to run a lot of operations in privileged helpers (invoked when akabei itself is not privileged), important for any GUI that will be developed. (HowTos)

8
Bash Hackers Wiki Frontpage - old revision restoredview story

http://wiki.bash-hackers.org – The Bash-Hackers Wiki This wiki is intended to hold documentations of any kind about the GNU Bash. The main motivation was to provide human-readable documentation and information to not force users to read every bit of the Bash manpage - which is hard sometimes. However, these docs here are not meant as newbie tutorial. (HowTos)

8
[ubuntu] Enabling TLS/SSL in Pan Newsreader 0.136 Ubuntu 12.04view story

http://ubuntuforums.org – I'd like to enable encryption in the Pan Newsreader which now supports TLS/SSL. The only tutorials I can find are for older versions of Pan that did not support TLS/SSL and those tutorials use stunnel to get around the issue. I don't think stunnel is needed anymore for Pan. Does anyone have a simple tutorial on how to enable encryption in Pan? (Hardware)

8
OSMDroid ItemizedOverlayWithBubble Map Balloons with a listview story

http://stackoverflow.com – I am using OSM droid and its Bonus Pack to create balloon popups when points in interest (POI) icons are clicked on the map. I am able to get an ItemizedOverlayWithBubble working very well. However, in some cases the POIs icons are very close making it hard for used to freely tap which one they want. A solution I thought was to amalgamate the POIs into one icon with a number on top. (HowTos)

8
Problem when creating new partitions?view story

http://askubuntu.com – I've created a new disk partition by "sudo fdisk /dev/xvda1" and the following comamnds : n p 1 Enter Enter w After, when i want to change the partition system file into xfs by "sudo mkfs.xfs -i size=1024 /dev/xvda1p1" i got "/dev/xvda1p1: Not such file or directory" Ps : xvda1p1 ---> is the name of the new created partition when i type "sudo fdisk -l" I'm following these instructions in order (HowTos)

12
[ubuntu] OpenVPN server for beginnersview story

http://ubuntuforums.org – I have a Dell PowerEdge 2650 with Ubuntu 10.04.4, and I would like to put a VPN server on it (preferably OpenVPN). (Hardware)

12
[REQUEST] Make this all on 2 printable pages.view story

http://ubuntuforums.org – Could someone make this tutorial from http://www.ubuntu.com/download/help/...desktop-latest into a pdf format so I could print it out into 2-3 pages? I would really appreciate it. Thanks! (Hardware)

9
How to disable IPV6 in debianview story

http://www.debianadmin.com – This tutorial will explain how to disable IPV6 in debian. Open a terminal and su to root Now you need to check if iPV6 is active or not using the following command netstat -tunlp |grep p6 |wc -l If the result is anything other than 0, then one or more IPv6-aware processes is running. Disable using the following 3 commands echo net.ipv6.conf.all.disable_ipv6=1 > /etc/sysctl.d/disableipv6.conf s (Distributions)

8
migrating imap using imapsyncview story

http://serverfault.com – i have 2 centos vps, dovecot, sendmail and ssl are installed on both servers, i want to migrate the mail server from oldserver to newserver so i installed imapsync on both servers. (HowTos)

8
Trying to use Passenger/Nginx for my Rails production server, 403 errorview story

http://stackoverflow.com – I'm trying to get my production server up and running on my Ubuntu 12.04 LTS server, I followed this tutorial step by step, http://excid3.com/blog/setting-up-ubuntu-12-04-with-ruby-1-9-3-nginx-pas... but when I load nginx, I just get a 403 error. (HowTos)