TOPIC_TITLE stringlengths 15 156 | CATEGORIES stringlengths 2 199 | POST stringlengths 36 177 | ANSWERS stringlengths 0 51.8k |
|---|---|---|---|
Put something between computer and printer | wireless-networking;printer;wireless-networking;printer | Put something between computer and printer
Ask Question
|
0
You want the MiTM (Man in the Middle) Attack on your Network, that's cool. Well i'm not expert in this area but i would suggest you to create something like a Server, connect your printer to this server via USB, and open Wifi Printer Sharing through your Server. With some more software (i guess) you will be abl... |
Does a greater number of hard drive platter increase the risk of failure? | hard-drive;hard-drive | Does a greater number of hard drive platter increase the risk of failure?
Ask Question
|
3
Backblaze published one of the biggest real-life studies to life expactancies of hdd´s. I looked up the number of platters and the platter capacity for each of the hdd´s they tested (data in Excel format here). I tested the number of platters vs. age and the capacity per platter vs age. Here are the graphs:My c... |
Compare two excel files | microsoft-excel;comparison;microsoft-excel;comparison | Compare two excel files
Ask Question
|
10
IMPORTANT This guide applies for Microsoft Office Professional Plus 2013 or Office 365 ProPlus. Spreadsheet Compare Feature is not included in any other Microsoft Office Distribution.Spreadsheet CompareIn Windows 7 On the Windows Start menu, under Office 2013 Tools, click Spreadsheet Compare.In Windows 8... |
Accessing a particular directory via HTTPS | ubuntu;ssl;https;lamp;ubuntu;ssl;https;lamp | Accessing a particular directory via HTTPS
Ask Question
|
0
The file "sites-available/default-ssl.conf" can be used to set up a default HTTPS install, provided you put in your SSL certs etc - and assuming this directory is read by Apache - which it is by default on most installs which have this layout.ie sites-available/default-ssl.conf negates the need to include conf/... |
Virtualbox host key not working, can't get out of scale mode | windows;virtualbox;keyboard;windows-8.1;virtual-machine;windows;virtualbox;keyboard;windows-8.1;virtual-machine | Virtualbox host key not working, can't get out of scale mode
Ask Question
|
0
Solved my issue. The issue is with a slew of Windows 8.1 updates that are affecting a number of other keyboard commands as well, including breaking the Shift key functionality of Synergy (issue tracker 1, issue tracker 2) and breaking alt code characters (the character only appears after the next keypress and i... |
Removing Windows Technical Preview from Windows Update | windows-update;windows-10-preview;windows-update;windows-10-preview | Removing Windows Technical Preview from Windows Update
Ask Question
|
15
All you need to do is uninstall KB2990214Just navigate to Control Panel\All Control Panel Items\Programs and Featuresthen click on View Installed UpdatesSourceI don't have it installed so its not listedShareImprove this answer
Follow
answered Oct 2, 2014 at 22:40RamhoundRamhound40.2k3434 gold badges100100... |
VirtualBox kernal error in Windows 10 trying to run Vagrant | virtualbox;vagrant;windows-10-preview;virtualbox;vagrant;windows-10-preview | VirtualBox kernal error in Windows 10 trying to run Vagrant
Ask Question
|
1
I've had the same errors. Try to install VirtualBox 4.3.12 (older version). That works just fine for me.ShareImprove this answer
Follow
edited Oct 13, 2014 at 8:32Jan Doggen4,01088 gold badges3434 silver badges4848 bronze badges
answered Oct 12, 2014 at 17:21RinieRinie1111 bronze badge0Add a comment | |
How Does a Router Map Inbound Traffic to LAN Nodes? [duplicate] | ip;routing;mac-address;ip;routing;mac-address | How Does a Router Map Inbound Traffic to LAN Nodes? [duplicate]
Ask Question
|
1
It works precisely the same way end systems do it. When your browser makes two connections to a web server, the destination IP address and destination port are the same. The system, whether router doing NAT or end node, assigns each connection a distinct local source port address. Replies are distinguished by t... |
How can I remove malicious spyware, malware, adware, viruses, trojans or rootkits from my PC? | windows;anti-virus;virus;malware;community-faq;windows;anti-virus;virus;malware;community-faq | How can I remove malicious spyware, malware, adware, viruses, trojans or rootkits from my PC?
Ask Question
|
291
Here's the thing: Malware in recent years has become both sneakier and nastier:Sneakier, not only because it's better at hiding with rootkits or EEPROM hacks, but also because it travels in packs. Subtle malware can hide behind more obvious infections. There are lots of good tools listed in answers here that ... |
How to install TP-Link TL-WN722N USB Wireless Adapter on Debian Wheezy armhf? | wireless-networking;debian-wheezy;wireless-networking;debian-wheezy | How to install TP-Link TL-WN722N USB Wireless Adapter on Debian Wheezy armhf?
Ask Question
|
5
This is a long shot, to a quite old question that I hope you've found the answer for...I did the following to get it working on my system, also Wheezy.Added the non-free packages to /etc/apt/sources.listapt-get updateapt-get install firmware-atherosrebootAnd it showed up in iw list :)HTHs someone!ShareImprove t... |
Ubuntu: secure a folder & contents ? | ubuntu;permissions;root;ubuntu;permissions;root | Ubuntu: secure a folder & contents ?
Ask Question
|
0
you can use sudo to let users use apt-get, but if the folder is owned by root and set to 700, and the users are not in the wheel group, they should not be able to access it in any way.visudo you can explicit grant the command /usr/bin/apt-get to the user(s) or group(s)userA ALL=(ALL) /usr/bin/apt-getor%groupA A... |
Can My ISP's Assigning me a New IP Explain Poor Performance on my Home Network? | router;performance;home-networking;dhcp;isp;router;performance;home-networking;dhcp;isp | Can My ISP's Assigning me a New IP Explain Poor Performance on my Home Network?
Ask Question
|
3
No, but there can be numerous causes for low transfer rates on your local network. In many cases, the router is at fault and if so, rebooting it may (temporarily) solve the problem. The assignment of a new IP address is an unrelated side-effect of rebooting.ShareImprove this answer
Follow
answered Nov 6, 2... |
How to protect my files on external harddisk from being deleted [duplicate] | hard-drive;external-hard-drive;file-permissions;hard-drive;external-hard-drive;file-permissions | How to protect my files on external harddisk from being deleted [duplicate]
Ask Question
|
1
This can't be done if you give the HDD away. Physical access to the device implies write access. ShareImprove this answer
Follow
answered Nov 6, 2014 at 13:52Marcks ThomasMarcks Thomas6,23222 gold badges2121 silver badges3737 bronze badgesAdd a comment | ;
0
Sorry, but encryption is the only way. Dro... |
chrome extension to control brightness on any website [closed] | google-chrome-extensions;brightness;google-chrome-extensions;brightness | chrome extension to control brightness on any website [closed]
Ask Question
|
2
Have a look to this extension, Sunglasses:https://chrome.google.com/webstore/detail/sunglasses/elcjekocfhomlfniihikpmbbgjdbgcooShareImprove this answer
Follow
answered Nov 6, 2014 at 13:39neoDevneoDev1,13455 gold badges1414 silver badges2121 bronze badgesAdd a comment | |
How can we add imported Developer certificates in Mac can be added to key chain | macos;code-signing;macos;code-signing | How can we add imported Developer certificates in Mac can be added to key chain
Ask Question
|
2
Today i had the same issue, I solved as reported here: link to macrumorsThe issue is:The certificate has a key length of 8192 bits, signature algorithm of SHA256RSA.Mac OS won't import CA certs with this lenght, so:sudo defaults write /Library/Preferences/com.apple.security RSAMaxKeySize -int 8192and after a re... |
After Installation of Visual studio 2013 on Windows 8 [closed] | windows-7;windows;networking;windows-8;partitioning;windows-7;windows;networking;windows-8;partitioning | After Installation of Visual studio 2013 on Windows 8 [closed]
Ask Question
|
1
Please try disabling the "Hardware Graphics Acceleration" in Visual Studio. Please follow the below steps and check the outcome. Tools > Options > Environment > General > deselect the "Automatically adjust visual experience based on client performance", "Use hardware graphics acceleration if available" and "Ena... |
How can I remove malicious spyware, malware, adware, viruses, trojans or rootkits from my PC? | windows;anti-virus;virus;malware;community-faq;windows;anti-virus;virus;malware;community-faq | How can I remove malicious spyware, malware, adware, viruses, trojans or rootkits from my PC?
Ask Question
|
291
Here's the thing: Malware in recent years has become both sneakier and nastier:Sneakier, not only because it's better at hiding with rootkits or EEPROM hacks, but also because it travels in packs. Subtle malware can hide behind more obvious infections. There are lots of good tools listed in answers here that ... |
Is there a filepath for the highest level, Computer, directory on the mac? (dir above Macintosh HD) | macos;finder;macos;finder | Is there a filepath for the highest level, Computer, directory on the mac? (dir above Macintosh HD)
Ask Question
|
2
You'd be looking for /Volumes. Here all network volumes are mounted, as well as CDs/DVDs, DMGs, USB drives, etc.$ ls -l /Volumestotal 8lrwxr-xr-x 1 root admin 1 Nov 6 08:39 Macintosh HD -> /drwxrwxrwx 0 root wheel 0 Nov 6 14:06 MobileBackupsShareImprove this answer
Follow
answered Nov 6, 2014 at 13... |
Typescript syntax highlighting in netbeans? | netbeans;netbeans | Typescript syntax highlighting in netbeans?
Ask Question
|
1
As a stopgap solution, you can use this Netbeans plugin for Typescript https://github.com/Everlaw/nbts/releasesYou will need NodeJS for it to work. After installing both the plugin and NodeJS, navigate to Tools | Options | HTML/JS and select the NodeJS tab to make the plugin aware of NodeJS.Import your Types... |
Showing filenames when grepping from mysqlbinlog | mysql;grep;mysql;grep | Showing filenames when grepping from mysqlbinlog
Ask Question
|
1
There are comments and timestamps that appear above each SQL command.When you run the grep, use the -A, -B, or -C option.What that does is the following-A shows you a number of lines after the pattern is found-B shows you a number of lines before the pattern is found-C shows you a number of lines before and aft... |
Replace a character in middle of characters using regular expression in notepad ++ | notepad++;notepad++ | Replace a character in middle of characters using regular expression in notepad ++
Ask Question
|
3
You could also do a Find and Replace for Cell to cell and a second from Voltage to voltage if these variables are sprinkled about your code. If there are other instances of Cell or Voltage in your code that you don't wish to convert to lowercase you could CTRL+H for Find and replace, select Regex at the bottom ... |
How to change admin panel port on Asus RT-N66U Black Knight Wireless Router | networking;router;networking;router | How to change admin panel port on Asus RT-N66U Black Knight Wireless Router
Ask Question
|
5
You don't need to do anything special, as long as you don't want to access the admin interface from the external Internet.Turn on port forwarding for port 80 and route to your webserverTry accessing 192.168.1.1:80 (note that the router's admin interface still works)Try accessing your router through its external... |
How can I change the resolution seen by a bootloader in VirtualBox? | virtualbox;resolution;virtualbox;resolution | How can I change the resolution seen by a bootloader in VirtualBox?
Ask Question
|
0
You need to configure the vga kernel startup parameter:For example at boot you might use: vga=795. This would set your system to boot using the Live label with a screen resolution to 24bit 1280X1024. Here are some more examples of common vga boot values:Depth | 800×600 | 1024×768 | 1152×864 | 1280×1024 | 1600×... |
Listing files in directory: weird output | windows;command-line | Listing files in directory: weird output
Ask Question
|
1
I suspect it's because of the behavior mentioned in Raymond Chen's blog (warning - not actual documentation).For example, if your pattern ends in .*, the .* is ignored. Without this rule, the pattern *.* would match only files that contained a dot, which would break probably 90% of all the batch files on the ... |
Files with denied Read permissions are not visible in UNC Share | permissions;unc;permissions;unc | Files with denied Read permissions are not visible in UNC Share
Ask Question
|
1
I would guess what you are talking about is a feature from Windows Server 2003 SP1 upwards called ABE. It's an advanced sharing feature designed to hide files and folders from view of users who do not have access to at least read them. You can review the ABE settings on your Server by going to Share and Storage... |
Lost Sound after power shortage | windows-7;laptop;audio;64-bit;windows-7;laptop;audio;64-bit | Lost Sound after power shortage
Ask Question
|
1
I would say it's because your PC was out of charge, and the power shortage made the CMOS nearly ran out of battery but can still be used to hold for a day or shorter. So that the BIOS settings resets everytime you boot. Maybe try replacing the battery, it can be bought in any local tech shop. Here is how: http:... |
Converted existing win7 instalation from mbr to gpt using gdisk, can't lauch OS | gpt;gpt | Converted existing win7 instalation from mbr to gpt using gdisk, can't lauch OS
Ask Question
|
1
Okay, thanks to @Marcelo comment I was able to figure this out, 10 hours later...1.) First, the ASRock P67 Pro3 has undocument feature (or bug, if you wish to call it so), it is amusingly hard to boot a CD as UEFI. The UEFI option will keep disapearing from boot menu even if you set your SATA mode to AHPI (test... |
Kali Linux OllyDBG update to latest version | kali-linux | Kali Linux OllyDBG update to latest version
Ask Question
|
0
OllyDbg is a program running on Wine. You'll have to download the binary from the authors website.Share
Follow
answered Sep 9, 2014 at 13:29StolasStolas10122 bronze badgesAdd a comment | |
Adding calculated columns to Excel Pivot without details | microsoft-excel;pivot-table;microsoft-excel;pivot-table | Adding calculated columns to Excel Pivot without details
Ask Question
|
1
Out of the box standard Pivot Tables don't allow this.First I'll describe how you could work around this using regular Pivot Tables, secondly I'll show you how you can achieve this using the PowerPivot add-in.Option 1: Two Standard Pivot TablesI'd tackle it by simply sitting two pivot tables next to each other,... |
Having trouble in Ubuntu with dual monitors | linux;ubuntu;multiple-monitors;linux;ubuntu;multiple-monitors | Having trouble in Ubuntu with dual monitors
Ask Question
|
0
Based on the comments above, it sounds like junking this install and starting fresh is the right approach. In Ubuntu all of your personal files should reside in your home directory: /home/yoususername. Backing that directory up will save 90% of what you need. Make sure you get the whole directly as their may be... |
Firewalling VirtualBox: restrict host inbound connections to guests only | virtualbox;firewall;cygwin;windows-firewall;spoofing;virtualbox;firewall;cygwin;windows-firewall;spoofing | Firewalling VirtualBox: restrict host inbound connections to guests only
Ask Question
|
0
This may take some more resources, but not much.You can try getting a software firewall, like pfsense, and create an internal "vm network" that will be firewalled by a powerful software-based firewall.ShareImprove this answer
Follow
answered Sep 24, 2014 at 11:22adgelbfishadgelbfish62466 silver badges1212 ... |
Why is storage and transfer given in bytes? | storage;storage | Why is storage and transfer given in bytes?
Ask Question
|
2
The majority of todays computer systems is internally working with multiples of 8 bits. On the lowest level, smaller quantities happen to be transferred (e.g. nybbles (4 bits) to the PHY of a 100 MBit/s ethernet connection), but everything exposed to higher levels is in multiples of 8 bits. This leads to memori... |
Hide a column when auto filter is active | microsoft-excel;microsoft-excel-2010;microsoft-excel;microsoft-excel-2010 | Hide a column when auto filter is active
Ask Question
|
1
I found a solution https://stackoverflow.com/a/12808974/3789751 .I have the following subSub HideUnHide()Set AWS = ActiveSheetfstate = ""If AWS.FilterMode Then c = AWS.AutoFilter.Filters.Count For i = 1 To c Step 1 If AWS.AutoFilter.Filters(i).On Then ActiveSheet.Columns(1).Hidden = True End If Ne... |
How to reload vundle plugin after configuration change | vim;vim | How to reload vundle plugin after configuration change
Ask Question
|
7
Most plugins directly use the configuration variables, so it suffices to apply the variable setting to the current Vim session, and then re-trigger the plugin.For the first, you can either re-source your entire ~/.vimrc (if it's clean, and you avoid re-defining autocmds twice)::source ~/.vimrc(You can abbreviat... |
Remove beginnings of email addresses from text using grep or sed | shell-script;regex;grep;sed;shell-script;regex;grep;sed | Remove beginnings of email addresses from text using grep or sed
Ask Question
|
0
How about this?echo -e John Stevenson Johnnyboy34 john.stevenson@company.com 0320423\\n Mike Anderson AndersMike mike@mikeltd.foo 0234234 | sed -r -e 's/((\w|[.])+)@/@/g'Which yields:John Stevenson Johnnyboy34 @company.com 0320423 Mike Anderson AndersMike @mikeltd.foo 0234234ShareImprove this answer
Follow
... |
How to open the actual folder a library subfolder refers to? | windows-libraries;windows-libraries | How to open the actual folder a library subfolder refers to?
Ask Question
|
0
The only workaround I found so far is copy-pasting the path from the address bar (which is expanded correctly on clicking) and pasting it into a different explorer window or the start menu's text field. But that is tedious if repeated often, and spams my ClipX clipboard history.ShareImprove this answer
Follow
... |
"swapfiles" taking 45 GB space on Mac... What's the fix? | mac;memory;ssd;mac;memory;ssd | "swapfiles" taking 45 GB space on Mac... What's the fix?
Ask Question
|
0
You should not blindly delete them. /var is just a link to /private/var. A typical thing that takes a lot of space there is temporary files in /private/var/tmp and /private/tmp. You can safely delete those after closing all programs and rebooting.ShareImprove this answer
Follow
answered Sep 24, 2014 at 10:... |
How to mount external Windows NTFS volume on Mac? | macos;hard-drive;mount;macos;hard-drive;mount | How to mount external Windows NTFS volume on Mac?
Ask Question
|
4
In the recent macOS, this command should work:diskutil mount disk1s1Where disk1s1 is the disk and partition number from diskutil list.The volume will mount in read-only.For the write access support, read: recommendations for reading and writing NTFS from macOS.ShareImprove this answer
Follow
answered Jul 3... |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 26