
I've documented my PhpStorm setup, what theme I use, plugins, and keybindings. Theme I use the New UI which is located at Appearance & Behaviour -> New UI Once tued on I use the Light Theme: I like to keep things minimal, in fact, I tu off the toolbars and status bars by toggling distraction-free mode Plugins .env file support Environment variables completion based on .env, Dockerfile and docker-compose.yml files. Go to declaration(in .env ...
ادامه مطلب
This article answers a visitor's question on how to set the height of a DIV (or even other elements) so that it is a percentage of the browser window/viewport. And no, using the percent unit (ie, "%") won't work the way you think....
ادامه مطلب
If you need to set an environment to be a specific one such as staging you can override the environment by changing the config value app_env config(['app.env' => 'staging']); Then doing a dd on config(‘app.env’) will retu that environment you’ve just set. I haven’t found a way to set environments with app()->environment() so instead, I recommend using this in_array function and passing in the config(‘app.env’) and then specifically defining the environments. in_a...
ادامه مطلب
For the first time since Windows 95, Windows 8/8.1 ceased to offer the "Advanced Appearance Settings", which enabled the following customizations: screenshot of the "Window Color and Appearance" window That is a shame, not only because users lost customization power, but specifically because it made much more difficult for an user to set its own dark-theme version of the system. Is there any way to change such colors in Windows 8.1? Notice that I am not talking about merely doing this and I also...
ادامه مطلب
I wanted to set automatic rules for Quiet hours features in Windows 10. I want quiet hours to automatically activate during specific time. In Windows 10 Mobile I have done the same by going to Cortana->Notebook->Quiet Hours. However I cannot do the same on Windows 10 PC. There is no quiet hour page in Cortana's notebook on PC. Is the setting located somewhere else or is it not implemented yet? Any solution such as registry edits is also welcome. Let's block ads! بخوانید...
ادامه مطلب
I am making several websites on a single workstation, so I want to test them in more or less isolated environment. Having some Linux background, I decided to make a chroot for each of these web apps. To be able to launch my app handlers from inside the chroot, I wanted to forward the visibility of /usr/local/bin to the chrooted container, but I fail to see a direct equivalent of mount --bind. Is it at all possible to have a chroot with vanilla OS X, without FUSE or other keel extensions? Let's b...
ادامه مطلب
In my Windows 10 computer, I have a VirtualBox Ubuntu 16.04 LTS VM in bridge adapter network setting. I have been able to use the hostname of the VM to SSH, Samba, and browse webpages inside the VM. Also, the Windows 10 computer has Cisco AnyConnect Secure Mobility Client installed, so that I can remotely access my company's LAN. Like, remote desktop into the office computer, accessing file server, etc. Recently, the IT department has told us to update the VPN client. After that, I have found th...
ادامه مطلب
I'm running Ubuntu 14.04. I need someone to tell me the steps I need to take to fix this issue... It's not my Inteet problem because I'm able to wired in on my other laptop. So it's obviously something wrong with my laptop. It makes no sense that It was working perfectly fine yesterday and then today dead... I did not installed anything . Things to know My mac address is not blocked (contacted my Network Administrator) Wired connections works when I got home but not at work. Tested the wired ...
ادامه مطلب
I want sync my contact list in Ubuntu, is it possible? I've HTC A9 Android phone, I've use USB for connection. ...
ادامه مطلب
I am using a self-generated certificate for my mail server to which I connect through SSL/TLS. Due to the self-generated certificate which I have not added to the Windows certificate store, Thunderbird asks me to add an exception for this certificate in order to use it. So far, things went fine for years. Today, Thunderbird presented me a dialog to add an exception for my email certificate. Of course I was surprised and looked into the certificate details. It shows "ESET SSL Filter CA" in the ch...
ادامه مطلب
I am trying to install a digital menu for a pizza restaurant for someone I know. But I have never done this before. I don't know how to do it right. I have made the necessary menus in Photoshop using a template of sorts. But I don't know how I should display them on the tv. Please suggest me either done software to run in Windows or if there are usb like devices of some sorts that I'm not aware . since they are just pictures. That o have been thinking is just set up two tv's using hdmi open the ...
ادامه مطلب
I'm looking at a shell script that contains the following: set +e set -x I see that the commands are used to "assign a value to a shell variable". But in this context I don't understand the usage. https://afni.nimh.nih.gov/pub../pub/dist/edu/data/CD.expanded/AFNI_data6/unix_tutorial/misc/unix_commands.html#set Let's block ads! بخوانید...
ادامه مطلب
Let's say I leverage the info in these following answers.. to creat a "New RTF Document" menu item to Initiate/ Invoke creation of a RTF Document. How, can I get "Word 2010" and "Write/ Wordpad" to default to do so, using a Narrow (0.5) or Custom Page Layout? I know I can change Margins after opening the document. But to do it every time for every New RTF is too much effort. Also, I know there are some "Default" templates/ mechanisms that Word defaults to when it creates a New Document But I...
ادامه مطلب
The following Table is ready for comparison. When creating a standard bar chart value A and C are not easily comparable. In Excel you cannot display a value within a set on the secondary axis. So I created a column selecting every set individually and set B on a secondary axis the result is this graph. For the overlap I already found a solution. But the values from Old and New are not next to each other and in the same color. How can I create a bar chart that let me compare the values Old and Ne...
ادامه مطلب
I have set up all the necessary configurations to set up a static host besides localhost (default) on Ubuntu, but I can ping the host I set with the /etc/host file but I cant use nslookup or the host command to resolve it. By the way I have checked resolve.conf files and nsswitch.conf . It says NXdomain. Any advice? Let's block ads! بخوانید...
ادامه مطلب
I run a Windows Server2016 TechPreview, which comes with its DHCP server. In contrast to other Server services, however, the DHCP server has limited logging capabilities. New DHCP leases are logged in a log file, but they are not advertised in any other way and do not appear in the Windows event log. I need, however, to keep a tab on new leases, and particularly on "rogue" Wifi clients. Which alteative DHCP servers offering such capabilities (Windows or Linux) should I consider? Let's block ads!...
ادامه مطلب
I am trying to setup an OpenVPN server on my desktop that I will connect to on my laptop (both running windows 8.1 64-bit, with the 64-bit versions of OpenVPN installed). The setup procedure calls for the easy-rsa package, which is no longer included with OpenVPN, but is available separately. I have installed easy-rsa version 3.0.1. The first step in the setup is to run "init-config" in command prompt in the directory "C:Program FilesOpenVPNeasy-rsa", but it fails, giving me the typical "not rec...
ادامه مطلب
I have a guest VM running Ubuntu Server 14.04. My host operating system is Windows7. I really have spent a lot of time reading tens of topics regarding copy paste from/to Windows7 host/Ubuntu Server 14.04. But because I am a newb, I really ask now is it possible to do so? Thanks for your comprehension Let's block ads! بخوانید...
ادامه مطلب
The headset has two plugs and the iPhonr has only one jack. I assume this would be possible because Apple's earphones have a mic. ...
ادامه مطلب
I am using Apache 2 server.can anyone please tell me ,where to put cgi files in ubuntu and please explain me the steps to execute the cgi scripts through browser? ...
ادامه مطلب