Recent Questions

متن مرتبط با «default user startup folder» در سایت Recent Questions نوشته شده است

How to Restore Expression Web's Design Panel and Layout to its Initial Default State

  • نیلوبلاگ

    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....

    ادامه مطلب
  • Laravel organise migrations into folders

  • نیلوبلاگ

    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([$migrationsPath], $directories); $this->loadMigrationsFrom($paths); Now when you run php artisan migrate all folders will be scaed. To migrate specific folders use --path for example for all migrat...

    ادامه مطلب
  • Error 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

  • نیلوبلاگ

    I try to set a root password as follows: mysqladmin -u root password "root"; Then I make a coection to my MySQL server, the following command: mysql -u root -p Enter password: **** enter image description here ...

    ادامه مطلب
  • Find folder contents difference on WIndows 7?

  • نیلوبلاگ

    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 caot 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! بخوانید...

    ادامه مطلب
  • SLOW CIFS/SMB file transfer for authenticated users

  • نیلوبلاگ

    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 ----------- write ------------ read Root ---------- 21.3MB/s -------- 21.8MB/s Domain -------- 19.7MB/s -------- 19.4MB/s Guest----------105.1MB/s ------- 101.2MB/s (Root via AFP 109.7MB/s ------- 108.9MB/s)...

    ادامه مطلب
  • using command prompt how can i change my gmail username on my local account back to microsoft

  • نیلوبلاگ

    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! بخوانید...

    ادامه مطلب
  • Is a 22 core CPU suitable for multi-user PCs?

  • نیلوبلاگ

    And if yes, how can one set certain sets of cores (different in quantity) to different users? ...

    ادامه مطلب
  • Allow user to login to a remote desktop without having a local account

  • نیلوبلاگ

    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. Let's block ads! بخوانید...

    ادامه مطلب
  • Ctrl + Click + Drag Deselects Selected Items and System Folders Have a Tag

  • نیلوبلاگ

    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 aoying 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 computer again unless it's something really serious, they always mess with something I don't want to be messed with Let's block ads! بخوانید...

    ادامه مطلب
  • Switching users of same group in linux

  • نیلوبلاگ

    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 done successfully as said above), but currently I have loggedin as user1, user1 doesn't have permissions to use 'su' to switch to user2 (not only user1 all users belongs 'abc' group are don't have permi...

    ادامه مطلب
  • Script for users end remote session

  • نیلوبلاگ

    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 coection 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 an extra complication but the users are all working in a Remote Desktop environment (i.e. user coects to RDS1 or RDS2 and then launch RemoteApps to DB1, DB2 etc. from there). All servers are ruing Window...

    ادامه مطلب
  • Can't filter journalctl for user service

  • نیلوبلاگ

    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 the servive with systemctl --user start backup_work.service. For some reason though I can't see the logs for this service with joualctl --user -u backup_work.service. I see the logs of rsync and ping...

    ادامه مطلب
  • How can I cap internet for users on virgin

  • نیلوبلاگ

    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! بخوانید...

    ادامه مطلب
  • Username/Password Incorrect Error When Accessing Windows 10 Share From Windows Server 2012 Workstation

  • نیلوبلاگ

    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 coections break. I run into "The useame or password is incorrect" error. If I try to map the resources again, the same error pops up. I know that I'm using the correct credentials. The temporary fix for me is that I would have to ...

    ادامه مطلب
  • Windows Startup folder environment variable

  • نیلوبلاگ

    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 SystemDriveDocuments and SettingsAll UsersStart MenuProgramsStartup SystemDriveDocuments and SettingsuseameStart MenuProgramsStartup The last two items relate to Windows XP days. Which relate to: %PROGRAMDATA%Microsof...

    ادامه مطلب
  • Permanent link to a bookmark folder

  • نیلوبلاگ

    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! بخوانید...

    ادامه مطلب
  • OSX why mac asking system.install.root.user by itself?

  • نیلوبلاگ

    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. ...

    ادامه مطلب
  • Vagrant shared folder and symbolik links under Windows 10

  • نیلوبلاگ

    I have a vagrant box with Linux inside under Windows 10 (VirtualBox 5.1.4, Vagrant 1.8.5). Inside the vagrant box I caot 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! بخوانید...

    ادامه مطلب
  • Changing user in .bashrc breaks SFTP

  • نیلوبلاگ

    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 coect. The errors varied depending on the client used, but usually they all ended up with a timeout, even though they successfully coected to the remote host. WinSCP suggested that an SFTP server might not be ruing on the host. I am now fully aware that adding that line was a bad move, but I don't know why this breaks SFTP....

    ادامه مطلب
  • How to migrate emails to a secondary imap server preserving folder structure

  • نیلوبلاگ

    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 server imap2. I found no easy way to do this with mode email clients in MacOS X (Apple Mail, PostBox, Thunderbird, Outlook, ...). The windows version of Microsoft Outlook used to have that feature when...

    ادامه مطلب
  • برچسب‌های مرتبط

    error 1045 mysql 28000 | error 1045 sqlstate 28000 | error 1045 mysql 28000 windows | error 1045 mysql 28000 root | error 1045 mysql 28000 linux | error 1045 mysql 28000 ubuntu | sql error 1045 sqlstate 28000 | sql error 1045 sqlstate 28000 hibernate | how to find contents folder on mac | using command prompt