I would like to do a backup of some movies on DVD with File Factory.
In the output setting, by default the option 2 pass encoding is disabled. Do I need to enable it for better quality and does it worth?
There is already by default, and it works (Win 7):
::1 localhost
This also works (testing with ping):
::1 hosta
But when I'm trying to add something non-loopback, it doesn't resolve:
fe80::215:afff:fec6:ea64 realhost
So that I can do:
C:>ping fe80::215:afff:fec6:ea64
Reply from fe80::215:afff:fec6:ea64: time=2ms
But can't go with hostname that I put in hosts:
C:>ping realhost
Ping request could not find host realhost. ...
Any way to add an IPv6 address to hosts in Windows?
Does anyone have an idea or hack on how to source my local dotfiles (I will probably need more of them so this solution should work with many files) on remote machines without scp them to remote machine?
Is something like scp .bashrc to /tmp folder on remote machine and then exporting BASHRC env variable the best solution?
I need this because of our company policy and fast cloud servers deployment and redeployment and I don't want to touch .bashrc files on remote machine so my colleges are able to use their default env which doesn't suit me.
I'd like to change the colors. The lime green hilighting on pale blue colored file names is killing my eyes.
I'm not sure if I'm using xterm or gnome or whatever, but I would like to change the default color scheme (preferable to something less offensive to my corneas) and have it stay changed (update my user profile).
Colors are nice, but sometimes it makes the text unreadable. I would settle for having no colors, standard B&W, if I can't have nice colors.
I've been looking into this problem, and it is common. But since there is a package for Mac with the same name, the solution for Mac users is hiding the solution for Linux users and our default sshfs.
This the best I got so far, from what actually works on Linux.
sshfs user@host:remoteDir localDir -o Ciphers=arcfour -oauto_cache,reconnect,no_readahead
note: this question was not appropriate for stackoverflow, dunno why: http://stackoverflow.com/questions/25365487/sshfs-too-slow-what-options-to-use-to-make-it-faster-not-for-mac-users
Is it possible to use custom installs in conjunction with the package manager?
For example, I would like to use apt-get to install EngineX because it will also install all the applicable dependencies.
However, I prefer to use version 0.8.34 which I then configure to include modules that EngineX does nt come with by default.
Is there some way for me to get the best of both worlds?
I am using Vagrant to jump start some initial Puppet config and am confused on how to include/run multiple manifests (other than just site.pp) in the puppet execution workflow without making the extra manifests into modules and including them that way.
In the puppet manifests directory that I point Vagrant to (see below) I have two manifests that I want executed: site.pp and hierasetup.pp.
config.vm.provision "puppet" do |puppet|
puppet.manifests_path = "puppet_files/manifests"
puppet.module_path = "puppet_files/modules"
puppet.manifest_file = "site.pp"
puppet.options = "--verbose --debug"
end
Currently I am having site.pp be the manifest that calls hierasetup.pp. My site.pp looks like this:
File {
owner => 'root',
group => 'root',
mode => '0644',
}
import "hierasetup.pp"
include jboss
But I get this error about the deprecation of "import":
Warning: The use of 'import' is deprecated at /tmp/vagrant-puppet-1/manifests/site.pp:33. See http://links.puppetlabs.com/puppet-import-deprecation
(at grammar.ra:610:in `_reduce_190')
According to the referenced URL under "Things to try instead" it says "To keep your node definitions in separate files, specify a directory as your main manifest".
Further this puppet doc on main manifests says:
"Recommended: If you’re using the main manifest heavily instead of relying on an ENC, consider changing the manifest setting to $confdir/manifests. This lets you split up your top-level code into multiple files while avoiding the import keyword. It will also match the behavior of simple environments."
It appears that Puppet can reference an entire directory instead of just a specific manifest file, such that I would expect that Vagrant would make a provision for this and allow me to drop the "puppet.manifest_file = "site.pp" line and point to the parent directory instead in which all the *.pp files there will be executed. However removing that line in Vagrant merely generates a complaint about an expected "default.pp" in its stead:
puppet provisioner:
* The configured Puppet manifest is missing. Please specify a path to an
existing manifest:
/some/path/puppet_files/manifests/default.pp
So:
Firstly, do I understand the "new" (non-import) way of calling multiple manifests correctly, in that a directory is to be pointed to in which all the *.pp files inside it will be executed?
And secondly, has Vagrant "caught up" with this new change to accommodate the referencing of directories in conjunction with Puppet's deprecation of "import"?
Update: Thanks to Shane the issue with #2 (Vagrant's code not being caught up to allow pointing to puppet manifest directories) was reported on Vagrant's GitHub issue tracker site and has since been patched: https://github.com/mitchellh/vagrant/issues/4169
I'm currently struggling which SIP client software to use with respect to Ubuntu / Gnome.
Some clients I've looked so far:
Blink, seems promising but the Linux variant lacks a lot of features
Twinkle Latest release is ~2 years old. AFAIK the only one capable of encrypting calls using zrtp.
Empathy: default tool for IM on ubuntu
Ekiga
Some features I'd like to see:
availablity of buddies
conference calls
call log
chat
desktop sharing (Blink seems to do that for Mac)
So my question is: what client software do you prefer and for what reason?
I'm looking at message queueing for client/server communication in a new product. One of the problems with MSMQ is that it's not installed by default on most Windows desktops, and that it doesn't seem to be available as a redistributable for inclusion in our MSI.
Given that the administrator will have access to Microsoft SMS or ConfigMgr or similar, how do I persuade them that it's easy to install? That is: how do I automate installation of the MSMQ components?
It seems CMD does not have it's own jumplist.Has someone created one already?
I would like to be able to pin script and command files to cmd.exe only.I can pin them separately with the /explorer as the first line on target box but i would like all of them to be pinned to cmd.exe by default.Kind of like all folders are pinned to explorer.exe.I also made a rather bad looking mockup to make the question a little more clear: http://img576.imageshack.us/img576/9263/cmdjumplist.jpg
Running gnome under Ubuntu Lucid
$ env | grep TERM
TERM=xterm
COLORTERM=gnome-terminal
I had to edit both my .muttrc and my vim colorscheme to change the background color from black to none in order to get a proper black background (or, more accurately, to retain the terminal's default black background). Setting it to black resulted in a dark grey background. This only happens with gnome-terminal; konsole, xterm and rxvt are fine.
I have one Linux ext3 partition shared on network.
Now when some one copy files from MAc , then other people can't change the file dute to permission problem.
Is there any way that ane new file which is copied will always have 777 permission
and some specific user as owner of file not the default user
thanks
Is drag and drop between Filezilla and Nautilus supposed to work with Filezilla for Linux? If so, what should I check to start figuring out why it isn't working for me? I'm using Ubuntu 10.04 LTS, mostly default settings.
Is there a way to preserve amends we make to first (default) VirtualHost
container in /etc/httpd/conf/httpd.conf?
We have a custom setup for a site and we want all unmatched
hostnames to be caught by that VirtualHost. As per Apache manual all unmatched
hosts are processed by first VirtualHost directive, hence we copied
DocumentRoot, suPHP user and some other values from out main site's VH.
Running /usr/local/cpanel/bin/apache_conf_distiller --update and then
/usr/local/cpanel/bin/build_apache_conf reverts our changes.
I have a Windows 2008 Server Standard x64 machine that I need to install SQL Server 2008 R2 Standard on then ship it to a different site where it will be joined to a Active Directory domain.
The server is now using the default "WORKGROUP" workgroup and i need to know if i can install SQL Server on it then ship it to the other site where it will be joined to the domain without issues.
What are the possible problems that could happen? are there any workarounds?
The following folders keep showing up:
C:\Default\
C:\NativeImages\
They both have a ton of folders in them witha bunch of html files in each folder. I'm assuming this has something to do with NGEN because of the NativeImages folder. How do I get rid of these folders and keep them from coming back? Or otherwise move them so they get put somewhere else?
Thanks
I'm on a windows workstation, and I want a list of which files are open over the network on a windows server. The Shared Folders MMC Snap-in does this visually, and SysInternals' PSFile does it from the command line, but by default only for admins. I want to let regular users do this, too. What permissions do I need to grant them?
What I need is to create a couple of websites, each one with only one user, which is allowed to send mails from any address @ his own domain.
Example:
Site foo.com would have an user foo, which can send mails from [email protected].
Currently, when the user logins to Usermin, the default 'from' field is example-dns.net (editable)
I want it to show an editable field for the user part, and @foo.com (non editable)
So how can I do this? Is there some way to automate this?
What I need is to create a couple of websites, each one with only one user, which is allowed to send mails from any address @ his own domain.
Example:
Site foo.com would have an user foo, which can send mails from [email protected].
Currently, when the user logins to Usermin, the default 'from' field is example-dns.net (editable)
I want it to show an editable field for the user part, and @foo.com (non editable)
So how can I do this? Is there some way to automate this?
I can not dump my MySQL-Databeses, however here's the error message:
Cannot load from mysql.proc. The table is probably corrupted
Also mysql_upgrade seems not to work:
# mysql_upgrade
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
Running 'mysqlcheck with default connection arguments
mysqlcheck: Got error: 1045: Access denied for user 'root'@'localhost' (using password: NO) when trying to connect
FATAL ERROR: Upgrade failed
What does that mean ?
I'm running an ASP.NET 4.0 web application on IIS6 (Windows Server 2003 x64). This app is one of many running on this server under the Default Web Site -- but is alone on it's own application pool because the other sites are all running ASP.NET 2.0 still.
When I deploy my application, it works just fine until the application pool recycles or kills its worker process (by default 2 hours or 20 minutes with no activity). After this, I get the error:
"Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information."
Refreshing the page, recycling the application pool, and iisreset do nothing. But, I can bring the site back online again for a little while by simply redeploying it.
The stack trace seems to start at an EntityDataSource -- see below:
[ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.]
System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0
System.Reflection.Assembly.GetTypes() +144
System.Data.Metadata.Edm.ObjectItemConventionAssemblyLoader.LoadTypesFromAssembly() +45
System.Data.Metadata.Edm.ObjectItemAssemblyLoader.Load() +34
System.Data.Metadata.Edm.AssemblyCache.LoadAssembly(Assembly assembly, Boolean loadReferencedAssemblies, ObjectItemLoadingSessionData loadingData) +130
System.Data.Metadata.Edm.AssemblyCache.LoadAssembly(Assembly assembly, Boolean loadReferencedAssemblies, KnownAssembliesSet knownAssemblies, EdmItemCollection edmItemCollection, Action`1 logLoadMessage, Object& loaderCookie, Dictionary`2& typesInLoading, List`1& errors) +248
System.Data.Metadata.Edm.ObjectItemCollection.LoadAssemblyFromCache(ObjectItemCollection objectItemCollection, Assembly assembly, Boolean loadReferencedAssemblies, EdmItemCollection edmItemCollection, Action`1 logLoadMessage) +580
System.Data.Metadata.Edm.ObjectItemCollection.ExplicitLoadFromAssembly(Assembly assembly, EdmItemCollection edmItemCollection, Action`1 logLoadMessage) +193
System.Data.Metadata.Edm.MetadataWorkspace.ExplicitLoadFromAssembly(Assembly assembly, ObjectItemCollection collection, Action`1 logLoadMessage) +140
System.Web.UI.WebControls.EntityDataSourceView.ConstructContext() +756
System.Web.UI.WebControls.EntityDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +147
This is a bug filed for the same (or similar) problem: http://connect.microsoft.com/VisualStudio/feedback/details/541962/unable-to-load-one-or-more-of-the-requested-types-connected-with-entitydatasource
Question: Has anyone seen this and have advice? I've tried copy-local on all the references... Works just fine on my dev machine. Works on the server until the application pool worker process recycles. I'm building in release mode, but experience the same result when I build for debug. I'm stumped.
Hello,
I want to give remote access to my postresql db (8.2) to computers that are at the same lan, at the default config I have added this line to pg_hba.conf where xxx.xx.xx.xx is the ip of the machine that hosts postgresql. This machine is a windows 2k server.
# IPv4 local connections:
host all all 0.0.0.0/0 password
host all all xxx.xx.xx.xx/24 password
There no firewall or such blocking the connection between and `listen_addresses = '*' for postgresql.conf .
Hi, i have a web site and if i use these dns addres 195.175.39.40 and 195.175.39.39(they are default dns addresses in my country's isp), i can't reach my web sit but if i use opendns or googledns i can access to my web site(btgmaslak.com). What should i do ? This is very important thanks.
I'm a beginner at using OpenWRT but I'm loving it already. Everything is running fine (internet, wifi) on all clients except one thing: the computers running in my LAN don't see each other. Pings to them or between them gives "destination host unreachable". This happens when using either the machine's IP's or their assigned hostnames.
Running Backfire 10.03.1 - default settings everywhere except of course for the specific ISP stuff in the WAN.
What's going on?