
The entire BlueGriffon Tutorial has been updated for the version 3 series of BlueGriffon. Those thinking of using it to create a website can find the complete series online....
ادامه مطلب
I am building a new desktop computer. I will be using 128GB of RAM. I know that is a lot, I am not interested in explaining why I need it. My question is how I should plan this out. I have 8 ports for RAM, Should I buy 8 16GB RAM sticks or one 128 GB stick. Other variances of 128 GB are also an option. However, I am basicly wanting to know if its better to spread it all out or consolidate. Thanks! Let's block ads! بخوانید...
ادامه مطلب
I want to get with my ID the matching string, I am trying to accomplish that with a VLOOKUP =VLOOKUP(L2;Tree_Matchingnode!A:B;1;0) The Table that I am doing the Vlookup looks like this: +----------------+------------------+ | Parent_TREE_ID | Parent_TREE_NAME | +----------------+------------------+ | 1 | | | 2 | | | 3 | | +----------------+------------------+ The Matching tabel looks like this: +-------------+----+ | Folder_PATH | ID | +-------------+----+ | Path1 | 1 | | Path3 | 9 | | Path15 | 3 | +-------------+----+ My result should be that the the ID's from the first tab...
ادامه مطلب
A lot of solutions to zipping the contents of a folder, Excluding the folder, look like this: zip -r contents.zip * But I need to do this WITHOUT cd'ing into the directory, I want to use an absolute path. But this command includes the parent directory: zip -r everything.zip /some/path/to/folder/* So how can I zip the contents ONLY using an absolute path? Let's block ads! بخوانید...
ادامه مطلب
I have a room full of machines that I have been upgrading from home to pro (Windows 10). All machines that are NOT aiversary update 1607 can be joined to a domain with no issues. All that are the aiversary update will allow me to join to the domain and it restarts and asks for the useame and password. Put in my credentials and it provides a generic "caot log you in" error message. I've also noticed lusrmgr.msc is missing (Local users and groups) in all of these 1607 upgrades. The earlier build -- no issues and lusrmgr is available. It's my understanding pro should be able to be joined to a domain. Is this not the case? Thanks ahead of time! :) Let's block ads! بخوانید...
ادامه مطلب
Used this AMI ami-b7418dd7 followed this guide: https://docs.openvpn.net/how-to-tutorialsguides/virtual-platforms/amazon-ec2-appliance-ami-quick-start-guide/ Now, when a user coects to the VPN I want all of their normal inteet traffic to go through the public inteet, but when they are trying to access one of our inteal systems I want that traffic to go through the VPN. How? I've seen a lot of other answers, and I've found very few of them helpful. On this official AMI from openvpn, I can't find any server.conf or client.conf files that so many answers seem to point toward. Any help appreciated, this is the single stupidest task to be given as a software engineer, not an IT / systems-administ...
ادامه مطلب
I am using Windows 10 (well, the version is irrelevant I believe) and I would like to execute my programs through 'Run' just for convenience. My problem is, where do I look for each software's Run keyword ? For example, to open paint, you can run 'mspaint', to open Notepad++ I luckily figured out you can run notepad++ but what about other processes ? For example, I have no clue how to open Sublime text 3 with Run or paint.net and many other software. If you are willing to help, please also provide a way to FIND the run keyword for any software. Maybe there is a way to see it through task manager ? Through cmd maybe ? There should be a way ! Ideally, I would love to have a solution that doesn...
ادامه مطلب
I installed Gnucash on my Mac OS X El Capitan, but I'm having problems with titles and headings on the interface and reports. By following the advice on here https://wiki.gnucash.org/wiki/FAQ#Q:_How_get_I_rid_of_strange_unreadable_characters_or_adjust_the_font_size I've managed to get rid of the problem on the interface and the headings on reports, but the problem still affects the titles of reports (see image below). Instead of getting the title Income Statement for ..., etc, I get a long list of numbers. Income Statement Report Regarding advice below (from the Gnucash wiki page) MacOs: Create a plain text file in your home folder (~ is unix shorthand for your home folder): X Window version...
ادامه مطلب
I hope this is the right place to ask this. My University lets students download a preconfigured executable of OpenVPN, where the settings are already branded in. Once you installed it, you just enter your credentials and you are coected. However, I noticed that it doesn't work anymore after the system is has been installed on is rebooted. If I install it, I get a successful coection with the VPN and can use it. If I restart my Laptop, it does not work anymore, but the Icons in the Tray still show a green screen. If I then uninstall it and reinstall it, without rebooting, it works again. The only difference in the log window when it's coecting, I notice when it does not work, one of the line...
ادامه مطلب
So I have been trying to add refrenced cells but each time I input the sum formula is get 0 as an answer. I did a search online and realised that I'm to use the indirect formula but I just caot make head or tail of it. At best I am able to retrieve one number but my intention is not retrieval alone but adding the numbers in the refrenced cells. Any help will be greatly appreciated Oops I caot post pictures at the moment but I hope the description of my headache will be understood from the three points below: In I2, sum A2:D2 In J2, sum lowest 2 numbers in E2:H2 In K2, sum I2 and J2 Please note that the values in A2 to H2 are referenced from another sheet. Thanks in advance. Let's block ads! ...
ادامه مطلب
I have been searching around and comparing specifications to build a budget gaming PC. On the Intel site, i have been comparing CPUs and I noticed that the I3 CPUs, while only having 2 physical cores as usual, have 4 threads, meaning that they are hyper threaded. But with the I5 CPUs on the other hand, they have 4 physical cores and 4 threads, meaning that they are not hyper threaded, which is kinda weird for intel to hyper thread the I3s and I7s but not the I5s. As common knowledge, virtual cores (made by hyper threading) are of course, less powerful than physical cores. but the I3 CPUs also have significantly more clock speed, with the I3 CPUS varying between 3.3 and 3.9 GHz, and the I5 CP...
ادامه مطلب
i use ncrack for windows Ncrack syntax,how to run multiple IP's and add threads and waiting time? I use this ordinary syntax with no threads and no waiting time and ncrack rate up to 40 ncrack -vv -d7 -U users.txt -P pass1.txt -iL ips.txt -p rdp Now i try to use few threads and time using this syntax, i add 5 threads and 700 ms,ncrack rate 40,the same that means no effect So my question is:how to add multiple IPs, 5 threads and 700 ms waiting time ncrack -v -d7 -U users.txt -P pass1.txt -iL ips.txt CL=5,cd=700ms -p rdp I also tried this and i received :CL=5,cd=700 ms not suported so ignoring... ncrack -vv -d7 -U users.txt -P pass1.txt -iL ips.txt -p rdp,CL=5,cd=700ms Let's block ads! ...
ادامه مطلب
I've got 2 Windows installations which are identical, the same settings, the same programs. The only difference is that the Windows architecture is different, the one is 32bit and the other one is 64bit. When having sysprepped my 32bit installation with the following answer file: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="u:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance...
ادامه مطلب
Super User is a question and answer site for computer enthusiasts and power users. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Let's block ads! بخوانید...
ادامه مطلب
I find it very tedious to scroll to the page I am currently reading whenever I open a PDF document. Is there a way for example to dogear page 20 and have the document open at that very page the next time? ...
ادامه مطلب
I spend two days trying to compile my code with header as cross compiler for OpenWrt I am using LinksysWRT54GL, and mipsel architecture. I download the libpcap from OpenWrt and tried to generate the MakeFile using ./configure --prefix=$TOOLCHAIN --build=mipsel-openwrt-linux-gnu --host=mipsel-openwrt-linux-uclibc --with-pcap=null and I got this error when I ran make pcap-usb-linux.o: could not read symbols: File in wrong format collect2: ld retued 1 exit status make: *** [libpcap.so] Error 1 Thans for all Let's block ads! بخوانید...
ادامه مطلب
In OneNote 2013, let's say you're currently editing some text in a regular text box/field: Now I want to exit this text box and move the cursor somewhere else on the page. Pressing Escape doesn't work, neither do the usual suspects (Ctrl+Enter, Alt+Enter, etc.). Can I exit the box with a keyboard shortcut of some kind? I have looked at the official page for OneNote 2013 keyboard shortcuts to no avail. Let's block ads! بخوانید...
ادامه مطلب
I am using a spreadsheet that contains constant data; I would like to be able to populate the cells on another spreadsheet with this data when a condition is true. I.e. The target spreadsheet is used to prepare estimates. When the user selects a predefined price quote from the spreadsheet containing the constant data, I would like to move this data to the Estimate Spreadsheet. Any assistance would be greatly appreciated. Jamie Let's block ads! بخوانید...
ادامه مطلب
I have a list of data that I need to rearrange in a specific way in the next sheet. I want to make the data to automatically be inputted to the next sheet as below as the total data is actually a lot and it takes time to do this by transposing and copy pasting to the correct order. Is it possible to make the data be arranged as such automatically by functions/macros? Let's block ads! بخوانید...
ادامه مطلب
Can someone please help me generate a list of people that hit their targets for different days, when they hit both of their targets a '2' will show in either the Y column or Z respective if they are early or late shift. i would like everyone that gets a 2 on their shift to be listed. Here is the Data Here is the outcome I am attempting Let's block ads! بخوانید...
ادامه مطلب