General :: Debian TEXT Only Running Hot?
Feb 8, 2010
I recently found a laptop that had a broken / failing graphics card so i installed debian and did not opt to install the desktop environment. This system runs on my network and i connect to it through putty.
My main issue is its running hot, i touch the bottom of the laptop and its hot. This computer isn't doing anything, its running in text mode (and the lid is closed so the screen is not on) why is it so hot.
Are there any configuration changes i can make to reduce the heat? I tried to look myself online but could not find much. Is there a way i could config it so it would go into like sleep mode after x min and wake on a lan request?
View 1 Replies
ADVERTISEMENT
Aug 4, 2010
I have created some text executable files and put them on my desktop. In the way of background I created them in gedit. Then used chmod ugo+x (filename) to make them executable. One of them is a ping test to see if a printer is on. Text in file = ping 192.168.1.5. Others are to turn my laptop touchpad on and off. text in file = sudo modprobe -i psmouse.
I have 2 questions about executable text files:
- When I click on an executable text file it present a window with 4 options (Run in terminal, display, cancel, run). Can I set a parameter or do something else so it just runs in terminal? I know I can set an option in Nautilus to run them but when I select run nothing seems to happen. In addition I would want to set this option on a case by case basis not globally in Nautilus. If there is an option or flag where it would run this file in terminal I would use it on my printer ping test.
- When I click on these executable text files to turn my touchpad on and off, the text within the file uses the sudo command so that requires that I input my password. After I click on either of these files a window appears with the 4 options (Run in terminal, display, cancel, run). I select run in terminal, a terminal window opens and requests my password. Subsequent to inputting my password the file executes fine.
Is there a way to set a parameter or do something else so I don't need to not only select the run in terminal option from (run in terminal, display, cancel, run) but also not to enter my password?
View 4 Replies
View Related
Feb 19, 2011
I have installed Debian from the disk in the Linux bible and the mirrors in the US and Oregon State. The first time was successful but lasted only only a couple of days before it was corrupted. Subsequent installations have all ended with an installation that opens with a text screen login. What should I enter to convert to GUI?
View 14 Replies
View Related
Apr 6, 2011
I am using an internal toy svn server, and svn client seems to be configured to store passwords in gnome-keyring by default. How can I disable it or at least switch to kwallet?I am using Debian Testing.
View 2 Replies
View Related
Sep 7, 2010
I am running Debian Lenny with Gnome and Metacity, and I've just installed the fglrx driver for my ATI card. I am running at a humble 1024x768 resolution, but I can barely read the text in many applications and on the desktop itself. Some programs are better than others, but for example, Icedove/Tbird's text is extremely small.
I encountered this thread: http://www.linuxquestions.org/questi...aviour-569624/ but wasn't sure if it was up to date or not.
I'm sure this topic has been covered plenty of times, but I'm new to setting up X/Window Manager/Desktop on Debian, and am not sure how to proceed. I've been using Linux for a couple of years but am relatively new to Debian (I started on Ubuntu - hence the being stumped by something like this).
View 1 Replies
View Related
Aug 23, 2011
I often run my ubuntu as SSH server only so i stop GDM when i do that, but i found out that after i stop gnome, my ATI gpu fans spins up like crazy and sounds like a jet plane, (i have ati closed source driver installed) i am worried to leave the fan on like that, so i have to start a X session again. Then the fan slows down I would like to be able to have slow fan speed when i drop to text mode only, one is its light weight, two is for security
View 3 Replies
View Related
Nov 10, 2010
I checked the 'Run executable text files when they are opened' option in Nautilus preferences. I have noticed that files such as .sh and .bin launch by simply clicking on then (which is great). However I have also noticed that an ordinary .txt and .html file must not be marked as executable in order to launch it in Gedit and Firefox respectively via clicking. Otherwise you must right click and open with every time. What file types need to have execute permissions? What file types never need to have execute permissions?
View 2 Replies
View Related
Mar 22, 2009
I hv a text file in redhat linux platform and i need to copy this file to windows platform running on the same system. Is there any command for this.
View 1 Replies
View Related
Jul 11, 2011
I've been using Linux for about a week, now, and yesterday I finally got my audio to work. Before shutting-down yesterday, I installed some more audio-plugins. When I started-up my computer today, there were errors in the console-text that appears while the Debian Linux OS is loading. When I got to the desktop, I tried to play music, but no sound came-out. So, I tried to uninstall the plugins I installed yesterday and restarted. I got similar errors in the console-text as earlier. When my desktop loaded, I still had no sound. I had several problems with the entire sound architecture of the computer. I made some more changes in the application-download-manager-thingy and restarted and I no longer got the errors at boot-time.
Unfortunately, I still have absolutely no sound, and it appears as if ALSA is effectively dead. My soundcards are Rocketfish (PCI) and Realtek HD Audio (Integrated). I got Realtek to work yesterday with OSS.
Another problem is that WINE doesn't work, with the exception of WINE's default programs. I've been trying to get this thing to work for at least four days now, and I've made absolutely no progress...
Also, after fighting with it for a few days, I finally managed to get the internet to work, but Linux still thinks that I'm offline. It's really weird. This one's not so much of a problem as it is annoying. In addition, if I click-on the network-manager-thingy, it says that none of my connections have ever been used. Odd.
View 4 Replies
View Related
Jan 15, 2010
may be an advanced question but I need to know how to do this. Here at work I am in charge of recruiting and we have about 1,000 resumes in already. All of the resumes are in a .pdf format. I need to rename every .pdf in the following format:{firstnameLastname}.pdfThe only way I know how to do this is to convert all the .pdf files to text, extract the name out of the first few lines of text, import into excel, and then use VBA to rename the files in mass:Here is my logic so far:~Deskop/a = houses all the .pdfresumesOpen terminal: Code: cd ~/Desktop/afor f in *.pdf; do pdftotext -raw $f; done That will convert all of the preceding resumes into text filesNow I would like to append the name of the text file into the last line of the text file. So, for example, for Resume1.txt, I want to append "Resume1.txt" to the last line within Resume1.txt. So after I run the command I open Resume1.txt and on the last line within I want to see "Resume1.txt" on the last line, at the end of the resume.How can I do this? I would like to use a loop and have the terminal append the filename to the body of the text file until all of the have been appended.
View 1 Replies
View Related
Jul 17, 2009
I was trying to install GTK+-2.8.20, so I installed it's necessary dependencies in this order:
pkg-config-0.23
glib-2.20.4
pango-1.24.4
jpeg library
tiff library
cairo
And I was about to install the last dependency: ATK (Accessability Toolkit).I opened the Archive Manager to extract the "atk-1.26.0.tar.gz" file (yes, I'm still switching from Windows so I'm fond of GUI), but I noticed all the text in that window was boxes, like the □ type box for every letter of text.So instead I thought it wouldn't be a big deal, because the terminal and regular windows weren't screwed up.I opened a text file in gedit (reference to commands in terminal, such as how to extract files via terminal), but yet again all of the text was □-like boxes.
View 2 Replies
View Related
Apr 21, 2010
Currently, when I'm searching text in files of my PHP project, I use this line :
Code:
grep -r 'myTextToFind' *
But now, I would like to search only in ".lang" files. How can I do that ?
View 7 Replies
View Related
Oct 28, 2010
EDIT1: I should note that I was trying to do this in PERL, not sure if other alternatives are more simple?EDIT2: I should note that for text file 3 (reference), it's a long list of MANY cnp_id values and their corresponoding chr, start, and end values. So, the code will have to take the cnp_id from text file 1 and/or 2 and search through textfile 3 (reference) to match on the cnp_id and then take the corresponding chr, start, and end values and add to the relevant line in the output.EDIT3: Sorry, I should mention that the text file entries are all tab-delimited.I have 3 text files:File 1:Columns represent sample IDs (sample_id) and rows represent CNP IDs (cnp_id). Cells represents the confidence level (confidence) for each sample and CNP.Quote:
cnp_idP5E6_SNP6.0_JHP5_010408.CELP5E11reh_SNP6.0_JHP5_011808.CELP7C7_SNP6.0_JHP7_021208.CEL ... etc.
CNP100.0044798340.0027929510.00305613
[code]...
View 6 Replies
View Related
Aug 6, 2010
Sometimes I connect to my Debian box from another computer (using SSH on Cygwin or Linux), and once ina while I want to run some console apps. And sometimes some of these apps might complain about "another intance, Error: an instance of newsbeuter is already running (PID: 2496)". Is there a work around for this issue at all(without killing the original instance") ? The reason I do not want to kill the app because there might be 2 users connected to the same machine that might be using the same app.
View 1 Replies
View Related
Jul 10, 2010
I just installed apache2 on my VPS (running Debian 5 (lenny)). Problem is that when i start apache2 nothing happens.
Code:
ps ax |grep apache
and
Code:
ps ax |grep httpd
returns only the grep process itself, and
[Code]....
View 2 Replies
View Related
Jan 11, 2010
I would like to assign a static IP to Debian running on my virtual box. How should I do it? What needs to be written in /etc/network/interfaces.
View 5 Replies
View Related
Jun 14, 2010
I am having problems with scp during a backup operationI added a ps -ef before and after the scp operation used during the backup.The backup is a script to backup a Zimbra ServerI am including the code segment that I am having problems
Code:
# DRCP Section. To scp newly created archives to a remote system
if [ "$DRCP" = "yes" ]
[code]...
View 3 Replies
View Related
Jul 26, 2010
I presume there is something in the JWM window manager - or Puppy Linux Lupu 5.01 itself that is conflicting with the normal loading of GMPLAYER....
I would like to know how to troubleshoot, and fix this problem if possible (even a workaround would be great).
View 1 Replies
View Related
Jan 18, 2010
i do have a strange problem get running php5 on lenny 64 inside apache2. i had installed it as all instructions on the web does: # apt-get install php5 libapache2-mod-php5 php5-cli php5-common php5-cgi
apt has enabled php automatically, so
/etc/apache2/mods-enabled/php5.conf does have inside:
<ifmodule mod_php5.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
</ifmodule>
[Code]...
View 3 Replies
View Related
Aug 13, 2010
I'm know very little about Linux but decided to set up a machine running Drupal CMS on a Debian machine and it won't go. The folks at Drupal have tried to help but it seems the Debian OS won't do it's PHP thing for Drupal.
That means i'll have to start at the START I guess.
how to become a master of Linux if one is starting from ABC (I can add and subtract, that's what it feels like)
View 2 Replies
View Related
Nov 3, 2015
I'm looking for a text based browser (like elinks) that works with tor??....
View 5 Replies
View Related
May 24, 2010
I was experimenting with distros the other day, and came came across Slitaz. Anyway, I noticed it had a really nice and lightweight text editor called Beaver. It had basic functions like syntax highlighting, and seemed to run on the lightest bit of ram.I wanted to install it for Debian. Anyway, I can't seem to find a .deb package for this application, nor apt-get install it. How would I go about getting this editor?
View 10 Replies
View Related
Jan 29, 2011
I just installed Debian and I find it very difficult to read the text in the GUI windows. I cannot explain it well--which is one of the reason I probably cannot find the answer.But, it looks like some of the text was printed (it these were printed pages) from a printer that is running out of toner. If I switch to the ctrl-alt-F2 terminal then the text is easy to read. I have installed on other partitions Ubuntu and Windows in both of these operating systems everything looks fine
View 14 Replies
View Related
Sep 11, 2011
On my netbook I run crunchbang in tty (because X isn't supported) and it looks rather ugly. I have made it look fairly nice with the .bashrc but the text size is way too large. Is there anyone here that knows how to change it?Also I was wondering whether a png could be used as a tty background. Though I am possibly pushing the limitations of tty with that one lol.
View 1 Replies
View Related
Apr 28, 2010
How could I replace text in one file with text from another file using sed?
The text in each of the files would be surrounded by a starting and ending delimiter or a starting tag, say like /* */ so to easily find them.
View 8 Replies
View Related
Jul 11, 2011
I want a tool / library / package in C/C++/Python for basically Text to Speech - Speech to Text in Linux.I've tried pyttsx in python , but it runs only in windows as expected, in Linux (openSUSE 11.2 , the script just hangs up )festival in C. - in Ubuntu - Could not configured it successfully.
View 1 Replies
View Related
Nov 15, 2010
I am running Debian Squeeze, apt-get update runs by itself in the background, taking up 100% of one of the two processor cores.
I have kept the system updated.
Heres the output of
Code:
Code:
I have noticed this a couple of times now, i can kill the process and it doesn't show up again ( i haven't noticed it showing up till next reboot).
I don't have update manager to set to automatically install anything, I have set it to "Only notify about available updates".
View 9 Replies
View Related
Jul 19, 2010
I cannot install the text filter that is usually below the address/search bar.
View 2 Replies
View Related
Sep 9, 2010
Can someone tell me which of the parameters in pdftk is responsible for converting my PDF (which is a bunch of images "staped" together) into a pdf with text that I can ctrl+f? The manual isn't clear enough for me.
View 4 Replies
View Related
May 12, 2015
Not sure if this is in the right spot...but here goes. For those familiar with mac os x, they have a messenger program that along with iMessage, also allows you to send SMS text while on your computer via text message forwarding with your phone. I was just wondering if there is anything similar to this that I could use while in Debian 8?
View 0 Replies
View Related