Chrome doesn't show in list of browsers when setting default in Windows 10
-
تاریخ: 1395/5/4 ساعت: 23:48
I have had the same issue as well on different installations. As philosophickle said in his answer, try setting it through the control panel (+1). That has worked for me. Another option that has worked for me is to select a different browser, like Firefox, reboot and then (hopefully) Chrome will sho...
Reset code and userform window positions in Microsoft Office VBA
-
تاریخ: 1395/5/4 ساعت: 23:48
When we open UserForms and code modules in a Microsoft Office VBA project (Word, Excel or Access), we can change the size and location of these windows. MS Office saves the last position for these windows and then restore it when we open them again. Is there a way to reset the positions of these win...
Virtual machine can be runned on only one system
-
تاریخ: 1395/5/4 ساعت: 23:48
I have created a virtual machine using Virtual Box. I installed windows xp and then some other softwares on it. But when I try to run .vdi file on another system, windows xp ca ot start up there. It just hang on the 30 seconds timer. When I try to make another virtual machines using .vdi file on the...
How to check the values are increasing or decreasing between different columns?
-
تاریخ: 1395/5/4 ساعت: 20:53
In the below table each row shows different behaviour. For eg: In the first row for the columns "pool1" the values are decresing and same behaviour for "pool2" and "pool3" columns. In the second row the values first increase and then decresing (5.15761<27.6797>12.3756). Same for other pools too. Som...
Verifying linux mint iso image
-
تاریخ: 1395/5/4 ساعت: 20:53
I wanted to try linux mint on my computer so I downloaded the iso file from the official website https://www.linuxmint.com/edition.php?id=217 via torrent. The computer I used to download it runs windows 10. Now I want to verify the integrity of the iso file, but the instructions in the website https...
How to specify default Ubuntu 16.04 installation language in isolinux/lang?
-
تاریخ: 1395/5/4 ساعت: 20:53
I previously used this command to select english as the default language for my unattended Ubuntu installation in 14.04 and it worked perfectly: echo en >> isolinux/lang For Ubuntu 16.04 this doesn't work anymore. I have tried it multiple times with different permissions. I still see language select...
New SHDD suddently responding VERY slow - Seagate Desktop SSHD
-
تاریخ: 1395/5/4 ساعت: 19:38
I have a two months old: Seagate Desktop SSHD - 2TB Im ru ing this SSHD as a secondary drive (have an SSD ru ing as boot), being a "backup" drive. I've created two partitions with it: one with 1.5TB one with 300GB'ish Suddently whenever requesting anything from that drive, the response time is VERY ...
How can I benchmark internet connection uptime (to run for hours and log results)? [on hold]
-
تاریخ: 1395/5/4 ساعت: 19:38
I have reason to suspect that my inte et co ection is unstable, I need a tool or a built-in solution for comprehensive testing, mostly to define uptime and length of inte et outages. Wireshark is often mentioned, but I don't know if the program is suitable for my needs (if it is, please give usage i...
VisualStudio won't accept credentials in enterprise environment
-
تاریخ: 1395/5/4 ساعت: 19:38
I'm currently using Visual Studio Community 2015, Version 14.0 Update 3. My problem is, that I can't co ect to my own MS TeamFoundationServer 2015 from my workplace. The problem is definitely not missing access rights, because I can co ect from anywhere except my office. I try to add my TFS using Te...
function DelCust(id) { $.ajax({ url:'@Url.Action("DelCustomer", "Customer")',
-
تاریخ: 1395/5/4 ساعت: 17:31
Action method delcustomer() with parameter id is not populating in debugging function DelCust(id) { $.ajax({ url:'@Url.Action("DelCustomer", "Customer")', is it correct or any changes required
Clearing TPM does not ask for new password, but "change owner password" asks for the old one
-
تاریخ: 1395/5/4 ساعت: 17:31
I recently cleared my TPM (Dell e7240, Windows 10). During the process, at no point did Bios or Windows ask for a new TPM password. (And at no point since I bought this laptop did I ever set a TPM password, to the best of my knowledge.) I have tried clearing both via Windows (with TPM.MSC) and via B...
Not getting sharing toolbar in Skype for Business to hide on VDI system?
-
تاریخ: 1395/5/4 ساعت: 17:31
ufeffWhile doing desktop shai g using Skype for Business on Citrix VDI system, the blue pin has no effect.When I put the mouse over the pin Icon, I get the tooltip as Pi ed but it is completely un-responsive to anything. On non-VDI system it works as normal. Please suggest if it is known issue with ...
Exposing local socket(localip:3389) to Internet
-
تاریخ: 1395/5/4 ساعت: 15:59
What I want to do is allow users to expose their local services to the inte et so that other users can access it from outside. For e.g. I as a user may want to expose my machine via RDP to other users on inte et. Or I may want other users on inte et access my local webserver. I can do this using SSH...
Apply Encoding Debugging Chart in Sublime
-
تاریخ: 1395/5/4 ساعت: 15:59
Is there a way to apply an Encoding Debugging Chart like this in sublime text? Somebody sent me messed up text and I'd like to fix it.
I need a calendar that lets me drag n drop files into it as events
-
تاریخ: 1395/5/4 ساعت: 15:59
I'll get straight to the point. There's out there a calendar app that: Lets me drag and drop files into it, creating a 'file event' (I'm aware of the file attachments in Google Calendar, but since I'm going to handle a lot of files a drag n drop solution is widely more acceptable for me) Lets me rea...
What is the difference between a Windows system image and a clone?
-
تاریخ: 1395/5/4 ساعت: 14:45
What is the difference between a system image (generated using Control Panel -> Backup and Restore -> Create a System Image) created in Windows 7 SP1, versus creating a clone using a tool like Clonezilla?
Ubuntu and web server permissions
-
تاریخ: 1395/5/4 ساعت: 14:45
I, I am going to ask a question that has already been posted many times but even though I have read many guides and posts, I still have doubts. I have a server with ubuntu 14.04 on which I have a user with sudo permissions (secondary group "sudo") and a user who just want to use for the "web server"...
Using bash, how to extract specific image's URL and title text from html file?
-
تاریخ: 1395/5/4 ساعت: 14:45
Given several hundred numerically ordered html files, each having multiple image tags but only one image with the id I'm looking for and following the convention <img title="$titleText" src="$imgURL" id="foo" border="0" />, (where $imgURL and $titleText are unique to each page and are not predictabl...
Virtualbox Bridge vs NAT (same setup, NAT works but bridge doesn't)
-
تاریخ: 1395/5/4 ساعت: 13:39
I installed CentOS 7 on a virtualbox machine.When I set the network to NAT, ping gets packets back, wget gets pages and yum also works.However, if I shutdown the machine and set the network to Bridge, ping gets packets back but wget and yum hang. I have the below set up in /etc/sysconfig/nework-scri...
How to regain access to a drive on Windows 10?
-
تاریخ: 1395/5/4 ساعت: 13:39
I was playing around with drive permissions on a new Windows 10 PC when I noticed that all the folders could be shared over the network. By mistake I revoked the access for myself. I tried to repeat what I did but not I'm not even allowed to configure the permissions. A few references on the inte et...