TOPIC_TITLE stringlengths 15 156 | CATEGORIES stringlengths 2 199 | POST stringlengths 36 177 | ANSWERS stringlengths 0 51.8k |
|---|---|---|---|
How I can reverse-tether my android tablet, to my j2ME phone using bluetooth DUN, without rooting? [closed] | bluetooth;tablet;tethering;dial-up;j2me;bluetooth;tablet;tethering;dial-up;j2me | How I can reverse-tether my android tablet, to my j2ME phone using bluetooth DUN, without rooting? [closed]
Ask Question
|
1
Let me see if I understand what you're trying to do.1) You have a non-smartphone (feature phone) that has data capability for things such as its mini-browser, and also can provide an Internet connection via Bluetooth.2) You want to use the Internet connection on the feature phone to connect your tablet to the I... |
Configure a linux VM to use host computers internet connection | linux;networking;virtualbox;virtual-machine;proxy;linux;networking;virtualbox;virtual-machine;proxy | Configure a linux VM to use host computers internet connection
Ask Question
|
1
First of all, does the VM have an IP address?Many corporate networks will only give an IP address to registered MAC addresses,and the VM's network interface will have a MAC address not registered with the company.If you don't have an IP address, then you can try to use one that's not used by another computer.Mo... |
Save command output to file | windows-7;windows;python;cmd.exe;windows-7;windows;python;cmd.exe | Save command output to file
Ask Question
|
0
Try python Test.py >> results.txt and check your results please.ShareImprove this answer
Follow
answered Dec 25, 2014 at 18:38vembutechvembutech6,18211 gold badge1919 silver badges2121 bronze badges4Yep. Same when I write python Test.py
– TN888Dec 25, 2014 at 18:47Blank screen or some outputs? when it is r... |
Notepad++ backup corrupt | notepad++;notepad++ | Notepad++ backup corrupt
Ask Question
|
0
One possibility is that either the BAK or the TXT file may have some data on disk beyond the EOF. If the data is important to you, try using a disk hex editor such as the HxD - Freeware Hex Editor and Disk Editor to examine the disk to see if there is any recoverable data.It is possible the disk itself is corru... |
HDMI cable does not fit into GTX 680 | multiple-monitors;hdmi;desktop-computer;multiple-monitors;hdmi;desktop-computer | HDMI cable does not fit into GTX 680
Ask Question
|
1
Open the case oft your PC. Then loosen the screws of the graphics card a litte bit.Hold the card, centering the HDMI Port. Tight the screws, and try again.ShareImprove this answer
Follow
answered Dec 25, 2014 at 19:15davidbaumanndavidbaumann2,16911 gold badge1313 silver badges3131 bronze badges11I did not ... |
Reverse DNS Zone not working properly BIND9 | dns;bind;reverse-dns;dns;bind;reverse-dns | Reverse DNS Zone not working properly BIND9
Ask Question
|
0
Reverse DNS is used to look up the name for IP addresses, not IP addresses for names. You need to configure split DNS for forward lookups. This can be done by a couple of methods. Configure a separate DNS for the LAN and configure your DHCP to specify its IP address when providing name services. Configure spl... |
Shared folder Virtualbox Ubuntu / Lubuntu | linux;ubuntu;virtualbox;virtual-machine;shared-folders;linux;ubuntu;virtualbox;virtual-machine;shared-folders | Shared folder Virtualbox Ubuntu / Lubuntu
Ask Question
|
0
You might have to still Mount it. Try to look into this, the Mount command. https://wiki.ubuntu.com/MountWindowsSharesPermanentlyUpdate:Better yet, try this command.sudo mount -t cifs //ip_of_host/share/path /local/mount/dirShareImprove this answer
Follow
answered Dec 25, 2014 at 18:17xR34P3RxxR34P3Rx37222... |
Yosemite: Three Finger / Look Up Trackpad Gesture Not Working | macos;mac;touchpad;osx-yosemite;gestures;macos;mac;touchpad;osx-yosemite;gestures | Yosemite: Three Finger / Look Up Trackpad Gesture Not Working
Ask Question
|
4
The issue is that I'm using ScrollReverserhttps://pilotmoon.com/scrollreverser/The three finger tap gesture that does a dictionary lookup no longer functions when Scroll Reverser is active. Yep, sorry. It's a known bug without a known fix.Closing ScrollReverser allows me to do the lookup gestureShareImprove t... |
PC starts to be noisy some time after Ubuntu is installed | ubuntu;reinstall;noise;ubuntu;reinstall;noise | PC starts to be noisy some time after Ubuntu is installed
Ask Question
|
0
Open a terminal window and run 'top' . This will show you what process/program is using your CPU. You may be misclassifying a web as a light program.ShareImprove this answer
Follow
answered Dec 25, 2014 at 17:49davidgodavidgo66.4k1212 gold badges9999 silver badges155155 bronze badges2top doesn't show much... |
Install Windows 7 after Ubuntu: Cannot install because of GPT partition | windows-7;uefi;gpt;ubuntu-14.04;windows-7;uefi;gpt;ubuntu-14.04 | Install Windows 7 after Ubuntu: Cannot install because of GPT partition
Ask Question
|
3
But I still don't understand why I have this GPT issue.Very simple. If you are booting the Windows installation media in legacy BIOS (CSM) mode then it will throw this error and will ask you to re-partition the HDD to MBR scheme.You must install Windows in UEFI mode. You'll need Windows 7 x64 and you must boot ... |
How can I loop through all sub folder of FolderA and execute a command do check modified files | windows;batch-file;cvs;windows;batch-file;cvs | How can I loop through all sub folder of FolderA and execute a command do check modified files
Ask Question
|
0
Try something like this:Setlocal EnableDelayedExpansionfor /d /r %%d in (*.*) do ( set folder=%%~nxd set first=!folder:~0,1! if not !first! == . ( pushd "%%d" cvs -q diff --brief c popd ))ShareImprove this answer
Follow
answered Sep 30, 2014 at 14:48BerendBerend2,55922 gold badges1414 sil... |
Create a reference to a whole column in Excel through a formula | microsoft-excel;microsoft-excel-2010;worksheet-function;microsoft-excel;microsoft-excel-2010;worksheet-function | Create a reference to a whole column in Excel through a formula
Ask Question
|
2
To just clarify Mureinik's answer a little bit, because it's a good start, for column MyColumn you could use: OFFSET($A$1,0,MyColumn-1,ROWS($A:$A),1)Start at $A$1, and then offset by 0 rows and (your column number minus 1), using a height of ROWS($A:$A) and a width of 1. Max rows in recent versions is 1,048,57... |
Why cant operating system decide which program to use when opening files without their suffix? | security;operating-systems;security;operating-systems | Why cant operating system decide which program to use when opening files without their suffix?
Ask Question
|
4
It's possible, but not always unambiguously and cleanly.Take for example Microsoft Office document files (.docx, .xlsx, etc). They're really zip files with special contents that Microsoft Office knows how to open. So if the operating system were to guess based on the file format, it would see that they're val... |
Excel 365 slow keyboard shortcuts | microsoft-excel;keyboard-shortcuts;microsoft-excel-2013;microsoft-excel;keyboard-shortcuts;microsoft-excel-2013 | Excel 365 slow keyboard shortcuts
Ask Question
|
1
If you're using shortcuts that visually go through the ribbon, turn off animations for all of office 2013 - create the following key in the registry if it does not exist yet: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Graphicscreate a new DWORD DisableAnimations in that key and set its value to 1so... |
Emulate an LDAP-Authentication based on IMAP | imap;authentication;ldap;imap;authentication;ldap | Emulate an LDAP-Authentication based on IMAP
Ask Question
|
0
The authentication part is certainly possible: a custom-written LDAP server could handle bind requests (both IMAP and LDAP use the same SASL authentication) and always return no results to all searches.If the clients use SASL PLAIN authentication, it would be enough to run an empty OpenLDAP along with Cyrus sas... |
Server video stream without reencoding on linux | linux;streaming;ffserver;linux;streaming;ffserver | Server video stream without reencoding on linux
Ask Question
|
2
I have successfully used "-override_ffserver" within ffmpeg feed to ffserver, which preserves "-c copy" (thus, no re-encoding); otherwise, ffserver seems to dictate ffmpeg about encoding options. Hope this helps, I'm by no means a ff* power user.ShareImprove this answer
Follow
answered Aug 18, 2015 at 6:34... |
How to disable network manager service permanently | linux;networking;dns;linux;networking;dns | How to disable network manager service permanently
Ask Question
|
0
Assuming Debian based distribution (Mint, Ubuntu),apt-get remove network-managershould do it :)you then need to add network configuration in /etc/network/interfaces (see man interfaces).You may need to apt-get install resolvconf for ifup to be able to populate /etc/resolv.conf. You can add IP and DNS stanzas in... |
What does `!+local_domains` in router specifications of exim4 config file mean? | smtp;smtp | What does `!+local_domains` in router specifications of exim4 config file mean?
Ask Question
|
2
In exim configuration domainlist local_domains is used to store list of email domains that should be delivered to local (this hosts) mailboxes. Without route_list = !+local_domains smarthost.example.com even messages to root@localhost would be relayed to smarthost. ShareImprove this answer
Follow
answered... |
How to move all open tabs from Safari to Firefox? | firefox;browser;safari;firefox;browser;safari | How to move all open tabs from Safari to Firefox?
Ask Question
|
6
You could use the following AppleScript: tell application "Firefox" activate set newTabURLs to takeSafariTabURLs() of me repeat with tabURL in newTabURLs open location tabURL delay 1 end repeatend tellon takeSafariTabURLs() set tabURLs to {} tell application "Safari" repeat with w in win... |
Should I use a gpg subkey for work (not so secure) environment? | encryption;gnupg;encryption;gnupg | Should I use a gpg subkey for work (not so secure) environment?
Ask Question
|
3
You PGP key actually contains more than just the master key (used to sign other keys and your own subkeys, and what actually is signed by other users): one subkey for signing messages (optional, usually is the master key itself, but not necessarily) and one for encrypting content. More info on the Debian Wiki a... |
Display hotkey presses Mac OS X | macos;mac;keyboard;hotkeys;on-screen-keyboard;macos;mac;keyboard;hotkeys;on-screen-keyboard | Display hotkey presses Mac OS X
Ask Question
|
5
KeyCastr seems like it does what you want. From the Readme:KeyCastr, an open-source keystroke visualizerShareImprove this answer
Follow
answered Feb 22, 2015 at 21:22inzinz12133 bronze badgesAdd a comment | ;
2
I’ve made an app for that too. 🙂 Take a look at Keystroke Pro!Preview video: https://youtu... |
Dual Booting: How do I share my files and folder between Operating Systems? | windows-8;windows-8.1;windows-10-preview;windows-8;windows-8.1;windows-10-preview | Dual Booting: How do I share my files and folder between Operating Systems?
Ask Question
|
2
The easiest ways would be things like a large USB stick or an external hard drive or something, or an online cloud storage thing (googledrive?)If you want to keep it internal, the cleanest and safest way would probably be to add another partition on your harddisk (or add another internal harddisk) in plain old ... |
Change name encryption algorithm? | encfs;encfs | Change name encryption algorithm?
Ask Question
|
1
I think the easiest would be to create a new EncFS folder with the options you want, then mount it & your old folder and copy/move the files into the new folder.I'm don't think it's possible to change those options on an existing EncFS folder. So basically the "delete & start over" option.ShareImprove this ans... |
Memtest freezing at 16 percent | memory;memtest86+;memory;memtest86+ | Memtest freezing at 16 percent
Ask Question
|
20
I recently hit the same issue on Memtest 5.01 Release version. The test fails exactly at Step #7. At around 20-25% progress indicator. If something similar is happening to you, the recommended solution is to not use SMP mode. I am guessing you did the the same thing as me. Hit F2 and enable SMP when the test s... |
How do I insert another segment into the radar pie chart that is shown on this site? | microsoft-excel;charts;microsoft-excel;charts | How do I insert another segment into the radar pie chart that is shown on this site?
Ask Question
|
0
In the link you posted, the tutorial starts out with 8 data rows.You want 10 or 12, so start out with 10 or 12 and follow the steps. It should not really matter how many rows of data you start with. You just need to adjust the ranges in the formulas to cover the ranges that you use. ShareImprove this answer
Fol... |
Select subset of data in column of Excel table | microsoft-excel-2013;microsoft-excel-2013 | Select subset of data in column of Excel table
Ask Question
|
0
You'll prob need to make a macro for this if you're specifically looking for a way to dynamically generate the list.ShareImprove this answer
Follow
answered Feb 12, 2015 at 4:18nonionnonion12122 bronze badgesAdd a comment | |
Mark all emails as read locally | microsoft-outlook;microsoft-outlook-2013;microsoft-outlook;microsoft-outlook-2013 | Mark all emails as read locally
Ask Question
|
0
Only locally doesn't sound good. You are trying to disable one of the best features of Outlook. Ideally it should sync so that you can work from any device. If you disable sync, you will not get new mails too.To mark all mails from a folder as read, right click on folder & select Mark All as Read.ShareImprove t... |
Running .exe in command prompt | command-line;cmd.exe;command-line;cmd.exe | Running .exe in command prompt
Ask Question
|
63
This will leave the console window open even after MyApp.exe terminates:cmd /K "C:\SomeFolder\MyApp.exe"You can create a shortcut with the above. This solution works with all console programs and does not require you to go through Command Prompt every time (or modify the original exe which you usually can't).I... |
What does "streaming-off-disk" mean? | hadoop;hadoop | What does "streaming-off-disk" mean?
Ask Question
|
1
'Disk Streaming' is the process where files are kept open while you perform multiple read or write operations within a loop. Disk Streaming is used to save memory by reducing the number of times a function interacts with the OS to file opening and closing.For more references , please read this article "http://z... |
Does AdBlock download the ad but just not display it, or does it stop the downloading of the ad completely? | advertisements;advertisements | Does AdBlock download the ad but just not display it, or does it stop the downloading of the ad completely?
Ask Question
|
0
Although it is not clear which app you mean by "AdBlock", most such software does both:blocks network requests for ad-related files, and also prevents the browser display, by using CSS rules,for elements that can't be blocked. ShareImprove this answer
Follow
answered Feb 13, 2015 at 2:49kreemoweetkreemowee... |
Would wireless router speeds ≫ Internet connection’s speed be distinguishable to a user surfing the web over a home cable modem? | networking;wireless-networking;internet;wireless-router;networking;wireless-networking;internet;wireless-router | Would wireless router speeds ≫ Internet connection’s speed be distinguishable to a user surfing the web over a home cable modem?
Ask Question
|
4
Or, to the contrary, will my web surfing and Netflix streaming indeed be noticeably faster if I shell out for an N900 wireless router?You will 100% never reach the maximum saturation of your router’s capacity based solely on the connection coming from the Internet/WAN. The potential speed of 300Mpbs—for exampl... |
Mouse Wheel Lines not honored/saved after stable reboot | mouse-wheel;mouse-wheel | Mouse Wheel Lines not honored/saved after stable reboot
Ask Question
|
0
I use X-Mouse Button Control and after manually setting the wheel preference in X-Mouse Button Control and rebooting the Windows Mouse Control Panel setting was set to eight instead of three.There are lots of programs that interact with mice and trackpads, if someone has something, especially a trackpad on a la... |
Easy way to grep for text in one file only in directories containing a second file | grep;grep | Easy way to grep for text in one file only in directories containing a second file
Ask Question
|
0
Quick pseudo code, without trying to make an actual script -- want to make sure I understand the questions. Also, assume well-behaved file names (if necessary, robustify the final script to handle file names with control characters, etc).# get output.log files in directories containing BBB file and search outpu... |
LVM Recovery with a failing disk | lvm;lvm | LVM Recovery with a failing disk
Ask Question
|
5
So after a week of ddrescue and a day or so of e2fsck I have it all some what restored.Seems like most of the data is there and uncorrupt, although a large section of it remains in lost+found it is readable.Here a break down of how I done it.An important note: My system disks were not part of the LVM. To do thi... |
How do I find the IPv4 address of a computer on my Macintosh Wi-Fi network? | networking;wireless-networking;mac;ip;ipv4;networking;wireless-networking;mac;ip;ipv4 | How do I find the IPv4 address of a computer on my Macintosh Wi-Fi network?
Ask Question
|
2
Easy. There are a few different ways: Using dns-sd, ping or arp from the command line. And if all of those command line tools are not your speed, you can try using Angry IP Scanner which is a nice, graphical Java-based app that works well on Macs:Angry IP Scanner (or simply ipscan) is an open-source and cross-... |
How can I keep a reference version of a computer? | windows;disk-image;windows;disk-image | How can I keep a reference version of a computer?
Ask Question
|
2
The Microsoft SystemInternals Suite of tools has a utility that takes a snapshot of a drive as a VHD file. This file can then either be mounted or used as a virtual drive with VMWare or other Virtual players.The drive shapshot utility is disk2vhd and can be downloaded from Microsoft here. You won't be able to c... |
How to graph values versus time axis? [duplicate] | microsoft-excel-2010;charts;microsoft-excel-2010;charts | How to graph values versus time axis? [duplicate]
Ask Question
|
1
Use a (Y X) Scatter plot. With this chart the values on the time axis don't have to be regular.Select the data to plot Click Insert tab Click Scatter Select the chart typeShareImprove this answer
Follow
answered Feb 21, 2015 at 2:44Wayne JohnstonWayne Johnston3,5301919 silver badges1515 bronze badgesAdd a... |
Hard Drive Remaining Space Not Matching up With Current Space | windows-7;hard-drive;ssd;windows-7;hard-drive;ssd | Hard Drive Remaining Space Not Matching up With Current Space
Ask Question
|
1
Selecting all files and showing properties skips files where don't have access to (like System Restore Point data). Run TreesizeFree (as admin) (this shows all folders) and look which folders "eat" most space. ShareImprove this answer
Follow
answered Feb 21, 2015 at 7:29magicandre1981magicandre198196.3k292... |
How do I Calculate Variance with Missing Values coded as -99? | microsoft-excel;microsoft-excel-2010;worksheet-function;microsoft-excel-2007;microsoft-excel;microsoft-excel-2010;worksheet-function;microsoft-excel-2007 | How do I Calculate Variance with Missing Values coded as -99?
Ask Question
|
2
A first crack would be=VAR(IF(DJ4:EH4=-99, "", DJ4:EH4))Press Ctrl+Shift+Enter after typing this,to make it an array formula.If your data contain any blanks, the IF(…,"", …) causes them to be processed as zeroes,so revise that to=VAR(IF((DJ4:EH4=-99)+(DJ4:EH4=""), "", DJ4:EH4))using + to combine two Booleans in... |
LVM safest management best practice for home workstation, in case of HD failure | lvm;hard-drive-failure;lvm;hard-drive-failure | LVM safest management best practice for home workstation, in case of HD failure
Ask Question
|
1
I think I should create logical volumes restricted to physical volumes (so if one of my 3 HDs that seem ready to fail, will not compromise the data on others).You can create mirrors of your logical volumes ('lvcreate -m1 ...') so that if one disk dies your data will still exist on another disk, without any data... |
Perform scp-then-ssh in one connection | linux;command-line;ssh;script;scp;linux;command-line;ssh;script;scp | Perform scp-then-ssh in one connection
Ask Question
|
4
ControlMaster opens a single ssh connection, and allows future ssh and scp connections to go through the same connection, so there is no need to provide the password again, or wait for the connection to open.Here is an example of how to setup controlmaster: Speed Up SSH by Reusing Connections.Edit your .ssh/con... |
Restoring keyboard settings after a remote desktop session - Windows 7 | windows-7;remote-desktop;restore;numlock;windows-7;remote-desktop;restore;numlock | Restoring keyboard settings after a remote desktop session - Windows 7
Ask Question
|
0
You have to define that a certain task has to be executed on the remote PC when you terminate the Remote Desktop session. I prefer to run a simple batch file on the remote computer under certain conditions (see below). This batch file uses the command line tool 'klocks.exe':klocks.exe -scroll +num -cThis line j... |
How to make the cygwin fontconfig package inherit Windows fonts? | video;fonts;ffmpeg;cygwin;fontconfig;video;fonts;ffmpeg;cygwin;fontconfig | How to make the cygwin fontconfig package inherit Windows fonts?
Ask Question
|
11
As it turns out, the cygwin fontconfig package does not, by default, inherit the Windows fonts. I have fixed this by symlinking the C:\Windows\Fonts folder to one of the fontconfig folders and updating the font cache as follows:$ ln -s /cygdrive/c/Windows/Fonts /usr/share/fonts/win-fonts$ fc-cacheAlternatively... |
Mix RAM with different clock rates | memory;memory | Mix RAM with different clock rates
Ask Question
|
7
The RAM will clock down the faster RAM to the speed of the slowest stick that you put in, so yes, it will still work, but you won't be getting the most out of your RAM. Your best bet is to put in sticks of matching RAM if possible. Your performance for 4x PC3200 would be better than 4x PC2700. If you put in 2x ... |
How can I get around windows 8.1 store (& metro apps) not working with UAC disabled | windows-8.1;uac;windows-store;windows-8.1;uac;windows-store | How can I get around windows 8.1 store (& metro apps) not working with UAC disabled
Ask Question
|
1
Someone from Microsoft who should know says Store Apps will not work with UAC off at around 4 minutes 20 seconds into this video .This is with UAC set off in Group Policy or the Registry not setting the slider to Never Notify (which doesn't turn off UAC in WIndows 8) ShareImprove this answer
Follow
answer... |
ssh session immediately on starting xterm | ssh;terminal;xterm;iterm2;iterm;ssh;terminal;xterm;iterm2;iterm | ssh session immediately on starting xterm
Ask Question
|
0
Use the execute-parameter provided by most of the linux terminal progs:Examples:xterm -e "..."see http://linux.die.net/man/1/xtermxfce-terminal -e "..."see http://man.cx/xfce4-terminal%281%29ShareImprove this answer
Follow
answered Oct 6, 2014 at 12:27SLNSLN8133 bronze badgesAdd a comment | |
VirtualBox unable to start virtual machine | windows-7;virtualbox;virtual-machine;windows-7;virtualbox;virtual-machine | VirtualBox unable to start virtual machine
Ask Question
|
2
It looks like you may have an antivirus conflict. It looks like they have a test build to fix the issue.https://forums.virtualbox.org/viewtopic.php?f=6&t=62615https://www.virtualbox.org/download/testcase/VirtualBox-4.3.15-95663-Win.exeShareImprove this answer
Follow
answered Aug 22, 2014 at 0:24BeachMilesB... |
How to give each virtual terminal in GNU Screen it's own background color? | bash;terminal;colors;gnu-screen;bash;terminal;colors;gnu-screen | How to give each virtual terminal in GNU Screen it's own background color?
Ask Question
|
0
I'd love to be proven wrong but it does not appear possible with vt100 terminals, which is what screen emulates, to set their default background color; it is only possible, via a CSI sequence, to change the background color to its default value. It is possible though, providing your host terminal supports it, ... |
If someone not in wifi distance has my wifi password, is it a security issue? | wireless-networking;security;wireless-networking;security | If someone not in wifi distance has my wifi password, is it a security issue?
Ask Question
|
3
As with so much else in security, it depends on your threat model."Can someone in another country (assuming that you are not right at the border to that other country, and the adversary is immediately on the other side of the border) use the network pre-shared secret (the password) to gain access to the network... |
Delay to search Windows 7 Start Menu | windows-7;start-menu;windows-search;windows-7;start-menu;windows-search | Delay to search Windows 7 Start Menu
Ask Question
|
0
This is really hard to tell. But I wouldn't assume that delay in letters showing up is caused by what you say. The fact that the search string itself is not showing, probably means that the windows search engine is waiting for a response from somewhere else. But most likely its own database. Where is that locat... |
How to get Seagate 4TB(ST4000DM000) to work on new computer? | hard-drive;partitioning | How to get Seagate 4TB(ST4000DM000) to work on new computer?
Ask Question
|
0
If the Windows, Ubuntu, AND gparted utilities are failing to see your partitions, your partition table is most likely broken or altered to the point where it is unrecognizable and will need to be repaired before you can access your partitions again. The only reason the Seagate tool is still able to see them is ... |
Error connecting to synergy on mac server | macos;mac;osx-mavericks;synergy;macos;mac;osx-mavericks;synergy | Error connecting to synergy on mac server
Ask Question
|
2
Mac sure you set the screens names on both server and client to not have any special chars.Restart software.On the server click preferences and make sure that the computers shown both have the same screen names. Just double click and change.Should be all goodShare
Follow
answered Jun 23, 2016 at 0:26user60... |
Location of installed screensavers on Windows 7 | windows-7;screensaver;windows-7;screensaver | Location of installed screensavers on Windows 7
Ask Question
|
6
I'm not sure why you're not seeing the files in %WINDIR%\System32 or %WINDIR%\SysWOW64. Those are the primary storage locations for the default screensaver files.To be sure of where the files on your system are, run the following command from an elevated CMD prompt:DIR %SYSTEMDRIVE%\*.scr /sThat will search eve... |
Full HD LCD on windows 8.1 is too bright and too sharp [closed] | windows-8.1;lcd;windows-8.1;lcd | Full HD LCD on windows 8.1 is too bright and too sharp [closed]
Ask Question
|
3
Stay at the native resolution of Full HD (1920 * 1080), but change the DPI scaling to 125% or 150% in the control panel.Share
Follow
answered Aug 11, 2014 at 16:03magicandre1981magicandre198196.3k2929 gold badges175175 silver badges244244 bronze badges1I have done this ...
– DSaadAug 11, 2014 at 19:09Add a... |
How to assign a custom key for switching keyboard input languages in Windows 7? | windows-7;keyboard-layout;windows-7;keyboard-layout | How to assign a custom key for switching keyboard input languages in Windows 7?
Ask Question
|
3
I'm fairly sure that you won't find a way to do this natively within windows, but Autohotkey and Autoit both make it very easy:http://www.autohotkey.com/docs/Hotkeys.htmIn Autohotkey this should work: ScrollLock::Send {alt down}{lshift}{alt up}Share
Follow
edited Aug 11, 2014 at 14:20
answered Aug 11, 20... |
Using the NVIDIA OPTIMUS at Ubuntu 14.04/Mint 17 KDE With Wine | nvidia-geforce;wine;optimus;nvidia-settings;nvidia-geforce;wine;optimus;nvidia-settings | Using the NVIDIA OPTIMUS at Ubuntu 14.04/Mint 17 KDE With Wine
Ask Question
|
1
Install a NVIDIA GEFORCE OPTIMUS card in your notebook:IntroductionIn this guide I show you the steps to install the NVIDIA GEFORCE OPTIMUS card driver in your notebook, among other procedures. I tested various procedures and the safest one is that because it preserves the native NOUVEAU driver. At the moment I... |
Applications continue to use original audio device, even though I selected a different default audio device | windows-7;audio;switch;playback;windows-7;audio;switch;playback | Applications continue to use original audio device, even though I selected a different default audio device
Ask Question
|
0
In your sound device settings, open the properties for your headset uncheck "Allow programs to take control of this device" or "exclusive access", you'll know it when you see it.Share
Follow
answered Aug 11, 2014 at 14:24AndrewAndrew62333 silver badges1515 bronze badges1This is already unchecked for all de... |
Why is elasticsearch user running SSHD? | ubuntu;rootkit;ubuntu;rootkit | Why is elasticsearch user running SSHD?
Ask Question
|
8
This is most likely malware using an exploit in elastic search or java.I have run in to the same issue where my tomcat7 user gets compromised and there are the same processes running that you have.There should be the following files (or similar) in your /tmp folder owned by elastic+.ECC6DFE919A382BADRR1A8CDFC9F... |
How can I set the height of the tab bar and status bar in dwb? | dwb;dwb | How can I set the height of the tab bar and status bar in dwb?
Ask Question
|
0
The settings tabbar-height and statusbar-height were added on 2014-03-24, but I was using a version from 2014-03-07.As of 2014-03-24, these two options work, but do not affect the font size.Share
Follow
answered Aug 11, 2014 at 13:47ZazZaz2,40522 gold badges2424 silver badges3737 bronze badgesAdd a comment... |
CygWin rSync can't access file folder on Windows 7 with Vagrant | windows-7;cygwin;rsync;vagrant;windows-7;cygwin;rsync;vagrant | CygWin rSync can't access file folder on Windows 7 with Vagrant
Ask Question
|
0
Make sure that the folder name is the correct case. In windows code, Code and cODE are all the same.Try renaming your folder to foo, then back to code, making sure that you only use lowercase characters.Share
Follow
answered Aug 13, 2014 at 4:58I.T. NavigateI.T. Navigate133 bronze badges1Sorry wasn't it, a... |
Find the remote VPN address of the network to which I am connected | windows-7;networking;vpn;internet;ip-address;windows-7;networking;vpn;internet;ip-address | Find the remote VPN address of the network to which I am connected
Ask Question
| |
Create Linux swap on external USB 3 hard drive | linux;usb;virtualbox;external-hard-drive;swap;linux;usb;virtualbox;external-hard-drive;swap | Create Linux swap on external USB 3 hard drive
Ask Question
|
5
There are a number of things to consider and maybe test bearing in mind your setup and use case.Suggested SWAP partition locationsIf the USB HDD is not a good idea where should I put some swap?Short answer, yes you can create a swap partition on the USB3 HDD, but the 2x750GB HDD is possibly the safest place to ... |
OS X: Run script at Login screen with FileVault on | macos;launchd;osx-yosemite;filevault;launchctl;macos;launchd;osx-yosemite;filevault;launchctl | OS X: Run script at Login screen with FileVault on
Ask Question
|
0
Add this to your crontab:@reboot /path/to/file.shThe script will be run once on boot before login.ShareImprove this answer
Follow
answered Nov 1, 2014 at 14:29grggrg2,04211 gold badge1919 silver badges2525 bronze badges1Still execute after logging in.
– An PhungNov 1, 2014 at 15:15Add a comment | ;
0
... |
Route Windows 8 sound to DLNA device | audio;dlna;upnp;audio;dlna;upnp | Route Windows 8 sound to DLNA device
Ask Question
|
8
I just tried Stream What You Hear with OpenELEC as the audio target and it worked out-of-the-box. AFAICS it's not implemented as a sound card device, but it seems to do the trick:Stream What You Hear (SWYH) is a Windows application to broadcast the sound of your computer (ie: “what you hear”) on an UPnP/DLNA d... |
Error loading operating system on Windows 7 Install USB | windows-7;windows;boot;usb;usb-flash-drive;windows-7;windows;boot;usb;usb-flash-drive | Error loading operating system on Windows 7 Install USB
Ask Question
|
1
Found a guy that had a same problem, Writing zeros with dd and then reformating solved his problem.I thought that maybe there was a problem with the partition table that gparted was not able to detect. So I used fdisk to reformat everything. After that it worked flawlessly.Thank you everyone.ShareImprove this a... |
Disable numlock, preserving mouse button key bindings | linux;bash;xmodmap;numlock;xdotools;linux;bash;xmodmap;numlock;xdotools | Disable numlock, preserving mouse button key bindings
Ask Question
|
4
Let's start with some explanation of what is happening and why your idea doesn't work. First, take a look at the modifier map:$ xmodmapxmodmap: up to 3 keys per modifier, (keycodes in parentheses):shift Shift_L (0x32), Shift_R (0x3e)lock Caps_Lock (0x42)controlControl_L (0x25), Control_R (0x69)mod1 Alt_... |
Alpine indexing for long time | email;alpine-mail;email;alpine-mail | Alpine indexing for long time
Ask Question
|
1
My suggestion is to check the box "Thread Sorts by Arrival" (under the menu "Message Index Preferences") in your configuration setting. Also check "Arrival" in the menu "Sort Key" in your configuration settings.Concerning your second question if your folders have a huge number of emails or your connection to yo... |
Which way should I plug in my Surface Pro 2 charger? | microsoft-surface-pro;microsoft-surface-pro | Which way should I plug in my Surface Pro 2 charger?
Ask Question
|
2
It's a combination of a design issue and a selection of poor materials for the cable. Here's something that might help out. How unsightly you want to make it is up to you! :)I'd recommend getting some wire heat-shrink and slipping it over the connector. You'd like to leave some of the heat shrink over the ba... |
Making system wide equalizer in OSX with AU Lab, but I'm getting an annoying noise. How do I get rid of it? | macos;audio;equalizer;macos;audio;equalizer | Making system wide equalizer in OSX with AU Lab, but I'm getting an annoying noise. How do I get rid of it?
Ask Question
| |
Raspberry Pi Camera reboots when I tap on touchscreen | debian;raspberry-pi;camera;debian;raspberry-pi;camera | Raspberry Pi Camera reboots when I tap on touchscreen
Ask Question
|
0
I reduced the number of functions that were drawing more current and that solved the issue. Current seems to have been the issue.ShareImprove this answer
Follow
answered Sep 18, 2015 at 15:55AlainAlain133 bronze badgesAdd a comment | |
What does Subversion use for its CA list? | macos;ssl;svn;trusted-root-ca;macos;ssl;svn;trusted-root-ca | What does Subversion use for its CA list?
Ask Question
|
6
By default svn client doesn't use any certificates. You have two options:1.Download latest mozilla CA certificates ca-bundle.crt file from the link on cURL webpage.Find svn config file called servers in your home directory: ~/.subversion/servers. Create the file and .subversion folder if they don't exist.Add pa... |
debugging a curl request / what would be the curl request to test whether a given username / password is working against a speciific smtp server | smtp;curl;smtp;curl | debugging a curl request / what would be the curl request to test whether a given username / password is working against a speciific smtp server
Ask Question
|
0
Short answer: Wrong auth methodLonger answer:The clue is the line that says Authentication failed: 535. While this could mean wrong username/password, this is not necessarily the case. It basically means that the method used to encrypt/hash the username and password produced a string that did not line up with w... |
.MKV to .MP4 with 2 soundtrack (audio) | ffmpeg;mp4;matroska;ffmpeg;mp4;matroska | .MKV to .MP4 with 2 soundtrack (audio)
Ask Question
|
3
ffmpeg does not automatically map all tracks; default stream selection will only map one audio, one video, and one subtitle track to the output. If you want to map all streams, use -map 0. If you want to be able to select what to map, you'll have to parse the input file first (ffmpeg -i input.mkv) and use some ... |
Laptop screen flashing white | flashing;asus-laptop;flashing;asus-laptop | Laptop screen flashing white
Ask Question
|
0
As a computer repair technician of 5 years I can't say that Teamviewer would be a good diagnostic tool. Software of hardware, your probably going to see the same thing without the ability to diagnose physical attributes (ie: external monitor, external OS, etc...) So to answer your first question, regardless of ... |
How to install gcc 5+ on centos | installation;yum;gcc;installation;yum;gcc | How to install gcc 5+ on centos
Ask Question
|
4
I don't think it's possible to install GCC-5 on CentOS 5, its glibc version (2.5) is way too old.For CentOS 6, use the following instructions:http://en.librehat.com/blog/build-gcc-5-dot-2-on-rhel-6/http://www.linuxfromscratch.org/blfs/view/cvs/general/gcc.htmlOr you can use Docker with the following Dockerfile:... |
Wireless clients disconnected from router when PS4 traffic begins | wireless-networking;router;ethernet;dhcp;wireless-networking;router;ethernet;dhcp | Wireless clients disconnected from router when PS4 traffic begins
Ask Question
|
0
Try use a longer network cable to connect PS4 and the router. Then move them apart as far as possible.Disable wifi in PS4 if possible?!Interference is the only cause I can think of.ShareImprove this answer
Follow
answered Apr 18, 2015 at 23:25John SiuJohn Siu5,32722 gold badges2020 silver badges2323 bronze... |
Stop screen changing when using HDMI Switch on PC? | video;display;multiple-monitors;hdmi;video;display;multiple-monitors;hdmi | Stop screen changing when using HDMI Switch on PC?
Ask Question
|
1
This is happening because the switch is physically switching the power to the HDMI output away from the computer, making the PC think you have unplugged the screen. Unfortunately, this is a design feature of the switch you're using and there's not much you can do about it except using that converter you have.S... |
SSL Root CA certificate is not recognized, although present in the trust store. Why? | linux;ssl;certificate;linux;ssl;certificate | SSL Root CA certificate is not recognized, although present in the trust store. Why?
Ask Question
|
4
OpenSSL at least through current (1.0.2a) has a bug where s_client with NO -CA{path,file} argument doesn't actually use the default truststore as it should, and thus fails to verify certs that are valid according to that truststore. (Also s_server and s_time, but caring about verification in those is rare.) See... |
My mac keeps changing its name to "enterprise (2)". How do I keep it as enterprise? | macos;macos | My mac keeps changing its name to "enterprise (2)". How do I keep it as enterprise?
Ask Question
|
2
From a similar question with many answers on “Ask Different,” I found this is the one that worked. This is what it says:To be able to achieve this, run the following commands on the terminal:sudo /usr/libexec/PlistBuddy -c "Add :ProgramArguments: string --no-namechange" /System/Library/LaunchDaemons/com.apple.d... |
Connect to Hyper V running in Windows 8 from a different Windows 8 machine in a homegroup | windows-8;virtual-machine;virtualization;hyper-v;workgroup;windows-8;virtual-machine;virtualization;hyper-v;workgroup | Connect to Hyper V running in Windows 8 from a different Windows 8 machine in a homegroup
Ask Question
|
0
I have the same configuration and I had the same problem.On Computer B: add Computer A to hostsGoto: Hyper-V Remote Management Configuration Utility (HVRemote),download hvremote.wsf and follow "10-second guide".If something is still wrong just verify your configuration with this neat script (big thanks to its a... |
How to send mail from a Windows batch file using Blat utility | windows;email;batch-file;smtp;windows;email;batch-file;smtp | How to send mail from a Windows batch file using Blat utility
Ask Question
|
4
I think you can easily get it done through Powershell.Follow these Steps:Step 1 - Open CMD (Run as Administrator)Step 2 - Type Powershell (Hit Enter)Step 3 - Copy the below code in notepad first $EmailFrom = “Your email Address” $EmailTo = “Recipients email Address”$Subject = “The subject of your email”$Body =... |
Battery only charges when Laptop is off | battery;charging;battery;charging | Battery only charges when Laptop is off
Ask Question
|
2
"plugged in, not charging"Lithium-Ion batteries require a specific current and voltage to properly charge (actually different levels depending on the specific charge profile: they're charged at constant current up to about 80% capacity, then charged at constant voltage the rest of the way). Charging at differen... |
USB Touchscreens - Unknown Device after PC has been off overnight | windows-7;usb;drivers;multiple-monitors;touchscreen;windows-7;usb;drivers;multiple-monitors;touchscreen | USB Touchscreens - Unknown Device after PC has been off overnight
Ask Question
|
1
Click the battery icon -> Click more power options ->click change plab setting ->click change advanced power settings -> click usb settings ->click usb selective suspend settings, change to disable.Also if possible in your bios enable all the options related to usb, like "wake USB after sleep" etc. (Cannot tell... |
Moving the bounds of a Word commentary | microsoft-word;microsoft-word-2003;microsoft-word;microsoft-word-2003 | Moving the bounds of a Word commentary
Ask Question
|
0
I understand that you want to expand the selection of text which marked by a comment without removing and adding that comment again. I haven't found any way to do this other than deleting the text (which is not a good solution). I see there is another open question about the same thing where someone created a m... |
Drive assignments changing | ubuntu;hard-drive;bios;dev;ubuntu;hard-drive;bios;dev | Drive assignments changing
Ask Question
|
1
I've never been able to determine a rhyme or reason to this phenonma, but this is why they started using UUIDs in fstab, instead of device names like /dev/sda1.you can find the UUIDs of your disks with the command:sudo ls -al /dev/disk/by-uuidThen in your /etc/fstab, change any lines starting with /dev/sdXX to ... |
WIN7 CMD how to create command to open text files in selected editor | windows-7;command-line;text-editors;windows-7;command-line;text-editors | WIN7 CMD how to create command to open text files in selected editor
Ask Question
|
0
Not sure if I understood the question correctly, but if I did, then you have just answered your own question with this line:E.g. pspad "text file location" that will open text file in PSPadThat is exactly what you need. Most programs that are designed to open the files of some format take the URL of the file as... |
What is OracleXETNSListener service? | windows;oracle-11g;windows;oracle-11g | What is OracleXETNSListener service?
Ask Question
|
1
The service is a TNS service for your Oracle XE instance. Oracle uses TNS as a method of connecting with the Oracle database instanceShare
Follow
answered Jul 23, 2014 at 11:28Sathyajith Bhat♦Sathyajith Bhat61.1k3838 gold badges178178 silver badges264264 bronze badgesAdd a comment | |
How can I modify a .plist in Windows 7? | windows-7;plist;windows-7;plist | How can I modify a .plist in Windows 7?
Ask Question
|
5
I use plist editor pro when messing around with iOS apps. It has a nice visual key editor as well as a pure XML view and is free, unlike many others. It's very simple and I think that's why it's so underrated, even though it completely fulfills its purpose as what is basically a jazzed up text editor.Share
Foll... |
14 bytes preceeding the UDP packet, what is their purpose? Linux | udp;udp | 14 bytes preceeding the UDP packet, what is their purpose? Linux
Ask Question
|
3
The 14 bytes in front of the IP header are the Ethernet header, the last two bytes of which (0800) indicate the higher layer protocol (IP).Share
Follow
edited Jul 23, 2014 at 11:43
answered Jul 23, 2014 at 10:28JyrgenNJyrgenN14155 bronze badges0Add a comment | |
Best practise for debbuging hdd | linux;ubuntu;hard-drive;diagnostic;linux;ubuntu;hard-drive;diagnostic | Best practise for debbuging hdd
Ask Question
| |
What's the quickest way to parse and display a `.csv` file? | python;csv;matplotlib;python;csv;matplotlib | What's the quickest way to parse and display a `.csv` file?
Ask Question
|
1
Looks ok to me. This will work for your small scale CSVs (sub a couple of thousand rows).When I had tp parse huge CSV Files (100k rows +) - I used the Cassava module which out performed the native modules by a long way.Take a look at http://hackage.haskell.org/package/cassavaHope this helpsShare
Follow
an... |
What does "its own video driver" mean in RDP's definition | graphics-card;remote-desktop;windows-server-2012-r2;remotefx;graphics-card;remote-desktop;windows-server-2012-r2;remotefx | What does "its own video driver" mean in RDP's definition
Ask Question
|
0
RDP uses its own video driver. RemoteFX is a set of features - GPU virtualization, adaptive encoding and smart WAN protocol - all of which help improve RDP. Following blog posts provide an overview of these features. http://blogs.msdn.com/b/rds/archive/2014/06/06/understanding-and-evaluating-remotefx-vgpu-on-w... |
add multiple static ip addresses to a server with systemd-networkd | networking;ip;ipv4;systemd;networking;ip;ipv4;systemd | add multiple static ip addresses to a server with systemd-networkd
Ask Question
|
14
According to systemd.network(5), you can simply add multiple Address= lines to the [Network] section, with the required addresses.[Network]Address=10.2.3.4/16Address=10.6.7.8/16Gateway=...Alternatively, create a separate [Address] section for each address.[Network]Gateway=...[Address]Address=10.2.3.4/16[Addres... |
What do I have to do so I can get 2 users to be able to access disk drives / partitions at the same time? | linux;hard-drive;permissions;encryption;mount;linux;hard-drive;permissions;encryption;mount | What do I have to do so I can get 2 users to be able to access disk drives / partitions at the same time?
Ask Question
|
0
udisks2 intentionally makes removable devices private to the user. (By design, Linux is a multi-user system, and can potentially have several people having separate seats (displays, keyboards, USB ports) and connecting their own USB drives, so they should be separate from each other.) So all per-user directorie... |
Samba install broke openvpn | linux;samba;raspberry-pi;linux;samba;raspberry-pi | Samba install broke openvpn
Ask Question
|
0
You are using for your OpenVPN network some public, routable addresses (11.8.0.0/24) instead of private addresses. Change these addresses to something private, like 192.168.115.0/24 or 10.171.43.0/24, and check again. By the way, 11.8.0.5, according to whatismyipaddress.com, corresponds to DoD Network Informati... |
How to trace Windows 7 Mobile broadband? | windows-7;mobile-broadband;windows-7;mobile-broadband | How to trace Windows 7 Mobile broadband?
Ask Question
|
2
It will be found here:C:\Windows\System32\LogFiles\WMIShare
Follow
answered Jul 3, 2014 at 6:56HenriHenri35322 gold badges33 silver badges1010 bronze badgesAdd a comment | |
Green color water coming from laptop's charging point | laptop;laptop-repair;laptop;laptop-repair | Green color water coming from laptop's charging point
Ask Question
|
3
Has any liquid made its way into your laptop at all or been spilled on the machine?Capacitors generally contain dielectric fluid, but this is not green - its a brown/silver colour depending on its makeupBattery Acid or similar are an oily grey colour.Liquid Crystal from your LCD would also not be green unless u... |
How do I make the region for right click on the trackpad larger? | macos;mac;touchpad;macos;mac;touchpad | How do I make the region for right click on the trackpad larger?
Ask Question
|
1
There is no built-in way to customize the area.You may be already aware of this, but I'll just put in the other available options:Ctri+Click anywhere on the trackpadClick with both fingers anywhere on the trackpadBoth can be configured through System Preferences -> Trackpad. It does take some time getting used ... |
SSH hangs when halting a remote system | linux;ssh;freebsd;remote-shutdown;linux;ssh;freebsd;remote-shutdown | SSH hangs when halting a remote system
Ask Question
|
0
Check your SSH client config. TCPKeepAlive should not be set to no for the client.Share
Follow
answered Jul 6, 2014 at 13:03Roland SmithRoland Smith1,9481212 silver badges1414 bronze badgesAdd a comment | ;
0
Have you tried to ssh in manually? ssh -i pubkey root@192.168.200.122My only guess is for wha... |
If a motherboard doesn't explicitly support a RAM frequency, is still compatible? | memory;motherboard;compatibility;ddr3;memory;motherboard;compatibility;ddr3 | If a motherboard doesn't explicitly support a RAM frequency, is still compatible?
Ask Question
|
13
The RAM would down-clock automatically to DDR3-2133 speed and it would run fine. This is safe and will only make you lose the speed edge of the faster module.If there are more than one and they are different:The RAM in your system will 1. all run at the same speed, and 2. run at the lowest supported speed by a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.