If I archive an email in GMail, it only appears in my "All Mail" folder alongside non-archived emails.
Is there any way to set up a filter for just the archived messages?
I only have dial up internet access at home. I'd like to connect to the internet on my laptop and then use that connection for my iPod through Internet Connection Sharing. I don't have a router. I'm just trying to do an Ad Hod network from WinXP to iPod. Is that possible? Is there an easier way to do this?
In my organisation, people use microsoft office 365 for mail service.
In windows system they can setup a chat client with
office 365 and use the instant message sevice. I'm having a ubuntu m/c and when i searched around the web could not find the option
to use office 365 chat in my machine.How can i use the same.
Error message:
No setup available for this computer
Read: Set up your Mac for Office 365
Return to Home
Running Ubuntu 7.04.
Samba is installed and running. Ubuntu server is connected to the internet thru an adsl modem.
Rest of the network consists of windows-xp machines
All xp machines can see the shared samba folders when internet access is on. If however , the internet access is interrupted , then the samba server cannot be viewed and no sharing occurs.
Is samba folder sharing dependent on internet access ?
So I have a ThinkPad computer that I've installed a program called "Deep Freeze" which restores your computer to the "Frozen" state. I also have a Toshiba computer with no Deep Freeze on it.
My question is that would it be possible to creat a system restore point on my Toshiba and then replace the system volume information folder with the one on the ThinkPad so I could restore to a point with no Deep Freeze?
Would this work?
I've checked "Don't use the index when searching in file folders for system files", but I don't see a way to tell Windows 7 that I'm looking for a system file. What does this option actually do, and how do I use it to search every file name on the drive for a specified character string?
I intend to search file names in an indexed folder that contains non-indexed subfolders and "system" file types, and this option seems to have no effect on the skipping of those subfolders and file types.
Hi!
I am trying to find a way in mutt to jump to my reply to a mail.
To be precise: I have a mail from someone else open in mutt and I replied to that mail - a copy of that reply is in the sent folder. Now I want mutt to show me that reply, when I press some key while reading the original message.
Is there a way to accomplish this?
Thanks in advance,
Prof. MAAD
I have a Windows Vista Home Premium machine, and am using a WD portable drive. My external drive is showing that it is occupying space, but I am no longer able to see any of my folders in there. Out of the 1 TB, its shows that 600 gigs are free, but the folders are gone!
Please suggest some way of retrieving the files (I think they're must be some way to retireve them, since the disk utilization shows that something is on the disk). Appreciate your help!
I know how to add it via the context menu, but it never seems to be a permanent option. I would like it to show in all folders without having to continually go back through and add it.
How can I make Windows Explorer show file modified date instead of created date?
I've looked at this question, so I assume it is the same as going through the context menu seen by right clicking inside the folder.
I looked at all the other posts on this but can't find the directories mentioned (~/.config/google-chrome/Default/Bookmarks, it's a JSON file.). Being a 2 day Newbie to Ubuntu/Linux I would like to know if the location has changed in the latest version or if not how I locate the directory indicated. I have logged in as root and searched for the folder and can't find it although I imported my bookmarks from a html file so I know that they must be saved somewhere.
I have this HP USB drive (16GB, NTFS formatted) that has, a MKV video.
The USB is always detectable, so is the MKV, but when I connect that USB drive with that MKV video on my HT-C5530 home cinema USB port, the playback just suddenly stops after random time, and it returns to the main menu when I can see the pen and it's contents.
I really have no clue about what could be the issue here, has someone else experience something similar? That may help me out on this.
Whenever I open a file with Vim, the program automatically creates a copy of the file ending with a tilde~
When I'm done editing a few files, the folder is littered with extraneous files ending in ~
Is it possible to have Vim automatically remove said files? Or as an alternative, is it possible to have Windows hide them?
Most of the time, I need to have an active VPN connection when working from my home PC.
I've discovered, that if the VPN is active, and I leave the computer, the computer does not go to sleep automatically, as it should. If i disconnect VPN, it works.
Why is that ? How can I ensure that my PC can go into sleep mode automatically even with the VPN connection on ?
already posted here so feel free to answer there.
everytime i commit/push something to the git server the file permissions change (all added/edited files in the repository have no read and execute access for the group). thus trac can't access the repository.
do I need to change permissions of the folder differently?
chmod u=rwx,g=rx,o= -R /home/git/repositories
or do i need to setup gitolite somehow to write files with different permissions???
regards,
klemens
I have set up a home web server using Ubuntu 12.10 and I can safely say that it works with regards to router forwarding and ports being found. I know this, because switched my hosting provider's VPS SOA record to use my ISP IP with an 'A' value and had my website running from home. This verified that my server was configured correctly so I started what I believe to be the final step in making my old desktop into a full DNS server.
I found this tutorial that got me started My LAN network consists of the following:
My router with a gateway of 10.0.0.zzz
My server with an IP of 10.0.0.xxx
A laptop with an IP of 10.0.0.yyy
Step 1:
I installed bind via sudo apt-get install bind9
Step2:
I configured /etc/bind/named.conf.local with:
zone "sognwebdesign.no" {
type master;
file "/etc/bind/zones/sognwebdesign.no.db";
};
zone "0.0.10.in-addr.arpa" {
type master;
file "/etc/bind/zones/rev.0.0.10.in-addr.arpa";
};
Step3:
Updated /etc/bind/named.conf.options with two ISP DNS addresses
Step 4:
Updated /etc/resolv.confwith:
nameserver 10.0.0.xxx
search lan
search sognwebdesign.no
Step5:
created a ``/etc/bind/zones directory
Step6:
Created /etc/bind/zones/sognwebdesign.no.dbwith:
$TTL 3D
@ IN SOA ns.sognwebdesign.no. admin.sognwebdesign.no. (
2007062001
28800
3600
604800
38400
);
sognwebdesign.no. IN NS ns1.sognwebdesign.no.
sognwebdesign.no. IN NS ns2.sognwebdesign.no.
sognwebdesign.no. IN NS ns3.sognwebdesign.no.
NS1 IN A 10.0.0.1
NS2 IN A 10.0.0.2
NS3 IN A 10.0.0.3
www IN A 10.0.0.4
yuccalaptop IN A 10.0.0.19
gw IN A 10.0.0.138
TXT "Network Gateway"
Step 7:
created/etc/bind/zones/rev.0.0.10.in-addr.arpawith:
$TTL 3D
@ IN SOA ns.sognwebdesign.no. admin.sognwebdesign.no. (
2007062001
28800
604800
604800
86400
);
zzz IN PTR gw.sognwebdesign.no.
1 IN PTR ns1.sognwebdesign.no.
2 IN PTR ns2.sognwebdesign.no.
3 IN PTR ns3.sognwebdesign.no.
yyy IN PTR yuccalaptop.sognwebdesign.no.
I then restart bind and dig-x sognwebdesign.no and it works
Lastly I perform named-checkzoneon each of my zone files, but me reverse zone fail fails with:
sognwedesign.no/IN: has no NS records
Can anyone explain what I am doing wrong here or assist me in getting this configured correctly?
I have to make a project involving xml for my university. I decided to make something web based and use Berkeley xml db and php, on Windows. So I need 2 libs - php_db4.dll and php_dbxml.dll. There is no such files. In addition there is no source code to be compiled in the dbxml \ build_windows folder of the installation! There is only vcproj files. Can anyone help me with this?
Where does Google Chrome for Linux store user specific data such as bookmarks ?
I can't find a .chrome or .google directory under my home directory, any other directory I should look at ?
hi,
in my home computer incoming port 80 was blocked.
i gess it was done by some vires.
did any body know how to open the closed port in xp.
or any tool to open colosed ports.
My wired USB mouse's left button stops working properly after being plugged into the computer for about five minutes. The mouse button will become sticky and not allow me to select things or the left button is completely unresponsive. The mouse driver is up to date.
I am running Windows Vista Home Premium with the Service Pack 2 on a Sony Viao laptop (Model number (VGN-NW125J).
If anybody knows how to fix this your help would be greatly appreciated.
Within the last week, whenever I go to save a file from the internet when I save to "Documents" it doesn't show just what is in My Documents at the higher level, it shows all the contents of every sub-folder.
I haven't changed any settings- how can I get this back to normal (so that files of sub-folders are not shown when saving)?
I tried with both Chrome and IE so it's not the browser doing it.
The problem seems to only happen with My Documents, no other folders like Downloads etc.
Sometimes I will do a command such as
unzip tons_of_files.zip
And I will forget to put a -d to point to a subdirectory. This causes the current folder to get filled with tons of files that are intermixed with the existing files.
What is the best way to remove all these new files and/or move them to a new directory? I want to avoid having to manually examine the directory and determine if the file was part of the archive or was already present.
I purchased a copy of Adobe Premier Elements with my computer earlier this year and haven't spent more than a few minutes working with it since. I want to perform some basic editing of home videos but always feel somewhat lost when using Elements. Does anyone know of any good video tutorials?
Thanks!
I'm not even sure if this is possible with Outlook's current rule set but I thought I'd ask.
I'd like emails that meet certain characteristics to automatically be moved from my inbox after they are a day old.
I get a lot of notification emails that I end up having to remove the next day manually since I get new ones to replace them each day.
So a rule would be like:
If the email is from [email protected] and older then 1 day move to already read folder.
Can I access my iMac based iTunes library from my iPad over my home wifi? I know I can sync them up but the library is too big.
Edit; just to clear(er), the movies, podcasts etc which are stored on the iMac, I want to watch them on my iPad without syncing. I know I can create playlist to sync a subset of my library, but that is not what I want.
What I'm thinking about is using my iPad as a kind of portable apple TV.