
Losing your social security card might not seem like a big deal right now, but it becomes a pain if you need to apply for benefits. It’s always best to report the missing card as soon as possible and ...
ادامه مطلب
Have you ever heard of BuzzFeed? Do you want to try working there? Here you will find out about the most interesting Buzzfeed Summer 2018 inteship that will change your life forever. Choose the most...
ادامه مطلب
For the first time since Windows 95, Windows 8/8.1 ceased to offer the "Advanced Appearance Settings", which enabled the following customizations: screenshot of the "Window Color and Appearance" window That is a shame, not only because users lost customization power, but specifically because it made much more difficult for an user to set its own dark-theme version of the system. Is there any way to change such colors in Windows 8.1? Notice that I am not talking about merely doing this and I also am not talking about patching the Windows to use customized 3rd party themes. I talking about a way for users to customize the colors of the windows in Windows 8.1 (trough registry, trough hidden opt...
ادامه مطلب
I'm looking at a section of a website with the following URN/directory structure: http://www.domainNameA.net/site/www.domainNameA.net/files/dynamically%generated%URN_539.docx Why does the site have the domain name listed again in the URN? What is this likely to indicate? Let's block ads! بخوانید...
ادامه مطلب
Let's say I work for XYZ Ltd and our email addresses are [email protected] . I have three colleagues [email protected]. [email protected], [email protected] . However I get spam with spoofed sender addresses say (apparently) from [email protected] and [email protected] and other obviously randomly generated names. So can I create an Outlook rule to only allow the three or four valid names from the domain and spam folder the rest? Let's block ads! بخوانید...
ادامه مطلب
I've windows 7 64bit and Installed vagrant 1.8.4 and virtualbox 4.3, Now I need to load linux based 64bit box on machine but getting below error : Note: another 32bit linux box ruing... D:projectsvagrant-setup>vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Importing base box 'goobing-base'... ==> default: Matching MAC address for NAT networking... ==> default: Setting the name of the VM: vagrant-setup_default_1472733158731_6244 ==> default: Preparing SMB shared folders... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat d...
ادامه مطلب
Most web browsers will allow the user to specify: https://superuser.com/ or https://superuser.com But which is technically appropriate, and why? ...
ادامه مطلب
I have a Windows 10 PC with 8GB of RAM that frequently generates "low memory" waings, even when barely any applications are open. Example: Can anyone explain what is going on, and what can be done to fix this? ...
ادامه مطلب
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 ...
ادامه مطلب
My Postfix server was working fine until last days but now, I can't receive emails from outside (I mean with an email of different domain name like gmail for example). I must make notice that I can send email from the server to gmail. From what I have seen, I think that issue may be my iptables rules : # iptables -L Chain INPUT (policy DROP) target prot opt source destination ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT all -- anywhere anywhere ACCEPT tcp -- anywhere anywhere tcp dpt...
ادامه مطلب
I and my friends preparing a table format in MS WORD 2007 DOCX. something happened to serial number column, it changed into like this: [click here][1] so I tried to lessen the width of serial number column by pushing like this: [click here][2] so numbers penetrates into column & not visible: [click here][3] Finally i want my want my table look like this:[enter image description here][4] 1- i.stack.imgur(.)com/KW5Gd.jpg 2 - i.stack.imgur(.)com/WbiEV.jpg 3 - i.stack.imgur(.)com/f42wZ.jpg 4 - i.stack.imgur(.)com/UyBm0.jpg Let's block ads! بخوانید...
ادامه مطلب
I'm using FastMail & have a reseller account with which I hope to use one day to manage clients' email accounts. Each account will have 1 Inbox & will allow the creation of multiple aliases on their domain, all of which get delivered to the single inbox. FastMail has a rule-based filing system which will route messages addresses to an alias to a specific folder created to hold messages sent to each alias. However it's not possible to duplicate and copy messages sent to multiple aliases to all the folders associated with each alias, just the first rule will apply. In this example, "Rule 3" will not work. Example: Account: [email protected] Alias0: [email protected] Alias1: acco...
ادامه مطلب
I have a Synology NAS (DSM 5.4) on which I run an OpenVPN server (on port tcp/1194, IP is 192.168.1.10). I have forwarded the port 64666 on my exteal IP to that address and port on my access router (a TP-Link AS1200). The problem: I caot coect with an OpenVPN client from an inteet host: Tue Aug 23 15:05:37 2016 Attempting to establish TCP coection with [AF_INET]myip:64666 [nonblock] Tue Aug 23 15:05:47 2016 TCP: coect to [AF_INET]myip:64666 failed, will try again in 5 seconds: Coection timed out (...) When ruing an nmap from within the inteal network (the one the NAS is on) I get a correct reply: C:WindowsSystem32>nmap 192.168.1.10 -p 1194 -sV Starting Nmap 7.12 ( https://nmap.org ) ...
ادامه مطلب
I am wanting to grep for 192.168.22.xxx and 192.168.23.xxx. with a single grep statement where xxx can be any number. I have tried grep -Eo '192.168.2[2][3].[0-9]{1,3}' and grep -Eo '173.235.2[2][3][.][0-9]{1,3}' But this does not retu anything. What is the correct regex I need to be using? Let's block ads! بخوانید...
ادامه مطلب
I just installed ionic following this guide. http://stackoverflow.com/questions/31041366/how-to-install-ionic-framework-on-ubuntu and also installed ionic / cordova using the command from ionic framework but when I start the app using this command ionic start todo example this message keep on showing up giving errors. I searched up and only found two threads talking about it but both of them just said restart the terminal. I even restarted my machine but still giving me this error. Can someone please give me a hand? Creating Ionic app in folder /home/et-ubuntu-pc/todo based on example project Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip [========================...
ادامه مطلب
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 ...
ادامه مطلب
I have a Dell Inspiron 15 laptop with factory-installed Windows 8, upgraded to Windows 8.1, and later to Windows 10. Since I have purchased a new computer, I decided to perform a factory reset on the laptop (using the Remove files and clean the drive option) in order to repurpose it. It reset flawlessly on the first try in about 5-6 hours, and runs perfectly now, but with only one issue introduced after the reset that wasn't present before: the laptop now powers itself on from a shut-down state upon opening the lid, as opposed to opening the lid and then pressing the power button (this occurs on both battery and power). To add on to that, there was even an instance where the lid was already ...
ادامه مطلب
I'm signing up for a service that needs to verify my IP. I'm using an azure remote server and I'd like to keep using the service long-term. The problem is that if I want to make changes on the server and later need to reboot or re-size the vm I will lose my IP and get a new one. Is there away around this? Let's block ads! بخوانید...
ادامه مطلب
I've got problem with mapping network drive when I'm coected to VPN(use OpenVPN). I get this error: System error 1231 has occurred. The network location caot be reached. For information about network troubleshooting, see Windows Help. I'm a newbie in this, so I don't know how to fix it. Can someone help me with that ? P.S.: Don't know exactly which informations should I mention. Let's block ads! بخوانید...
ادامه مطلب
In my Windows 10 computer, I have a VirtualBox Ubuntu 16.04 LTS VM in bridge adapter network setting. I have been able to use the hostname of the VM to SSH, Samba, and browse webpages inside the VM. Also, the Windows 10 computer has Cisco AnyCoect Secure Mobility Client installed, so that I can remotely access my company's LAN. Like, remote desktop into the office computer, accessing file server, etc. Recently, the IT department has told us to update the VPN client. After that, I have found the computer unable to resolve the hostname of the VM when the VPN is coected. When the VPN is discoected, the hostname can be resolved again. The updated version of the Cisco client is Version 4.2.03013....
ادامه مطلب