Recent Questions

متن مرتبط با «ver txt» در سایت Recent Questions نوشته شده است

Fiverizer: convert a website from XHTML 1.0 to HTML5

  • نیلوبلاگ

    If you have one or more websites written in XHTML 1.0, this program (which may be downloaded and used free of charge) lets you convert them to HTML5 without having to muck around with rewriting HTML and adding CSS....

    ادامه مطلب
  • How to Convert Your Website from XHTML 1.0 to HTML5 the Quick and Easy Way

  • نیلوبلاگ

    This guide takes you through the process of converting a website from XHTML 1.0 to HTML5 using the Fiverizer software. (Fiverizer is a program that I wrote to convert my own websites, all of which were also in XHTML 1.0. It may be downloaded and used free of charge.) ...

    ادامه مطلب
  • GitHub patch release previous version

  • نیلوبلاگ

    On Github you way from time to time need to patch release the previous version of a published release.  This took me longer than I care to admit to understand the steps involved. Hence I'm documenting them in this post. Step 1: Check out the branch corresponding to the previous version of your code. git checkout 7.3.0 Step 2: Fix the bug in the code. Let's say it's a breaking change that's been fixed in the code. Step 3: Commit the changes with a version number that indicates the patch release. Commit the fix git commit -m "Fix bug in 7.3.0" Next, create a new tag git tag 7.4.0 Step 4: Push the changes to the remote repository. git push origin 7.4.0 Step 5: Create a new release for ...

    ادامه مطلب
  • Why does it take so long to recover from a terminated program that had consumed all memory?

  • نیلوبلاگ

    Every once in a while I run a certain program (MATLAB) and it takes up too much memory. At this stage the physical mem is at ~100% and the computer barely works. I then terminate MATLAB and I can see the memory is freed on the task manager (image). However, it takes about 5-10 minutes until I have full control over my computer back. In these 10 minutes the computer gradually becomes usable, open programs get 'unfreezed', etc. I guess that if MATLAB consumed all the memory then some other program's data was saved in the swap mem, but is it okay for this process of 'recovery' to take such a long time? I'm using Windows 7 with intel i5-2500 and 12GB RAM. Thank you. Let's block ads! بخوانید...

    ادامه مطلب
  • Disable server_log,SoftEther vpn

  • نیلوبلاگ

    Super User is a question and answer site for computer enthusiasts and power users. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Let's block ads! بخوانید...

    ادامه مطلب
  • Offline Program to convert Images from PNG to WEBP for MacOS

  • نیلوبلاگ

    Is there an offline program that let's me convert my png files to webp? I'm ruing MacOS X 10.11 El Capitan. Searching on google I was only able to find online converters that shrink the size of the Image and do not let me upload more than one file at once. This is a problem since I have around 800 pngs to convert. Let's block ads! بخوانید...

    ادامه مطلب
  • Windows 10 Pro (UPGRADED FROM HOME) cannot join to domain only in Anniversary Update 1607

  • نیلوبلاگ

    I have a room full of machines that I have been upgrading from home to pro (Windows 10). All machines that are NOT aiversary update 1607 can be joined to a domain with no issues. All that are the aiversary update will allow me to join to the domain and it restarts and asks for the useame and password. Put in my credentials and it provides a generic "caot log you in" error message. I've also noticed lusrmgr.msc is missing (Local users and groups) in all of these 1607 upgrades. The earlier build -- no issues and lusrmgr is available. It's my understanding pro should be able to be joined to a domain. Is this not the case? Thanks ahead of time! :) Let's block ads! بخوانید...

    ادامه مطلب
  • Fedora 24, Installed on Hyper-V (W10) - Display Driver & vGPU

  • نیلوبلاگ

    I have Fedora 24 installed using Hyper-V on top of Windows 10 (aiversary update) Trying to get the Hyper-V vGPU working, but Fedora does not recognizing it, and it doesn't even recognizing the video device if i don't have the vGPU enabled. Anyway to get some video acceleration or even just fullscreen working on this setup or should i look at different Hyper-visors? Side Question: Would i be better off testing this with Server 2016 - Which has pass through? I started this expedition after i noticed keel 4.6 is suppose to support Hyper-V better than previous versions. Let's block ads! بخوانید...

    ادامه مطلب
  • Is it bad to overclock all the time?

  • نیلوبلاگ

    If I enable overclocking and never tu it off, how will that affect my CPU? IIRC overclocking only kicks in when your CPU actually needs the extra processing power. Overclocking doesn't take affect on idle or when you're doing simple tasks like web browsing. I'm using the i7-6700k and it comes with 1 of the 4 cores overclocked to 4.2GHz while the other 3 cores are clocked at 4.0GHz. I've set all 4 cores to be overclocked at 4.2GHz and made no changes to the CPU voltage. I'm ruing two Noctua Industrial 120mm fans on my radiator at 3,000 RPM. Along with another x2 120mm--as intake--and x1 140mm--as exhaust--Noctua Industrial fans at 3,000 RPM. This keeps my CPU at a cool 19c and my GPU at 26...

    ادامه مطلب
  • Chrome gets stuck on "server DNS address could not be found" if I tried to access a domain while connecting

  • نیلوبلاگ

    This happens to me quite a lot, and I'd like to know if there's a way to prevent it or a better way to fix it than restarting my computer. The circumstances are very different to existing questions like “DNS server address couldn't be found” for some websites; it goes like this: I tu on my computer (Windows 8.1) and inteet router (which is either a 3G mobile router that I'm waking up from sleep, or a normal wireless router and modem that isn't on all the time because I'm in a country where there isn't power all the time) I coect to the inteet, see the "coected" icon show and open a web page... ...however, I sometimes misjudge it slightly, and try to access a web page a second or two before ...

    ادامه مطلب
  • SSH reverse tunnel netstat ports

  • نیلوبلاگ

    I've a question about SSH reverse tuel. I've an ubuntu server with sshd installed. I open ssh reverse tuel from a remote machines, on that machine the coection is restarted every time the tuel is interrupted. Whenever a tuel is opened, on the SSH server i can see two coection using netstat. One listening to the interal server port. Then other on an exteal port. The latter one is the SSH tuel. As example. given 138.10.20.10: my ssh server and 10.34.23.12 my remote pc, 5000 the port on my remote pc i would like to access to ssh -R 1122:localhost:5000 [email protected] Now server side i've two listening coections, which looks like this tcp6 0 :::1122 :::* ...

    ادامه مطلب
  • Windows 10 showing incorrect Directx version

  • نیلوبلاگ

    I've installed Windows 7 32-bit(Ultimate SP1) & Windows 10 64-bit(Pro RTM) in the same laptop but in different partitions. But when I run dxdiag.exe(Run as admin. for sure) in both, Windows 7 retus Dx11, while Windows 10 retus Dx10. It's good to say my hardware supports Dx11. I've updated the graphics driver in both (Intel HD Graphics) but still no change. Let's block ads! بخوانید...

    ادامه مطلب
  • Convert JSON to YAML using PowerShell

  • نیلوبلاگ

    I have a json data like this. sample.json [ { "id": 0, "name": "Cofine", "title": "laboris minim qui nisi esse amet non", "description": "Consequat laborum quis exercitation culpa. Culpa esse sint consectetur deserunt non.", "website": "cofine.com", "image": "http://placehold.it/32x32", "labels": ["blue", "red"], "labels_link": ["http://cofine.com/labels/blue","http://cofine.com/labels/red"], }, { "id": 1, "name": "Zomboid", "title": "adipisicing mollit esse aliquip ullamco nisi laboris", "description": "Enim consectetur eu commodo officia. Id pariatur proident nostrud occaecat adipisicing voluptate do nisi incididunt id ex commodo.", ...

    ادامه مطلب
  • which version of Jave Runtime Environment?

  • نیلوبلاگ

    Simple answer: Whatever https://java.com/ tells you to install (it will autodetect your browser and operating system). More nuanced answer: If you want to use Java as a browser plugin, choose the version that matches your browser. If you just want to use it without the browser, 64-bit is better. It's also fine to install both; just make sure that when you update, you update both. Source: https://blogs.oracle.com/java-platform-group/entry/choosing_64_and_or_32 Let's block ads! بخوانید...

    ادامه مطلب
  • USB Device that will allow Hardware level KVM access to another server (USB or PS/2)

  • نیلوبلاگ

    First - yes I support old stuff... not blades and the like, Racks of 2 and 4U servers, up to 16 of them in a set. A hardware IP KVM solution in new deployments answers all of my issues, my gap currently is that I want to equip each location I support with a low cost Dongle they can coect to any troubled server (say they blow up the BIOS settings and need help or the RAID controller needs configured or maybe a server is blue screening and we need to capture the stop data after windows crashes remotely). Hardware standalone IP-KVM dongles exist and work adequately yet always need an IP configured. I am seeking a device that I could plug into any nearby working server via USB, and it coect to t...

    ادامه مطلب
  • Installing Nvidia drivers on Debian

  • نیلوبلاگ

    I have been trying to install the Nvidia drivers on the latest version of Debian, but all I have been getting is a black screen. When I hit ctrl alt f2, I can get to a terminal, but I am not sure where to go from here. When I try to reinstall the drivers, the terminal basically says that these 3 packages encountered errors while processing: libgl1-nvidia-glx:amd64 Nvidia-driver Xserver-xorg-vidia-nvidia So clearly this is my issue, I just do not know how to fix it. My graphics card is a gtx 970 and I DID NOT use the driver installers from the nvidia website, I got them from the non-free Debian repositories. Any help would be appreciated! Let's block ads! بخوانید...

    ادامه مطلب
  • Windows 10 Anniversary Update error 0xc1900101-0x20017

  • نیلوبلاگ

    When I try to update to the Aiversary Update it gives me after first reboot 0xc1900101-0x20017 before the copying files thing. Can anyone help me fix this issue? I can't afford to perform a clean install, too much to back up I have a Dell Inspiron 5537 15R with WIndows 10 Home 10586.545. Let's block ads! بخوانید...

    ادامه مطلب
  • Username/Password Incorrect Error When Accessing Windows 10 Share From Windows Server 2012 Workstation

  • نیلوبلاگ

    I'm playing around with my fresh Windows 2012 R2 VM and am following this guide to convert it to a 'workstation'. I have network discovery on and all the other advanced sharing settings necessary on my server-tued-workstation. I have a Win 8 VM that is hosting a shared folder and my win 10 machine that's hosting a shared folder. The majority of the time, I'm able to access the shared resources. The problem I've run into is that if I restart my Win2012 VM, my mapped coections break. I run into "The useame or password is incorrect" error. If I try to map the resources again, the same error pops up. I know that I'm using the correct credentials. The temporary fix for me is that I would have to ...

    ادامه مطلب
  • Windows 10 slow boot and shutdown after anniversary update

  • نیلوبلاگ

    After installing the Windows 10 aiversary update, my computer boots very slow. The first part of booting (bios, loading Windows) is as fast as it used to be, but after logging in I'm stuck on a black screen with just my cursor for over a minute before it seems to continue with the login. I made a video to explain what I mean. Also, when I shutdown, Windows says that Spotify is blocking the shutdown - Which is strange because why would Spotify do this? It will stay on this screen for about a minute until it just gives up and I'm back on my desktop with everything except Spotify shut down. If I click 'Force shutdown' or close Spotify before shutting down, everything works fine. Let's block ads...

    ادامه مطلب
  • Excel 2013 Open All Recovered Files

  • نیلوبلاگ

    I recently opened ~70+ Excel files all at one time (it was a massive data dump from a database which I was going to be locked out of in about 30 minutes, so I wanted to grab everything I could conceivably need). Unsurprisingly, my Excel crashed from the load. Upon restarting Excel, the Document Recovery pane opened and showed me all of the files. Is there a way to automatically have all the files in the Document Recovery Pane open up? I don't want to have to manually go through and open up 70+ documents by hand. I've tried looking around the Inteet, but it looks like most tutorials only talk about the Document Pane itself, not this specific question. Let's block ads! بخوانید...

    ادامه مطلب
  • برچسب‌های مرتبط

    why does it hurt when i pee | why does it rain | why does it feel so good | why does it hurt when i have | why does it hurt when i | why does it hurt when i swallow | why does it thunder | why does it burn when i pee | why does it burn when i | why does it feel so good to be bad