DD-WRT and Pfsense? Hardware and Software Networking by PinoyDev Good day? Ive flushed my TP-LINK WR941ND with DD-WRT and it works find. Ive created a Virtual Interface … use the captive portal of Pfsense to work with my DD-WRT Guest Virtual Interface AP. Ive already setup the pfsense… can I use the captive portal of pfsense with my DD-WRT AP? Thank you! Re: Dd-wrt Hardware and Software Networking by witchdoctor … home right now with no glitches. I have confidently setup DD-WRT for clients, knowing it'll be at least as… stable as the stuff it replaced. In one instance, the DD-WRT firmware was[I] more[/I] stable than the stock… firmware on a Buffalo WHR-G54S. I'm not surprised-- DD-WRT is a mature, earnest development effort that has been… Dd-wrt Hardware and Software Networking by ft3ssgeek Hi guys, Has anyone here tried using the DD-WRT software on any of their wireless routers? It looks … intruiged by the idea. For those who don't know, DD-WRT is a firmware update based on Linux and available… Re: Dd-wrt Hardware and Software Networking by Fest3er …=ft3ssgeek;415572]Hi guys, Has anyone here tried using the DD-WRT software on any of their wireless routers? It looks… intruiged by the idea. For those who don't know, DD-WRT is a firmware update based on Linux and available… DD-WRT and Public Ip's Hardware and Software Networking by Staric I have a Windows Server running and i need to assign a static public ip through DD-WRT to it, so my remote desktop users can still access it via that, however I am coming up with nothing after scowering the DD-WRT website. Re: Dd-wrt Hardware and Software Networking by mmonaco27 … system variables. Unlimited length of lists such as port forwarding. DD-WRT seems to be the most popular, but just so… Re: Dd-wrt Hardware and Software Networking by TheNNS ok, so I've successfuly flashed the firmware with DD-WRT. Now I need to setup the router to be a client to the other router and it is, but I still can't connect to the other network. dd memory dump Hardware and Software Microsoft Windows by tony75 Hi I have a question? If you dump the RAM "internal memory" with dd to an image file, you get everything in memory or Will something be missing? Re: dd memory dump Hardware and Software Microsoft Windows by rubberman The dd application is running in memory, so it is altering it as you dump it. You might want to look into how the open source ClamWin virus scanner handles this issue when scanning memory for viruses. Re: dd memory dump Hardware and Software Microsoft Windows by Slavi I would use RamCapturer from belkasoft or FTKImager, think it has an option ot extract ram as dd image as well Re: dd memory dump Hardware and Software Microsoft Windows by cis7850 if Linux RAM, I dont think you can use dd to capture or image it. I think LiME may be … Re: Want Date Format in dd/mm/yyyy in ASP.Net With C#. Programming Software Development by eka fatma yanti dd/mm/yyyy Format In regular Expression (optional mm,optional dd) ([1-9]|0[1-9]|[12][0-9]|3[01])[- /.]([1-9]|0[1-9]|1[012])[- /.][0-9]{4}$ mm/dd/yyyy (optional mm,optional dd) ^([1-9]|0[1-9]|1[012])[- /.]([1-9]|0[1-9]|[12][0-9]|3[01])[- /.][0-9]{4}$ mm/dd/yyyy (Exact Format) ^([01]\d)/([0-3]\d)/(\d{4})$ Re: dd and klogd Hardware and Software Linux and Unix by linux [icode]dd[/icode] is a process and I am not formatting anything. [icode]klogd[/icode] isn't much of an issue now, and neither is [icode]dd[/icode], it was just a surprise to see [icode]dd[/icode] in there. Re: dd and klogd Hardware and Software Linux and Unix by John A [icode]klogd[/icode] is your kernel logger daemon, so you can't kill it. [icode]dd[/icode] is a raw data copying utility. It shouldn't be in your processes unless you're formatting a partition or something. Re: dd-wrt install question Hardware and Software Networking by PsychicTide Ya the DD-WRT firmware should go into defaults as far as I know. I know they have had some trouble in the past of not doing so, but it has been some time since then. Possibly they went into linux default (admin, root)?... but I can't be certain of that... as with any flashing of 3rd party software there is a certain amount of risk you take. Re: dd-wrt install question Hardware and Software Networking by nasram Could someone tell me which DD-WRT or Tomato to download for a linksys router WRT54GR running on Win XP ? If you have reliable links I would be very grateful too. Thanks for any contribution Formatting a date into yyyy/mm/dd Programming Software Development by emma.parsons …join(date) # if the format yyyy,mm,dd is not entered except IndexError: print "… was not in the format yyyy, mm, dd" start # restarts the loop continue time… was not in the format yyyy, mm, dd" start # restarts the loop continue time… Autoformat the date to dd/mm/yyy Programming Web Development by ekseks … function insertDate(t,format){ var now=new Date(); var DD=zp(now.getDate()); var MM=zp(now.getMonth()+1); var… var YY=zp(now.getFullYear()%100); format=format.replace(/DD/,DD); format=format.replace(/MM/,MM); format=format.replace(/YYYY…;form> <input onfocus="insertDate(this,'MM/DD/YYYY')"><br> <input onfocus=&… Inserting date in format DD-MM-YYYY in MySQL Programming Databases by Rhyan …MySQL date order is YYYY-MM-DD, however I need to enter it in format DD-MM-YYYY. I am using… as DATE, a date in format DD-MM-YYYY instead in format YYYY-MM-DD? 2. If not possible, can …value posted from PHP in format DD-MM-YYYY into the format YYYY-MM-DD using the MySQL syntax or I… PHP to post the value in YYYY-MM-DD format? Thank you in advance Re: Formatting a date into yyyy/mm/dd Programming Software Development by slate …want to allow the following formats: yyyy,mm,dd yy,mm,dd -> 20yy,mm,dd yyyy,m,d-> yyyy,0m,0d… user a date and returns it in a yyyy/mm/dd format User input format: year,month,day as numbers.…;Add Event" dateinp = raw_input("Enter Date (yyyy,mm,dd): ") date = dateinp.split(',') if len(date)!=3 or … Re: Formatting a date into yyyy/mm/dd Programming Software Development by snippsat … return correct date format in | yyyy-mm-dd | or | yyyy/mm/dd | [CODE]import re def foo(): while …True: print 'use format | yyyy-mm-dd |' date_input = raw_input("Enter date: ") if …print foo() '''-->Out use format | yyyy-mm-dd | Enter date: 2000-13-25 No match,try … Inserting date in format DD-MM-YYYY in SQL SERVER 2005 Programming Web Development by Rohan rawat …. The normal SQL date order is MM-DD-YYYY, however I need to enter it in …format DD-MM-YYYY. Is it possible to insert into… DATETIME , a date in format DD-MM-YYYY instead in format MM-DD-YYYY If not possible, can I…ASP.NET web page in format DD-MM-YYYY into the format MM-DD-YYYY using the MySQL syntax … Convert three integers to MM/DD/YYYY format Programming Software Development by Mouche … Convert a date to a string in the format MM/DD/YYYY */ char *date_to_string_std(date *d) { char *…char *) malloc(11*sizeof(char)); /* 11 characters for MM/DD/YYYY + \0 */ char month_string[3]; char day_string[3…a 0 in front of the day number * to fit DD format */ if (strlen(day_string) == 1) { day_string… Validation for Date to be in format YYYY-MM-DD Programming Web Development by pavankumarr … dates that is to be in the format YYYY-MM-DD(2011-04-21). I had created two Textboxes to enter… entered in the Textbox should be exactly like YYYY-MM-DD(2011-04-21). If user enters any other format like… dd-mm-yyyy or mm-dd-yyyy or dd/mm/yyyy or mm/dd/yyyy and clicks the button… Re: Autoformat the date to dd/mm/yyy Programming Web Development by ekseks … slashes go?[/QUOTE] it should be automatically format to mm/dd/yyyy then slashes will go 12/<-here01/<-and… the date?[/QUOTE] I need a format that follows mm/dd/yyyy [QUOTE=fxm;1237984]If the user always must enter… problem?[/QUOTE] Again, it cannot be because the format mm/dd/yyyy has 10 characters, of course including the two slashes How to convert string to datetype, from dd/mm/yyyy to yyyy-mm-dd Programming Software Development by cirno … your assistance in converting string to datetype, from 'dd/mm/yyyy' to 'yyyy-mm-dd'. The user could key in either the… 'dd/mm/yyyy' format or 'yyyy-mm-dd' format in a textbox. the system would check… for both format and convert both to the 'yyyy-mm-dd' date format, to be able to save the value in… error in dd/mm/yyyy Programming Web Development by kanuri1 … iam accessing the data from database in mm/dd/yyyy format and displaying in gridview it is … to save the data in the database as like dd/mm/yyyy formt ........ here my insert query is....…AS ARRIVALDATE, CONVERT (DateTime, date_of_dept, 103) AS DEPARTUREDATE, DATEDIFF(dd, date_of_arr, date_of_dept) AS DAYS FROM guesthouse WHERE (CONVERT (DateTime,… Re: Formatting a date into yyyy/mm/dd Programming Software Development by emma.parsons …;Add Event" dateinp = raw_input("Enter Date (yyyy,mm,dd): ") date = dateinp.split(',') if len(date)!=3 or len… Re: Formatting a date into yyyy/mm/dd Programming Software Development by slate I thought the line "Enter Date (yyyy,mm,dd): ") means, that the user have to enter the date comma separated. Re: How to re-create a bootable disk from a raw image dd format? Hardware and Software Microsoft Windows by mike_2000_17 …just told you what the write command it. dd is just a copy command, it can copy … disk as the destination (`of`). > from dd format This tells me that you have no idea…computer forensics under Windows baffles me. But the dd tool, which is mainly a Unix/Linux … would make, since, as I said already, dd is just a raw memory copying tool, nothing more…