
This article deals with how you can reset the default positions and sizes of the various panels/sections in Expression Web so that the web editor appeared as it did when you first ran it....
ادامه مطلب
When a project grows the migrations folder can contain a lot of migration, ever wanted to desperate them into folders? tus out it's easy to so. All you need to do is tell Laravel where to read the migrations from. In your AppServiceProvider.php boot call, you can call $this->loadMigrationsFrom() and give it a path of all the folder locations: $migrationsPath = database_path('migrations'); $directories = glob($migrationsPath.'/*', GLOB_ONLYDIR); $paths = array_merge([$migra...
ادامه مطلب
I try to set a root password as follows: mysqladmin -u root password "root"; Then I make a connection to my MySQL server, the following command: mysql -u root -p Enter password: **** enter image description here ...
ادامه مطلب
I have a larger folder containing all my SVN files. I got attacked my a virus destroying some files but also corrupting SVN config files, so now TortoiseSVN cannot recognize it as a SVN folder. I can redownload the repository to other location but there are some files I didn't commit to it. Is there some software that can tell me difference in contents between folders or should I write a batch script that can tell me which files were not commited? Let's block ads! بخوانید...
ادامه مطلب
How to configure CIFS that local and domain users have fast transfer speeds? I do have massive performance issues using CIFS / SMB / Samba in combination with users. It's independent from Active Directory (AD) being enabled or disabled. Local as well as domain users transfer data really slow. There as guest user is fine. However I'm not able to figure out that causes the bottleneck for authenticated users? And how to configure samba to avoid the problem? CIFS / SMB Transfer Speeds User --------...
ادامه مطلب
Using command prompt, how can I change my Gmail address useame on my local account back to Microsoft. It doesn't let me sign in. You see my Gmail address but when I put my password in, it said to change my Microsoft password to sign in. But it's not a Microsoft account. Somehow I ended up with my Gmail address as my sign in local account. I also don't see the option of changing my useame. I can only sign in as a built-in administrative. Let's block ads! بخوانید...
ادامه مطلب
And if yes, how can one set certain sets of cores (different in quantity) to different users? ...
ادامه مطلب
I have a VM with Remote Desktop access enabled. It runs a regular Windows 8.1 Pro setup. I want to be able to login on my laptop without having to create and login to a local account before I can do that. The laptop has Windows 8.1 Pro installed. Basically when I tu on my laptop I want to enable a screen with IP/Computer, Useame and Password. I would then use the VM RDP settings to login. Is that possible? I'm just a desktop user I don't have AD, a Windows server or anything like that configured...
ادامه مطلب
Just like the title says, recently I've been noticing that when I'm selecting a group of items in a folder if I select some and click and drag over them again it deselects them. This never never happened before a couple weeks ago. I believe it started when I had an IT guy do a checkup on my PC. My System folders also have an annoying tag that says "System Folder" now but that can be easily overlooked. Examples: http://ptscr.com/cax3uc http://ptscr.com/cax3xp P.S: Never letting an IT guy touch my...
ادامه مطلب
My environment is like: I have two users 'user1' and 'user2' both are in same group(say group name is 'abc') in server 'server1'. Now I have another server 'server2' which have user 'user2'. user2 in both the servers are exchanged their public keys (I mean to say authentication configured properly). Now requirement is like : I have to perform a copy operation on server2 (both source and destination folders are in server2 only) from server1 as user2(because identity file configuration do...
ادامه مطلب
I have a couple of DB servers that each run a RemoteApp that users launch to access said DB. The problem is that the application itself does not always exit gracefully when the user ends it, which leaves a remote session open and the user is unable to access said app again. What I am trying to create a script that would terminate any current existing connection to each specific server (i.e. Script A would terminate for RemoteApp A, Script B would terminate for RemoteApp B). Not sure if it adds a...
ادامه مطلب
I created the follwing service file in ~/.config/systemd/user to backup my work data when I'm logged in at work. [Unit] Description=Backup Work Related Files [Service] Type=oneshot ExecStartPre=/usr/bin/ping -c 1 -W 1 xxx ExecStart=/usr/bin/rsync -avzuhH --progress --delete --exclude=.Trash-1000 /some/folder/ xxx@xxx:Documents/backup ExecStart=/usr/bin/rsync -avzuhH --progress file xxx@xxx:Documents/backup/file I can find the service with systemctl --user list-unit-files and I can also start...
ادامه مطلب
I share a house with friends and one of them is very selfish, constantly downloading, streaming music and playing computer games at the same time. How can i cap his devices so the rest of us can use it for normal use? Extra Details We use a Netgear Router On Virgin Broadband P.S I have fair knowledge on Computers and programming but not with networks and server, I am happy to lea how to do this just want a pointer as I am lost when looking on google. Let's block ads! بخوانید...
ادامه مطلب
I'm playing around with my fresh Windows 2012 R2 VM and am following this guide to convert it to a 'workstation'. I have network discovery on and all the other advanced sharing settings necessary on my server-tued-workstation. I have a Win 8 VM that is hosting a shared folder and my win 10 machine that's hosting a shared folder. The majority of the time, I'm able to access the shared resources. The problem I've run into is that if I restart my Win2012 VM, my mapped connections break. I run into ...
ادامه مطلب
The startup priority in Windows is as follows, listed from first to start to last to start: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRunonce HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesExplorerRun HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun HKEY_CURRENT_USERSoftwareMicrosoftWindows NTCurrentVersionWindowsRun HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRunOnce SystemDriveDocume...
ادامه مطلب
Is it not possible to make a permanent link to a bookmark folder? I want a URL which will take me to a specific folder, independently of which computer I am logged in at. Currently using e.g. "chrome://bookmarks/#2225", gives me the folder I want on one computer, but not on another. It is also not permanent, which is also a problem. Let's block ads! بخوانید...
ادامه مطلب
Why is my mac (Snow Leopard) asking me for installer changes (system.install.root.user) by itself? I do not recall doing anything to enable this. I feel like someone is trying to hack into my computer. I hope it is a false feeling. ...
ادامه مطلب
I have a vagrant box with Linux inside under Windows 10 (VirtualBox 5.1.4, Vagrant 1.8.5). Inside the vagrant box I cannot create a symlink: /home/vagrant/my-shared-folder/ $ ln -s /any/path/to/linux/box/folder my-symlink-name Under Windows 7 it was working with: How do I create a link in Windows 7 home premium as a regular user? So, has anything changed under Windows 10? Let's block ads! بخوانید...
ادامه مطلب
In my leaing track for Amazon EC2, I thought it would be a great idea to just always become the root user while still logging in. I added this line to my .bashrc /usr/bin/sudo /bin/bash That way, I would not have to SSH in as the root user, but I would be automatically switched when I log in. However, when this was in the .bashrc, it broke any SFTP client that tried to connect. The errors varied depending on the client used, but usually they all ended up with a timeout, even though they succe...
ادامه مطلب
The subject line could also read: "how to setup an email archiving system that preserves folder structure and tags". I am reaching the quota of my main email provider (imap1) and I would like to regularly move/migrate some emails to another imap server (imap2) that provides more space. However it took a lot of time to organize my emails into folders and labels in imap1, and I would like to preserve the folder structure after migration to imap2, so that I can easily locate emails in the archive s...
ادامه مطلب