TOPIC_TITLE
stringlengths
15
156
CATEGORIES
stringlengths
2
199
POST
stringlengths
36
177
ANSWERS
stringlengths
0
51.8k
Should I ignore .bash_rc, .bash_profile etc if I'm using Zsh?
macos;bash;zsh;macos;bash;zsh
Should I ignore .bash_rc, .bash_profile etc if I'm using Zsh? Ask Question
1 But I want to know if I should be ignoring .bash_profile and those other files, and putting everything into the .zshrc file? A lot of instructions online for installation or system set-up stuff have me adding stuff to .bash_rc, etc. I assume if I’m into using zsh, I should be putting that stuff in .zshrc?Th...
Awk to merge two files using hash
awk;terminal.app;osx-yosemite;awk;terminal.app;osx-yosemite
Awk to merge two files using hash Ask Question
1 If file2 contains (for example)The quick brownfox jumps overthe lazydog.then the first part of your awk script is settingh1["The"]="The"h2["quick"]="quick"h3["brown"]="brown"h1["fox"]="fox"h2["jumps"]="jumps"h3["over"]="over"h1["the"]="the"h2["lazy"]="lazy"h3["dog."]="dog."This doesn’t do you any...
Windows 8.1 Pro: Why does the name of the home folder end with _000? [duplicate]
windows-8.1;home-folder;windows-8.1;home-folder
Windows 8.1 Pro: Why does the name of the home folder end with _000? [duplicate] Ask Question
0 This may happen if you provide a Microsoft account during installation.If a local account is used instead, this will not happen.You may change it as described in this answer.ShareImprove this answer Follow edited Mar 20, 2017 at 10:04CommunityBot1 answered Apr 20, 2015 at 0:01thilina Rthilina R2,91355 gold ...
How do I install Hyper-V on the Dell X 13 (2015) with Windows 8.1 [duplicate]
hyper-v;dell-xps;hyper-v;dell-xps
How do I install Hyper-V on the Dell X 13 (2015) with Windows 8.1 [duplicate] Ask Question
2 The Hyper-V feature is only supported on the 64-bit Pro and Enterprise versions of Windows 8.1.If you have only the regular version of Windows 8.1, or if you're running a 32-bit version, that would explain why you do not see the feature available.This product matrix from Microsoft's web site lists the feature d...
Why does emptying disk space speed up computers?
memory;performance;disk-space;memory;performance;disk-space
Why does emptying disk space speed up computers? Ask Question
316 +50 Here, I wrote a book by accident. Get some coffee first.Why does emptying disk space speed up computers?It doesn't, at least not on its own. This is a really common myth. The reason it is a common myth is because filling up your hard drive often happens at the same time as other things that traditiona...
How do i suppress a ssh-add passphrase prompt?
cmd.exe;io;cmd.exe;io
How do i suppress a ssh-add passphrase prompt? Ask Question
0 I'm not aware of a way to change the prompt with custom text outside of changing the code. However, there are two ways around it:remove the passphrase from the keywrite an expect wrapper around ssh-add that provides the passphrase for youShareImprove this answer Follow edited Apr 20, 2015 at 6:14DavidPostill♦1...
Mac Mini (Late 2014) probelm when running 2 monitors
mac;multiple-monitors;mac;multiple-monitors
Mac Mini (Late 2014) probelm when running 2 monitors Ask Question
sync all Chrome extensions but keep disable/enabled options local?
google-chrome;sync;google-chrome-extensions;google-chrome;sync;google-chrome-extensions
sync all Chrome extensions but keep disable/enabled options local? Ask Question
1 This isn't a feature that I've tried (There may be dragons ahead) but it sounds like it should do what you are looking for.Open Chrome Settings.Right at the top, under Sign-in, there is an Advanced Sync Options button.Click that.Deselect the option to sync settings.It's the best bet that I've come across.ShareI...
How to download from a direct link using batch files and Google Chrome? [duplicate]
windows-7;google-chrome;batch;download;batch-file;windows-7;google-chrome;batch;download;batch-file
How to download from a direct link using batch files and Google Chrome? [duplicate] Ask Question
0 Bizarre to want to do it using Chrome rather than wget but it Works for meThe format is Chrome URL, (you wrote start there in between which you shouldn't)C:\>"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" http:// dl2.romhustler.net/download/MTOeeo3FWffukwoWvagsXw/1430069124/psx_full/Dino%20Crisi...
How do I know all the ip address used by the ip cameras in the network
rtsp;ip-camera;rtsp;ip-camera
How do I know all the ip address used by the ip cameras in the network Ask Question
0 Use nmap. Then scan for the range of your network like 149.228.115.* y the webcam is in the same segment than yoursShareImprove this answer Follow answered Apr 19, 2015 at 21:24mario ruizmario ruiz30322 silver badges88 bronze badges3I didn't get you. Can you please explain me? – AshishApr 19, 2015 at 21:34...
compare Windows folder with smartphone folder
windows;android;usb-storage;windows;android;usb-storage
compare Windows folder with smartphone folder Ask Question
3 It appears this is an issue with lots of comparison tools and smartphones, and has been for a while. As you guessed, the main issue is that phones attached as storage are not assigned drive letters when they are connected (See here for a thread dealing with the same issue from nearly two years ago: http://www.s...
virtualbox increase cpu cores script wise
linux;virtualbox;shell;cpu;bash-scripting;linux;virtualbox;shell;cpu;bash-scripting
virtualbox increase cpu cores script wise Ask Question
11 I would recommend trying hot-plug instead of powering off, changing CPU and starting it again.First, you need to mark it as cpu-hot-plug:VBoxManage modifyvm "VM name" --cpuhotplug onSecond, set a maximum CPU countVBoxManage modifyvm "VM name" --cpus 2Third and last, add or remove the "extra" cpu:VBoxManage mod...
Limit mouse movement to 2 montiors? (4 monitors all together)
windows-7;windows;multiple-monitors;cursor;windows-7;windows;multiple-monitors;cursor
Limit mouse movement to 2 montiors? (4 monitors all together) Ask Question
4 Ok Found a working version. Please post back if it works on your 4 Monitor setupCheck out Dual Monitor SoftwareUPDATE:Found another application Cursor lockShareImprove this answer Follow edited Jul 16, 2012 at 16:16 answered Jul 16, 2012 at 15:27David MurrayDavid Murray49422 gold badges44 silver badges1010 ...
Can I use puphpet files to deploy a vps server without vagrant
vagrant;vps;puppet;vagrant;vps;puppet
Can I use puphpet files to deploy a vps server without vagrant Ask Question
0 You can actually use a Vagrant plugin to connect to any server you have SSH access to. It works exactly the same way the Digital Ocean, Rackspace, AWS, etc providers do, but it simply cannot create or destroy the machine. Use this plugin: https://github.com/tknerr/vagrant-managed-serversShareImprove this answer...
How to log initialisation script?
linux;boot;fedora;linux;boot;fedora
How to log initialisation script? Ask Question
0 Just wrap your script into another one like the next code:#!/bin/bash/opt/your_actual_script.sh 2>&1 >/var/log/script_exec.logShareImprove this answer Follow answered Sep 22, 2014 at 14:18FarDarkMistFarDarkMist8133 bronze badgesAdd a comment | 
How to transfer files between Guest OSs (all Windows) running over VMware Workstation?
vmware;vmware
How to transfer files between Guest OSs (all Windows) running over VMware Workstation? Ask Question
How do I detach a process from Terminal, entirely?
linux;bash;shell;ubuntu;terminal
How do I detach a process from Terminal, entirely? Ask Question
430 First of all; once you've started a process, you can background it by first stopping it (hit Ctrl-Z) and then typing bg to let it resume in the background. It's now a "job", and its stdout/stderr/stdin are still connected to your terminal.You can start a process as backgrounded immediately by appending a "&"...
How can I make Sublime Text reload the file being edited?
text-editors;sublime-text-3;sublime-text;text-editors;sublime-text-3;sublime-text
How can I make Sublime Text reload the file being edited? Ask Question
92 To re-load the current file, you can revert the file, either through the menu entry File | Revert File or through the command File: Revert (open the command palette by pressing Ctrl+Shift+P and type revert).To make it easier in the future, you can bind a shortcut to the revert command, for example F5, simply b...
Where or how do I register a new phone number intended to be used with voip? [closed]
voip
Where or how do I register a new phone number intended to be used with voip? [closed] Ask Question
1 Each country has it's own top level "regulator" that is responsible for telphone number management.In Germany it is the Bun­desnet­za­gen­turis responsible for structuring the national numbering space, setting the conditions for allocating and using numbers, and processing applications for numbers and number bl...
Lost VirtualBox Snapshots When Moved to a New Machine
windows-7;virtualbox;virtual-machine;windows-7;virtualbox;virtual-machine
Lost VirtualBox Snapshots When Moved to a New Machine Ask Question
0 I was thinking last night, that maybe I need to get the VirtualBox.xml file from my old machine and copy that over. Then I would need to change the drive letters, etc. around and see if that fixes it.Whilst the System Admin was changing my drives, I was reading how to Open / Import a Pre-configured File in Virt...
When I plug my Windows 10 laptop into a projector, the screen blinks endlessly
windows;graphics-card;windows-10-preview;projector;windows;graphics-card;windows-10-preview;projector
When I plug my Windows 10 laptop into a projector, the screen blinks endlessly Ask Question
1 The Fact that your graphics card is identified as Intel HD Graphics most likely means that Windows 10 cant find a driver for it. You can: Right click > properties > update driver online.Go to the manufacturer website and try the most recent driver.You could install in comparability mode by right click the insta...
Accidentally told Chrome to ignore Protocol Handler?
google-chrome;google-chrome
Accidentally told Chrome to ignore Protocol Handler? Ask Question
2 After a little Googling, I found the answer.Ensure Chrome is completely closed. No lingering extensions or icon in the system tray. Navigate to %LOCALAPPDATA%\Google\Chrome\User Data and there is a file named local state. Inside the file, look for protocol_handler and under that you'll find magnet: true, change...
How do I determine who the ISP of an IP is?
ip;isp;ip;isp
How do I determine who the ISP of an IP is? Ask Question
7 You'll need to perform a whois lookup to get information about an ip address. There are a few major organisations who keep track of IP addresses for certain areas, such as North America, South America, Europe, Asia, etc.There are also sites that will use all these databases and let you query globally.One of the...
HDMI dissapeared from xrandr
hdmi;ubuntu-14.04;xrandr;hdmi;ubuntu-14.04;xrandr
HDMI dissapeared from xrandr Ask Question
0 Strange, i reinstalled xserver-xorg-video-intel and restarted notebook, all work ok now. Don't know where was problem.ShareImprove this answer Follow answered Dec 18, 2014 at 19:35fpointfpoint122 bronze badgesAdd a comment | 
What are MINIMAL necessary reqirements to run Perl CGI scripts on Apache server?
linux;apache-http-server;perl;cgi;linux;apache-http-server;perl;cgi
What are MINIMAL necessary reqirements to run Perl CGI scripts on Apache server? Ask Question
0 mod_perl isn't necessary to run Perl CGI scripts in Apache. (But it may speed up some of them.)What may be missing but isn't clear due to the rather incomplete configuration shown above, is, if mod_cgid or mod_cgi are loaded. In Apache 2.2, it depends on the MPM which of those two you have to use.If you're on D...
Is installing a different distro over ubuntu on a dualboot system possible? Or deleting partition necessarily?
ubuntu;partitioning;windows-8.1;multi-boot;ubuntu;partitioning;windows-8.1;multi-boot
Is installing a different distro over ubuntu on a dualboot system possible? Or deleting partition necessarily? Ask Question
-1 Paragraph 2 - install overtop of Ubuntu partition should work. Don't need to remove the partition, but erasing files or reformatting couldn't hurt, I don't know if every distro will erase old files or try to use some.May need to repair your windows bootloader if it's gone after deleting Ubuntu & decide not to ...
Deleting some cells in Excel 2013
microsoft-excel;worksheet-function;microsoft-excel;worksheet-function
Deleting some cells in Excel 2013 Ask Question
1 Probably the simplest way is to add a filter to the top-most row of your data, then for the email column, set it so only "blanks" is selected. This will temporarily hide all of the other rows and only display the ones with a missing email address. You can now just highlight them all and delete. Once they are go...
How do you get an SNI certificate for internal host-names?
ssl;synology;x509;ssl;synology;x509
How do you get an SNI certificate for internal host-names? Ask Question
5 Public CAs will only issue certificates for public domains. There was a time when they did but abandoned this behavior because this caused problems with newly introduced top-level domains. Also, CA only issue certificates for domains which are only owned and used by a single party, which is not the case for int...
Is the voice command "transfer" to transfer text from the dictation box to the application supposed to work?
windows-7;dragon-naturally-speaking;windows-7;dragon-naturally-speaking
Is the voice command "transfer" to transfer text from the dictation box to the application supposed to work? Ask Question
0 It is a typo.To create a "transfer" voice command:Sub Main HeardWord "transfer", "text"End SubShareImprove this answer Follow answered Dec 19, 2014 at 0:50Franck DernoncourtFranck Dernoncourt19.3k4444 gold badges172172 silver badges293293 bronze badgesAdd a comment | ; 0 No, it is not a "typo". You...
Multiple htpasswd user entries [closed]
apache-http-server;amazon-web-services;htaccess;apache-http-server;amazon-web-services;htaccess
Multiple htpasswd user entries [closed] Ask Question
0 Figured it out. To allow multiple users to access your site via htpasswd the instructions are in the link below.Section "Letting more than one person in"http://httpd.apache.org/docs/current/howto/auth.htmlShareImprove this answer Follow answered Dec 18, 2014 at 22:20LuiLui2911 gold badge11 silver badge33 ...
Mirroring all router traffic (openwrt) to a snort sensor?
openwrt;openwrt
Mirroring all router traffic (openwrt) to a snort sensor? Ask Question
6 Yes iptables TEE works. I have a tplink router and I am mirroring the traffic exactly for the same reason as you.Install all the necessary modules and packages for TEE.Assuming your monitoring IP address is 10.1.1.205, run:iptables -A POSTROUTING -t mangle -o br-lan ! -s 10.1.1.205 -j TEE --gateway 10.1.1.205ip...
Can the linux kernel enumerate pcie devices beyond what the bios can?
linux;pci-express;linux;pci-express
Can the linux kernel enumerate pcie devices beyond what the bios can? Ask Question
0 A bit late, but perhaps useful to other people ending up here with a similar question:According to the specification, the PCI(e) bus must be enumerated depth first. This means that when a switch or transparent bridge is found, it must be configured and enumeration must continue with devices behind this newly fo...
SQL 2012 in Hyper-V. Why are my queries slow until I drop and create any spatial index?
performance;hyper-v;sql;sql-server-2012;gis;performance;hyper-v;sql;sql-server-2012;gis
SQL 2012 in Hyper-V. Why are my queries slow until I drop and create any spatial index? Ask Question
1 Unfortunately it seems to be the cost of Virtualization in some scenarios. If you are running with dynamic memory which uses a memory balloon driver try configuring the VM to have a set amount of RAM. Watch teh memory utilization of both the host and guest. If you see that memory is increasingly getting consume...
How do I fix these iptables?
linux;networking;ssh;firewall;iptables;linux;networking;ssh;firewall;iptables
How do I fix these iptables? Ask Question
0 First of all "Filter access from ports 20,21,22,80,443,9987,20117,25565 through mc rules" with this rule: iptables -A INPUT -p tcp -m multiport ! --dports 20,21,22,80,443,9987,20117,25565 -j mc will not work because of exclamation mark. Your rule works for every port except 20,21,22,80,443,9987,20117,25565. If ...
How to speed up data transfer between Portable HD and NAS (QNAP)?
nas;rsync;file-transfer;qnap;nas;rsync;file-transfer;qnap
How to speed up data transfer between Portable HD and NAS (QNAP)? Ask Question
1 It looks like my little NAS CPU was dying. So I connected my external HD to my laptop, plugged in my laptop in the router and now I get a transfer rate of 3-4Mb/sec.ShareImprove this answer Follow answered May 17, 2014 at 19:21MartinMartin55522 gold badges1010 silver badges1919 bronze badgesAdd a comment |...
What is the keyboard shortcut to go to inbox in outlook mac 2011
microsoft-outlook;mac;keyboard-layout;microsoft-outlook;mac;keyboard-layout
What is the keyboard shortcut to go to inbox in outlook mac 2011 Ask Question
2 Tab key?did you try the Tab key - maybe together with Shift, Alt or Command?I don't have Outlook:Mac, but in MS Windows you can use Tab (or Shift-Tab backwards) to cycle through the window panes.As this is not always very easy and quite limited, I'd suggest a more general and flexible approach to use MS Outlook...
Windows 7 computer crashing while applying updates
windows-7;boot;windows-update;windows-7;boot;windows-update
Windows 7 computer crashing while applying updates Ask Question
1 If you are able to boot into recovery mode from the installation DVD, you can typedism.exe /image:C:\ /cleanup-image /revertpendingactionson the recovery command prompt. This will rollback pending updates.ShareImprove this answer Follow answered May 17, 2014 at 13:47Áxel Costas PenaÁxel Costas Pena90044 go...
Recording microphone and computer audio at the same time in Windows 8
windows-8;audio;audio-recording;windows-8;audio;audio-recording
Recording microphone and computer audio at the same time in Windows 8 Ask Question
3 Voicemeeter is typically made to allow that ! It is a virtual audio device Mixer able to mix/route several audio sources (for example your MIC and computer sound) to different audio points (for example to your speaker and to Audacity or whatever audio recorder applications)! More info and complete documentation...
Shell script to check all the URLs from a file or list
linux;bash;shell;shell-script;nagios;linux;bash;shell;shell-script;nagios
Shell script to check all the URLs from a file or list Ask Question
1 You will have to install wget is you don't have it already:#!/bin/bashIFS=''LIST='http://www.google.comhttp://www.drk.com.ar/daphne.phphttp://www.google.com/this-is-an-errorhttp://serverfault.com/questions'for I in $LISTdo wget -q --no-cache --spider $I if [ $? != 0 ]; then echo Error: $I fidoneShareImpro...
"Hunk #1" message after apply a patch
ubuntu;patch;ubuntu;patch
"Hunk #1" message after apply a patch Ask Question
13 If the file to be patched has changed slightly since the patch was created, but the specific section remained the same, patch can detect that and apply the patch appropriately.The message you see means the file was successfully patched, but the first section that was patched was 27 lines earlier than was origi...
Firefox: H.264 Video Support
firefox;video;html;h.264;firefox;video;html;h.264
Firefox: H.264 Video Support Ask Question
1 Found answer here:Note: Firefox currently uses OpenH264 only for WebRTC and not for the tag, because OpenH264 does not yet support the high profile format frequently used for streaming video. We will reconsider this once support has been added.ShareImprove this answer Follow answered Dec 12, 2014 at 14:...
Align paragraph to the bottom of the page in Microsoft Word
microsoft-word-2007;microsoft-word-2007
Align paragraph to the bottom of the page in Microsoft Word Ask Question
3 Just like in the old days of HTML, creating a table that has the size of the entire page with two rows will do the trick. You can anchor the table to the page. Inside each table cell, you can select horizontal and vertical alignment. As an alternative, you can create one table cell, make sure the document text ...
Add unallocated space to free space
windows-7;windows-8;partitioning;ssd;windows-7;windows-8;partitioning;ssd
Add unallocated space to free space Ask Question
2 If the 65GB Free space is in an extended partition, that means the 50GB unallocated is not in any partition at all, so you should be able to expand the 65GB Free/Extended partition all the way to the left, overtaking the 50GB unallocated. That should work with gparted but I'm not too sure about windows.But they...
MS Excel query on conditional summing [duplicate]
microsoft-excel;microsoft-excel
MS Excel query on conditional summing [duplicate] Ask Question
1 If I understand you're question correctly, you can use the SUMIF function. If the color names are in Column A, rows 1-3, and the values in Column B, rows 1-3, your formula might look like this: =SUMIF(A1:A3,"Red",B1:B3).ShareImprove this answer Follow answered Dec 12, 2014 at 17:28JIntorcioJIntorcio3111 si...
What can go wrong when connecting a PSU? [closed]
power-supply;power-supply
What can go wrong when connecting a PSU? [closed] Ask Question
1 You aren't going to damage the PSU but you could damage other components if you don't connect them correctly. That being said, the plugs from the PSU usually only plug in one way. Plus, a good PSU will have each plug labelled as to what it is, its voltage, etc. I echo the above when I say refer to the manual of...
Access another subnet beside wan through router
routing;router;routing;router
Access another subnet beside wan through router Ask Question
0 The key word here is VLANs; both the switch and router need to support 802.1Q. That way you divide your network to smaller segments. Traffic between the segments is possible only through a router. You need three VLANs, one for the PC, one for the server and one for the Internet.On the router:VLAN 1 for PCIP add...
Mouse pointer in Android-x86 inside Oracle Virtual Box
virtualbox;mouse;android;android-x86;virtualbox;mouse;android;android-x86
Mouse pointer in Android-x86 inside Oracle Virtual Box Ask Question
12 You can do the following:Make sure the VM is powered offClick on the VM nameSettings > System > MotherboardChange Pointing Device to PS/2 MouseShareImprove this answer Follow edited Sep 25, 2017 at 16:59Glorfindel4,05988 gold badges2323 silver badges3737 bronze badges answered Sep 25, 2017 at 14:58Sohel Ah...
Connecting to PCIe 3G modem as Serial device through COM port in Windows 8.1 on Dell E7440
wireless-networking;windows-8.1;modem;3g;wwan;wireless-networking;windows-8.1;modem;3g;wwan
Connecting to PCIe 3G modem as Serial device through COM port in Windows 8.1 on Dell E7440 Ask Question
1 +50 The Sierra Wireless MC8805 doesn't have a COM port. Refer to their specifications listed under "UART" interface.ShareImprove this answer Follow answered Dec 18, 2014 at 0:29JasonJason7,35544 gold badges2727 silver badges4242 bronze badges3Dang it. If I bought one of the modules that lists a UART (...
Automate alignment of columns in CSV
microsoft-excel;csv;microsoft-excel;csv
Automate alignment of columns in CSV Ask Question
0 You can export it as a PRN file, but you can not keep the comma as a delimiter. The delimiter will be the spaces.ShareImprove this answer Follow answered Dec 12, 2014 at 19:47SunSun6,11299 gold badges3333 silver badges5353 bronze badgesAdd a comment | 
What does %Path% mean at the end of PATH?
windows;windows-xp;command-line;path;windows;windows-xp;command-line;path
What does %Path% mean at the end of PATH? Ask Question
4 That looks like a mistake in some other script / batch command where a literal%PATH% was appended to the PATH instead of the contents of the PATHenvironment variable. This would have happened if the PATH wasn’t already setwhen the script set the PATH environment variable. If an environment variableisn’t actuall...
Reorder email accounts in Thunderbird
thunderbird;email-client;thunderbird;email-client
Reorder email accounts in Thunderbird Ask Question
9 You can use add-on Manually sort folders 1.1.EDIT: Now the link is: Manually sort folders 2.1.1 (TB ver 68+).2nd EDIT: Since few last versions of TB, currently 91.5.0, you can order account in Account Settings by dragging the account you wish to move.Share Follow edited Jan 22, 2022 at 13:12 answered Jun 5,...
FFMPEG DirectShow: Could not run filter
ffmpeg;webcam;directshow;ffdshow;ffmpeg;webcam;directshow;ffdshow
FFMPEG DirectShow: Could not run filter Ask Question
How to get a text list of files names in a folder in windows
windows-7;file-extension;windows-7;file-extension
How to get a text list of files names in a folder in windows Ask Question
3 From a command prompt window, CD into the directory in question and then typedir /b > c:\<folder of your choice>\files.txtThat will dump the directory listing to a file instead of showing it on the screen.The /b lists only the file names and none of the date/time stamps, sizes, and other junk you're not interes...
Deleting Google Chrome address bar suggestion [duplicate]
windows-7;google-chrome;windows-7;google-chrome
Deleting Google Chrome address bar suggestion [duplicate] Ask Question
0 If you have ever visited the site before, the following will help get rid of the suggestion.Download and install SQLite Browser if you don't already have it.(the portableApps version will do.)Copy my instructions somewhere and close Chrome. (this won't work with chrome open.)Navigate to %LOCALAPPDATA%\Google\Ch...
What is the hexadecimal system?
terminology;hexadecimal;terminology;hexadecimal
What is the hexadecimal system? Ask Question
31 Hexadecimal is a number system that is very common in computing. You may have heard of binary before, which only has 1s and 0s.Humans mostly use the decimal (base 10) system, in which we have 10 numerals:0, 1, 2, 3, 4, 5, 6, 7, 8 and 9Though, computers don't operate using decimal system. They have a binary sta...
Refreshing all tabs in FileZilla at once?
windows-7;filezilla;windows-7;filezilla
Refreshing all tabs in FileZilla at once? Ask Question
Make sure command entered is Read Only
bash;security;read-only;bash;security;read-only
Make sure command entered is Read Only Ask Question
2 I don't think that this is possible. You could make sure that anything written to stdout or stderr, for example, gets redirected to /dev/null. However, if the utility wants to write to a file, there's no way that you can prevent or even know that.Standard security practice is to never run untrusted programs wit...
Autounattend.xml not being recognized in VirtualBox
windows-7;virtualbox;unattended;answerfile;windows-7;virtualbox;unattended;answerfile
Autounattend.xml not being recognized in VirtualBox Ask Question
0 I'm sure this will solve your issue. It is the type of usb that I believe causes the issue as in my experience the older ones never had this issue of the Autounattend.xml not being picked up by the installer. The process integrates the Autounattend.xml into the boot.wim and it is always picked up.The answer can...
confused about variables in bash
bash;bash
confused about variables in bash Ask Question
3 You should make sure to quote variables that may have spaces in them. In your case, tail is receiving three files: /cygdrive/c/workdir, (newco, and LLC) because $tmpdir has three words separated by spaces.I know you escaped the space when assigning $tmpdir, but that merely served to avoid each word being interp...
How can I explode an animated PNG?
windows;png;image-editing;windows;png;image-editing
How can I explode an animated PNG? Ask Question
3 Download APNG Disassembler (for Windows). They have a GUI version and a command line version of the program. I tried the GUI version and it's pretty simple: specify the APNG input file and a prefix for all the output files, and click a button. It will output a PNG file (with the prefix you specified along wi...
Removing identical element from all pages of a pdf
pdf;adobe-acrobat;pdf;adobe-acrobat
Removing identical element from all pages of a pdf Ask Question
1 It depends on how the objects are organized inside the PDF.Sometimes for Acrobat XI, you can first try:Tools, Content, Edit Object.Select your objectDelete ItOther times, you may need to do this before you can delete:Tools, Protection, Mark for RedactionMark your text or objects to redactApply RedactionsThen Ed...
DD-WRT goes to Web GUI on port 80
networking;wireless-networking;router;port-forwarding;dd-wrt;networking;wireless-networking;router;port-forwarding;dd-wrt
DD-WRT goes to Web GUI on port 80 Ask Question
2 Most likely, you you need to uncheck Security -> Firewall -> Filter WAN NAT Redirection.Share Follow answered Sep 13, 2014 at 5:52MariusMatutiaeMariusMatutiae46.4k1111 gold badges7979 silver badges128128 bronze badges1It is unchecked and the firewall is disabled anyway. It's worth mentioning that port 80 i...
Remote user password does not work for SSH
macos;ssh;osx-mavericks;macos;ssh;osx-mavericks
Remote user password does not work for SSH Ask Question
2 After updating to Catalina, I had a similar problem. The reason was in the strict rules of the sshd set by default.To solve it, in the config file /private/etc/ssh/sshd_configAdd the following strings:PasswordAuthentication yesChallengeResponseAuthentication yesUsePAM yesThen do not forget to reload the sshd se...
Can't get HTTP connection to Amazon Web Services EC2 Windows Server 2012 Instance
networking;apache-http-server;http;xampp;amazon-web-services;networking;apache-http-server;http;xampp;amazon-web-services
Can't get HTTP connection to Amazon Web Services EC2 Windows Server 2012 Instance Ask Question
0 Sounds like Apache may be configured to only accept connections from the local host. Have you tried accessing the website from the hosting server via the public address? Also, for testings sake, I would probably put the 0.0.0.0/0 rule back into place until you figure out the issue. Simplicity!Share Follow ...
How do I know if my Postgres table is clustered?
postgresql;postgresql
How do I know if my Postgres table is clustered? Ask Question
4 You can query all the clustered tables from the data dictionary:SELECT relname AS table_nameFROM pg_class cJOIN pg_index i ON i.indrelid = c.oidWHERE relkind = 'r' AND relhasindex AND i.indisclusteredShare Follow answered Sep 26, 2014 at 14:58MureinikMureinik3,9341111 gold badges2727 silver badges3131...
Dusting Inside All-In-One computer
cleaning;cleaning
Dusting Inside All-In-One computer Ask Question
3 All-In-One systems such as the HP Pavilion 20 are much like laptops for cleaning, as they are designed to be difficult to take apart, and even attempting to do so can void your warranty. There are no user-friendly side-panels to take off, and removing the machine screws will mean HP will not support the machine...
Is there any advantage to using only part of a file in Hide X's library?
linux;file-management;linux;file-management
Is there any advantage to using only part of a file in Hide X's library? Ask Question
8 It's mostly just to give the user freedom of choice, but it can be beneficial under a few circumstances. For exampleif a file is deleted your library will be less dependent on it, if someone try's to steal your data by reconstucting iton a new database they MUST use the same length settings (you can make it eve...
Reasons to use adaptive and energy saving power plans
energy-saving;energy-saving
Reasons to use adaptive and energy saving power plans Ask Question
1 1. Energy saving. Well, some people have habit to turn on "Maximum performance" profile on every computer they use. No matter if you are average, rich or poor - you can save money.I have energy meter. My old laptop with Core 2 Duo (35W TDP) and Nvidia Quadro GPU (10W TDP) consumes energy worth about 6$/month wh...
Helvetica fonts always rendering as bold in Chrome
google-chrome;browser;fonts;google-chrome;browser;fonts
Helvetica fonts always rendering as bold in Chrome Ask Question
4 This is a common problem with browsers on Windows. When sites specify Helvetica as the first font in their CSS "font-family" stanza Windows uses whatever first Helvetica font it can find to render the page.I've often had to fix this in IE for customers and the solution was always to delete all Helvetica fonts, ...
mkfs - The device apparently does not exist; did you specify it correctly?
linux;partitioning;linux;partitioning
mkfs - The device apparently does not exist; did you specify it correctly? Ask Question
7 The kernal does not see the changes as you are partitioning your boot drive...This is because you could have removed the partition that contains your kernel.You need to reboot or run partprobe.Share Follow answered Sep 13, 2014 at 0:35mjz19910mjz1991012311 silver badge88 bronze badges2Yes, after i reboot i...
Sound, Videos stop playing after computer has been on for a bit
audio;video;audio;video
Sound, Videos stop playing after computer has been on for a bit Ask Question
Simple proof-of-concept stunnel configuration
linux;https;stunnel;linux;https;stunnel
Simple proof-of-concept stunnel configuration Ask Question
4 Problem is with the localhost part. Most servers does not respond if you use localhost as its name.How to resolve this:first, do a nslookup on the server you want to reach and choose one of the multiple IP, i.e. 12.34.56.78 (not a true Google IP, just made it up)Configure your stunnel.conf to point to that IP:c...
How can I remove or deactivate the Windows system32/find.exe?
windows;cygwin;mingw;command-line-tool;windows;cygwin;mingw;command-line-tool
How can I remove or deactivate the Windows system32/find.exe? Ask Question
16 Rather than removing Windows' find.exe, I strongly recommend putting GNU in your path before Windows\System32. For example, with Cygwin, you can use something like: path c:\cygwin\bin;c:\windows\system32;c:\windows;c:\program files\foo;c:\program files\bar;c:\windows\system32\wbemShareImprove this answer Foll...
Windows 7 repair installation on SSD creates huge pagefile making it unsuccessful
windows-7;windows;ssd;pagefile;repair-install;windows-7;windows;ssd;pagefile;repair-install
Windows 7 repair installation on SSD creates huge pagefile making it unsuccessful Ask Question
1 I had to remove seven RAM modules to get just 8 GB. Then it created just 8 GB pagefile. Moving pagefile to a different drive didn't helped !ShareImprove this answer Follow answered Aug 10, 2014 at 14:13SpacedustSpacedust40011 gold badge55 silver badges1717 bronze badgesAdd a comment | 
OfflineIMAP: Attempts to resync all emails if I define a reverse nametrans
offlineimap;offlineimap
OfflineIMAP: Attempts to resync all emails if I define a reverse nametrans Ask Question
0 OfflineIMAP is currently in stable version 6.5.6.I suggest upgrading to the latest release, or, if that doesn't work, to the latestdevelopment version via its github home.If the problem still exists, you should report the problem to the developers.ShareImprove this answer Follow answered Aug 16, 2014 at 9:...
How to keep some files from old hard disk (which currently has Windows 8.1 and will be formatted) after clean-installing Windows 8.1 in SSD
hard-drive;partitioning;installation;ssd;windows-8.1;hard-drive;partitioning;installation;ssd;windows-8.1
How to keep some files from old hard disk (which currently has Windows 8.1 and will be formatted) after clean-installing Windows 8.1 in SSD Ask Question
1 If you can plug in both drives at the same time:Unplug the old drive. Plug in the new drive. Install Windows 8. Plug in the old driveonce installation is complete. Transfer files.As for the old one being bootable after you've made your new drive, it shouldn't be an issue. Your machine will most likely boot from...
When I move files to desktop, I cannot open, delete or move them
windows-7;permissions;desktop;windows-7;permissions;desktop
When I move files to desktop, I cannot open, delete or move them Ask Question
In a Linux shell, why does backslash-newline not introduce whitespace?
linux;bash;shell;linux;bash;shell
In a Linux shell, why does backslash-newline not introduce whitespace? Ask Question
10 Quoting man bash, section QUOTING:A non-quoted backslash (\) is the escape character. It preserves the literal value of the next character that follows, with the exception of <newline>. If a \<newline> pair appears, and the backslash is not itself quoted, the \<newline> is treated as a line continuatio...
What is introducing quoted-printables into my PGP-encrypted emails?
macos;thunderbird;arch-linux;gnupg;pgp;macos;thunderbird;arch-linux;gnupg;pgp
What is introducing quoted-printables into my PGP-encrypted emails? Ask Question
0 This was fixed by checking the following in the OS X Thunderbird.Account settings > [Specific account] > OpenPGP Security > Use PGP/MIME by default.This has the additional advantage of allowing sending of html emails, and attachments. However, support for decryption is lacking in many clients (e.g. with Android...
How do I speed up my PC or what should I replace?
performance;desktop-computer;performance;desktop-computer
How do I speed up my PC or what should I replace? Ask Question
4 Like Carles Fenoy said, start with the RAM. 1 GB is the minimum required for 32-bit Windows 7, which generally means something like "the system will boot, and you will be able to start Notepad, but expect to get plenty of coffee while you wait for it to open". It also doesn't take into account the requirements ...
How can I use advanced text editing in Notepad ++?
notepad++;text-editing;notepad++;text-editing
How can I use advanced text editing in Notepad ++? Ask Question
1 Ctrl + H (Replace), in search mode select Regular expressionFind: ((/)([^//]+))$Replace: {nothing}Do it only once, of courseShareImprove this answer Follow answered Nov 19, 2014 at 13:55DolmayanDolmayan9233 bronze badges3Well, the thing is that I have a LOT of different albums and artists so I doubt that I...
Windows was unable to complete the format
ntfs;format;fat32;ntfs;format;fat32
Windows was unable to complete the format Ask Question
1 Trash it, buy a new one.They are not worth fixing once they start to fail. I get through literally hundreds of them for work, with 'write few, read many' deploys - fail rates are high.Caveat: don't use SD for mission-critical storage.ShareImprove this answer Follow answered Nov 19, 2014 at 11:39TetsujinTet...
What is the policy for permissions on /proc/<PID>/environ?
linux;permissions;process;proc;linux;permissions;process;proc
What is the policy for permissions on /proc/<PID>/environ? Ask Question
3 On most systems, /usr/bin/screen is installed with the setuid bit for root, meaning it will first start with effective UID 0, and only later drop privileges (returning to your normal UID).(This is used for implementing the "session sharing" feature, as your Screen wouldn't be allowed to connect to other users' ...
How to change language of Fritz!Box from German to International
firmware;fritzbox;firmware;fritzbox
How to change language of Fritz!Box from German to International Ask Question
8 ruKernelToolYou'll need a Windows image for the process, but ruKernelTool allows you to do what you want. The tool and website is in german, but the process is pretty straightforward:Start the tool and agree to everything.Click the download tab and allow it to update its links to the AVM serversSelect the firmw...
i cannot able to see the file in system 32 folder
windows-7;windows-7
i cannot able to see the file in system 32 folder Ask Question
0 It's probably a hidden file. Open 'Folder Options' and check 'Show hidden files, folders and drives' under the View tab.Also, press F5 to reload your folder after copying the file.ShareImprove this answer Follow answered Nov 19, 2014 at 11:44JenteJente37633 gold badges88 silver badges1919 bronze badges1no ...
Ignoring .DS_store preferences clientside
macos;finder;file-server;.ds-store;macos;finder;file-server;.ds-store
Ignoring .DS_store preferences clientside Ask Question
0 It might be better to try persuade it not to write them in the first place...Open Terminal.Execute this command: defaults write com.apple.desktopservices DSDontWriteNetworkStores trueEither restart the computer or log out and back in to the user account.From Mac OS X v10.4 and later: How to prevent .DS_Store fi...
How to change Google Mail's smart labels? [closed]
gmail;label;redmine;typo3;gmail;label;redmine;typo3
How to change Google Mail's smart labels? [closed] Ask Question
1 I moved (with drag&drop) the e-mails from Forge manually from the "wrong" tab to the tab I wanted the message to show up. GMail then asks if you always want to perform this action on all e-mails from this sender, which you can answer with "yes". That fixed the problem for me.Edit: This is some kind of strange. ...
Bash Process output status
bash;process;status;bash;process;status
Bash Process output status Ask Question
0 To get the exit code for a background process, use wait:$ (sleep 1; false) & pid_1=$!; (sleep 1; true) & pid_2=$![1] 29111[2] 29112$ wait $pid_1$ echo $?1$ wait $pid_2$ echo $?0ShareImprove this answer Follow answered Nov 19, 2014 at 9:44l0b0l0b07,03733 gold badges3131 silver badges5454 bronze badges1Yes T...
Notepad-like text editor with autosave [closed]
windows-xp;notepad;autosave;windows-xp;notepad;autosave
Notepad-like text editor with autosave [closed] Ask Question
2 I would consider using Notepad++ it has a backup function which recovers your previous session. Including unsaved files.ShareImprove this answer Follow answered Nov 19, 2014 at 9:24Rik VerbeekRik Verbeek18144 bronze badges2Thanks Rik. Do you have personal experience with the Notepad++'s autosave feature? I...
How to connect to VPN through Proxy Server
vpn;proxy;vpn;proxy
How to connect to VPN through Proxy Server Ask Question
4 I found myself in a very similar situation more than once. If you follow IANA port assignment rules, it is as slhck says: you cannot do it without asking the administrator to allow an outgoing connection to your VPN (e.g. port 1194 UDP is the default for OpenVPN).However, I managed to solve that problem by brea...
Router with VLAN support [closed]
networking;router;vlan;networking;router;vlan
Router with VLAN support [closed] Ask Question
1 I would suggest to consider the use of a custom firmware on a compatible router,like dd-wrt, tomato, OpenWRT etc.You will find more options for VLAN features that way.Share Follow edited Sep 8, 2014 at 14:54 answered Sep 8, 2014 at 14:01MarceloMarcelo89866 silver badges99 bronze badges2Yes yes. And let’s no...
How to configure action on plugging in an usb MTP device on windows 8.1
windows;windows-explorer;android;mtp;windows;windows-explorer;android;mtp
How to configure action on plugging in an usb MTP device on windows 8.1 Ask Question
1 Figured it out alreadyComputer Configuration / Administrative Templates / Windows Components / Autoplay PolicesThe setting is Disallow Autoplay for Non-Volume devices and should be set to EnabledShare Follow answered Sep 8, 2014 at 14:07Jürgen SteinblockJürgen Steinblock36822 silver badges1010 bronze badge...
What's the difference between mobile and desktop processors?
cpu;tablet;cpu-speed;cpu;tablet;cpu-speed
What's the difference between mobile and desktop processors? Ask Question
118 Note: This answer is written with the assumption that the CPUs being compared consist of commercially-available Intel, AMD, and ARM-based SoCs from approximately 2006 to 2015. Any set of comparison measurements will be invalid given a wide enough scope; I wanted to provide a very specific and "tangible" answe...
Sharing/publishing multiple Outlook calendars on intranet
exchange;calendar;microsoft-outlook-2013;exchange;calendar;microsoft-outlook-2013
Sharing/publishing multiple Outlook calendars on intranet Ask Question
-2 A network is built in steps, usually using TCP/IP for the traffic. Routers connect the traffic together. Behind the router is a Server. In a Windows Based environment, this server usually has multiple items installed on it.An Active Directory DomainA Mail ServerAn Intranet SiteOptional: Corporate Internet Si...
Skype 4.3 without PulseAudio, only ALSA. Any options?
linux;audio;skype;alsa;pulse-audio;linux;audio;skype;alsa;pulse-audio
Skype 4.3 without PulseAudio, only ALSA. Any options? Ask Question
12 +300 You can try using apulse: it is minimalistic pulseaudio emulator made specifically to run Skype 4.3 with ALSA. You need 32-bit build even on 64-bit machine.I personally had troubles with microphone on Ubuntu 14.04, but for most people it works fine.To build apulse on Ubuntu (and related distros), you ...
Ping piped to txt does output nothing
windows-7;ping;cmd.exe;pipe;windows-7;ping;cmd.exe;pipe
Ping piped to txt does output nothing Ask Question
0 Make sure that the file is writable. Open it with Notepad, type something and try to save.If saving fails, you have to add write permissions for your account. This can be done in file's properties, Security tab.(I've originally suggested this in comments and OP confirmed it was the culprit.)Share Follow an...
After logging into MySQL 5.6 successfully as root, it says access denied for root, ERROR 1045 (28000)
mysql;macports;mysql5;mysql;macports;mysql5
After logging into MySQL 5.6 successfully as root, it says access denied for root, ERROR 1045 (28000) Ask Question
Set default outlook send address based on TO field
microsoft-outlook;vba;microsoft-outlook-2013;microsoft-outlook;vba;microsoft-outlook-2013
Set default outlook send address based on TO field Ask Question
How to share a X server between different users on the same machine?
linux;ssh;xorg;linux;ssh;xorg
How to share a X server between different users on the same machine? Ask Question
How do you change the mouse cursor icons in Windows 8(.1)?
windows-8;windows-8.1;cursor;desktop-customization;windows-8;windows-8.1;cursor;desktop-customization
How do you change the mouse cursor icons in Windows 8(.1)? Ask Question
1 Thanks to @crazypotato's link, you have to go through Start > Personalisation and there's a "Change mouse pointers" link on the left.Share Follow answered Sep 8, 2014 at 13:56nathancherenathanchere2,36622 gold badges1818 silver badges2323 bronze badgesAdd a comment |