3
[ubuntu] OpenVPN Service works, but VPN Server can't see my local networkview story

http://ubuntuforums.org – Dear community, I have set up my OpenVPN configuration in such a way that I can log in from remotely (via the Internet) to my local network. However, as I am very lazy (problem one), I only want users to use one set of certificates, but forcing them to log in with their own username and password that is on an LDAP server somewhere within my local network. (HowTos)

4
getting variables from a previous formview story

http://www.daniweb.com – i am having a small problem. I am having some problem getting variables from the first form into another form to be processed. in other words i am processing the same data i got from the first form twice but i want a break between the two blocks that processes the information. here is my code below <?php function form()  { (General)

5
"My computer" help!view story

http://www.daniweb.com – I can not open my computer. When i click My computer, nothing comes up and i think it keeps searching. heres an link for an image. (General)

3
Back Up and Restore MYSQL Database The Easy Wayview story

http://www.liberiangeek.net – If you’re reading this blog, you probably know what MYSQL Database Server is. So, I’m not going to go into the detail of describing what it is. (HowTos)

6
Internet Sharingview story

http://www.daniweb.com – Hi Guys, :icon_smile: I have a problem with my Internet Connection. Here is the scenario: My workstation (WinXPSP3) is connected in a Corporate Network and my IP Address is assigned statically and reserved in our DHCP Server. (General)

3
News Story 10 Unanimous Verdicts: Closed Casesview story

http://www.daniweb.com – As a FOSS (Free, Open Source Software) advocate, I find myself in a state of shock over what I've observed over the past ten or so years in this realm. If I asked you to name the most successful open source companies (Companies that derive the majority of their income from open source software), which ones would you name? (General)

6
Develop a News Siteview story

http://www.daniweb.com – Hello Developers, I'm trying to build a news website in my own language (not english) in asp.net. Is there any article or magazine which u can send describing how to develop a news website in asp.net. I was trying to develop some parts of the site but I'm stuck now. I'm confused with these stuff. 1) How to make a Unicode website (General)

6
automate adding users with smbpasswdview story

http://www.ozzu.com – So Im getting my new server going and right now Im working on using smbpasswd to add approximately 287 users. Ive got a file with all my usernames and their passwords, seperated by a space. Yesterday when I created their accounts with home directories and set their passwords I used a little perl script to do it and it worked splendidly. Im not having as much luck with smbpasswd though. (HowTos)

5
Sending data from HttpURLConnectionview story

http://www.daniweb.com – Hi, I have little experience with writing to Http socket. I am trying to send data to another computer through Http protocol, just like having a chat between two application but instead of using Socket connection I want to use Http connection. The server writes to http connection data and the client receives it: text, files, etc... is this possible? (General)

9
Checkboxlistview story

http://www.daniweb.com – Hi friends i am trying to bring a data from the field in an checkboxlist. I have successfully done this. Now i am not able to get the values of selected items...........plz help me i am using following code to bind checkboxlist with my database Public Sub getchkbox() Dim myConnection As OleDbConnection Dim strSQL As String (General)