Ubuntu :: Make Simply Graphic In Gcc?

Feb 24, 2010

I would like to make 2 vertical lines and two horizontial lines around this program. I use gcc as compiler.

* Simple parallel port output control program for Linux
*
*
* The program output the data value to PC parallel port data pins
* (default lpt1 I/O address 0x37. The data values are given as the
* command line parameter to the program. The number can be
* in decimal (0..255) or hexadecimal format (0x00..0xFF).
[Code]....

View 6 Replies


ADVERTISEMENT

General :: Can't Make Clear On Most Manpages - Can't Simply Usebzip2 File?

Feb 5, 2010

What they don't make clear on most manpages is that you can't simply usebzip2 thisfile.xxx that gives bzip2 free rein to include the original extension in the filename. You must use the -c tag (and better than that, the -c and -k tags, the latter of which leaves the original file untouched post-compression), then -if you wish- the level of compression to apply to a file (in the range of 1-9, with 1 being next-to-no compression and 9 the highest level of compression), followed by the filename/s to compress, then after a single space, a right-hand carat (">"), then another single space and the name you want to give the compressed bzip2 file, remembering to add the extension ".bzip2" (no quotes) to your filename.

Sounds pretty obvious, doesn't it? Well, I thought so too once I read a particular manual page and reasoned it out. Then I remembered the 15 or so minutes it took me to Google myself to that manpage, and I decided it was good Net citizenship to put up a little step-by-step like this one on an appropriate forum on which I was already a registered member.

It isn't just the C++ heads or the Python jockeys who need things broken down to their simplest bits for them from time to time. Newbies and near-newbies do, too. I took it as read that was the reason for this subforum, so here I went.

View 1 Replies View Related

General :: Make Easy Graphic With Gcc In Ubuntu 9.10?

Feb 18, 2010

I have made a little easy c program where i can se my leds on the parallelport ./p 0 no leds

./p 8 led 4 lighting
./p 64 led 7 lighting

How can i make a window around my program? Kindly ole hasselbalch oz6oh as radioamateur

View 4 Replies View Related

Ubuntu :: Why Do Ati Graphic Drivers Make The Encryption Password Screen So Ugly

Mar 1, 2011

Is there a way I can get the clean screen back for when I enter the encryption password during boot? It was quite clean and nice before the drivers but now it just looks awful

View 3 Replies View Related

Ubuntu Installation :: Update Graphic Driver - It Keeps Saying Graphic Card Is Outdated?

Mar 30, 2010

So I finally got ubuntu..I wanted to play team fortress 2.Runs great in wine etc.But 1 problem.It keeps saying my graphic card is outdated.I cant see anything.So I downloaded the driver from nvidia website.Followed some instructions.But it says cannot open binary file or something.Is there any other way to update graphic drivers.Cause I realy still want to play some windows games.Mount&blade, Atlantica online,team fortress 2 etc

View 1 Replies View Related

Ubuntu Installation :: Graphic Driver - Enemy Territory It Comes Back With Error On Graphic Card

Nov 8, 2010

i justy got me a dedi box and there is no graphic driver installed on it, or it dont work :/ VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266] but wen i try installing enemy territory it comes back with error on graphic card

[Code]....

View 9 Replies View Related

Ubuntu :: Guild Wars Graphic - None Of The 3D Graphic Parts Works

Oct 28, 2010

I have an ubuntu PC with 512 MB ram and an 3d graphic card that can normally support Guild Wars on windows xp. I installed the game with Wine an the game opens, I can see my character menu but the problem is none of the 3D graphic parts works, I just see a black screen.I even installed directX.

View 3 Replies View Related

Networking :: Make The "Wired Network Disconnected" Graphic Stop Appearing?

May 15, 2011

I am running Ubuntu 10.10 on a brand new laptop, an install done by the company I ordered the notebook from. I have some limited experience with Linux and Ubuntu especially.I know that I'm not connected to a wired network. I haven't so much as plugged in a network cable, but the graphic appears erratically on the right hand side of the screen like I am connecting, then disconnecting. I've tried disabling the eth0 connection altogether, but no dice. I can't figure out how to make it stop.

View 7 Replies View Related

Fedora Installation :: Messed Up Strips Graphics (its Not Due To Graphic Card, Graphic Card Is Supported 7600gt)?

Apr 8, 2009

In Fedora 10, I cannot get to the installer because it shows these messed up strips graphics (its not due to my graphic card, my graphic card is supported 7600gt) in non-quiet install it shows logical errors and i/o errors.

View 12 Replies View Related

Ubuntu :: Brasero Simply Don't Even See The CD-RW To Even Blank It?

Mar 9, 2011

Lately, I have found that I have to go back to Vista (yes, old Vista no one loves) to burn an iso file on to a CD-RW. Brasero simply don't even see the CD-RW to even blank it, let alone burn the new iso file. I am using Ubuntu 10.04. As I have Debian 6 (gnome and KDE) I tried the same CD-RW, but neither Brasero, nor KDE's K3B 'saw' the CD-RW.But, the in that Vista, the CD/ISO burning software 'saw' the CD-RW without fail. Btw, this same problem happens with Unetbootin. Linux Unetbootin works worse than the Vista Unetbootin!Now, I have to use Vista to burn CD/DVD/Isos.Is there a some special problem with Linux burning software? I know that some developers are not happy with Brasero,

View 9 Replies View Related

Ubuntu Installation :: Win XP Simply Gone From Boot Options

Feb 8, 2011

my two partitions (ubuntu and WinXP) worked fine, i always had a boot option at startup. however, my Win boot option simply disappeared. I did not do any update recently, so I do not really understand what could have happened. My /media/windows is also completely empty. when i try to open the windows partition, it says "could not mount".

View 7 Replies View Related

Ubuntu :: Grub Simply Won't Load Windows?

May 27, 2010

Grub installed from 9 or 10 ubuntu simply won't load Windows.Ubuntu and GRUB on IDE hdd, Windows on SATA HDD.Installed all default options, just clicked thru install and when attempting to boot Windows XP screen is blank with a blinking cursor in the top corner.Same thing happened earlier when I ran Fedora 11 then 12.Different version of same result.Can't Canonic work with Grub developers to at least make a workable configuration r it's default setup?Searched the web, in a 1000 places same solution is offered: adding a few lines to menu.lst.1) the lines are already there2) this is for the old version of grub.Does grub actually work for anyone out there? Or is it only supposed to work in weird configurations?

View 9 Replies View Related

Ubuntu :: Simply Edit Table Data For MySQL Db?

Feb 18, 2010

I have tried a few packages but cannot find an easy intuitive interface for editing tables in a mySQL database. I just need to simply edit the table field data, import and export multiple rows, and filter the table data so only the rows are returned based on a string that I search for. The tables I edit have several thousand rows and some up to 30,000. I do not know how to write queries and it seems all these packages require that you know how to write sql queries to do what I need to do. On the mac I used Sequel Pro, which is dead easy to use and is mostly point and click to do all the above. Since my mySQL experience is very limited, I really need something simple like this.

I have tried:

MySQL Workbench
Navicat (lite version)
MySQL Query Browser

how to do what I need to do with the above packages.

View 7 Replies View Related

Ubuntu :: Removing And Reordering Menu Simply With 9.10 And Lucid When It Comes Out?

Mar 6, 2010

Is there anyway I can go back to the old grub where I can do things like removing and reordering my menu simply with 9.10 and Lucid when it comes out?

View 8 Replies View Related

Ubuntu Installation :: Convert From Simply Accounting To Eqonomize?

Feb 23, 2011

Our business is replacing Microsoft Windows with Ubuntu (Linux) but there is one or two problems with the main computer in the office. One the main computer is my Dad's computer and the only thing he does differently then the other computers is that he does his accounting which he uses Simply Accounting and I don't think Simply Accounting is compatible with Ubuntu/Linux.

I found a great, simple accounting program for Ubuntu called Eqonomize. It doesn't have to be that one, but anyone where we can convert are data from Simply Account to an accounting program with Ubuntu.

View 1 Replies View Related

Ubuntu :: Free Proxy To Bypass This Which Can Simply Be Installed?

Mar 28, 2011

point me at a free proxy to bypass this which can simply be installed, built and/or run.setting up a server outside china and running a tunnel to it from my comp is not an option. also, below is a list of sofware that i have tried and failed to work:

Tor with vidalia
Tun with squid (i think squid)
hamachi (which i later realized would never have worked)

i tried to get haystack but it wouldn't build.

PS: if this post is in the wrong area, please tell me where to move it...

View 8 Replies View Related

Ubuntu Networking :: Machine Sucks Up Bandwidth Simply By Being On

Jun 10, 2011

I have an ubuntu machine connected to my network which is used as a Minecraft server, storage, and a subsonic server for music. For the most part, the only person using these services, especially during downtime, is just me at home. Which is why I'm surprised that 2-days ago I detected that my network was being slowed to a crawl. There I found that the ip connected to my ubuntu was moving around 170,000 kb on my Netlimiter 3 program.

I have no idea why that is, I closed my ports that were forward for the ubuntu servers, but the bandwidth keeps leaking. Disconnecting the network from the ubuntu computer or turning off the computer stops the odd downloading and uploading. If anybody would have any information of what I can check or shut down in Ubuntu, please let me know. I'm fairly a beginner to the OS, but haven't been able to find a similar problem on this forum.

View 6 Replies View Related

Ubuntu Networking :: System Simply Doesn't Detect Wi-fi

Jul 10, 2011

I've been trying to revive my old Acer Aspire 3680, which is supposed to have Acer InviLink 802.11b/g Wi-Fi CERTIFIED solution, supporting Acer SignalUp wireless technology, as shown is in Specification.The system simply doesn't detect Wi-fi and I don't know how to make it work.

View 9 Replies View Related

OpenSUSE :: Connect PDA Via Synce To Simply Can't Get Through?

Aug 17, 2009

I am trying to connect PDA via Synce to Linux and simply cannot get through. I tried with odccm and now going through OpenSuse installation and installed as suggested synce packages:

[Code]...

View 5 Replies View Related

OpenSUSE :: How To Simply Install GnoTime For 11.2

Mar 18, 2010

On the GnoTime home page they say that GnoTime is included with various distros, including suse. However, my opensuse 11.2 does not have this app. Do I need another repos? Can anyone advise how to simply install GnoTime for OpenSuse 11.2?

View 9 Replies View Related

CentOS 5 :: Rtorrent Simply Not Working?

May 3, 2009

i'm having hard times trying to get rtorrent working on two CentOS boxes (one is 5.2 and the other 5.3, both x86_64)

i'm using rtorrent RPMs provided from rpmforge

they install fine, starts fine ... but there's simply absolutely no traffic at all !!! I'm sure ISPs are not blocking torrent (they can be shapping, but blocking i'm pretty sure they arent). And when i say there's no traffic, i mean rtorrent cant even download the torrent file when i inform the [URL] from inside rtorrent. It stays there on 0% and there's no download.

if i download the file from the console, with wget for example, i can download it successfully.

i have already tcpdumped the machine and i can confirm rtorrent is not even generating any kind of traffic. NOTHING.

do anyone got rtorrent from rpmforge working fine on CentOS 5.2 and 5.3 x86_64 boxes ?

it should be simply .... at least it was on Fedora 8 and 9 that i used before start using CentOS ...

View 4 Replies View Related

Ubuntu :: Sudo - Disable Confirmation And Simply Execute Command

Aug 5, 2010

In Ubuntu, When I type sudo and hit enter, the new command will appear on the command line, instead of simply executing. This is different from other operating systems I've used, such as older ubuntu's, mac osx and debian. Is there a way of disabling this confirmation and having it simply execute the command?

View 3 Replies View Related

Ubuntu Installation :: Can Simply Upgrade From Current Version To Oneiric?

Jun 8, 2011

I've got Ubuntu 11.04 here and I am currently downloading oneiric ocelot iso. My question is: can I simply upgrade from my current Ubuntu version to oneiric? I've got some pretty important files on my current Ubuntu and I don't want to loose them and yet very much interested to see what oneiric ocelot.

View 1 Replies View Related

Fedora X86/64bit :: New Kernels Simply Won't Boot?

Sep 24, 2010

Yesterday i updated fedora 13.After reboot problems started with te display driver.Scrolling sreens goes very slow and with little steps.Moving a screen from one side to the other goes also very slow.It seems there is a problem with the ATI driver.I also have problems after new kernel updates.The new kernels simply won't boot? The boot proces hangs everytime the fedora logo turns wite.

View 2 Replies View Related

Networking :: Most Of Traffic Can Be Routed Simply By IP/mask?

Jun 28, 2011

I have a linux desktop with two connections - fast eth0 and slow modem ppp0. Most of traffic (e-mail, DNS, NTP) can be routed simply by IP/mask. But how about http and p2p (torrents, DC++)? Routing by IP is unacceptable, because there is very huge amount of routing rules. I need route http packets (80 port) through ppp0, p2p through eth0 (10000:65535 ports). I've found that splitting traffic by port is possible with marking packets for different gateways. For begin I cleared all tables and bringed up connections.

Code:
# iptables -F -t mangle
# iptables -F -t filter
# iptables -L -t filter
Chain INPUT (policy ACCEPT)

[Code].....

View 7 Replies View Related

Debian Hardware :: Synaptics Touchpad Simply Not Working?

May 26, 2015

I recently installed Debian with the Xfce desktop environment on my Toshiba Satellite laptop and my Synaptics touchpad simply does not work. In fact, it was not even working in the Debian graphical installation.

I verified that the touchpad is enabled by going to Applications --> Settings --> Mouse and Touchpad. I also verified that I had the requisite drivers by running Code: Select allsudo apt-get install xserver-xorg-input-synaptics. Finally, /var/log/Xorg.0.log did not reveal anything unusual, though the output is quite long and was difficult to navigate. Here is the output of Code:

Select allcat /var/log/Xorg.0.log | grep Synaptics:

Code: Select all[   464.205] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[   464.205] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   464.205] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   464.205] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[   464.205] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   464.205] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   464.260] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[   464.260] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5678 (res 46)
[   464.260] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4732 (res 63)

[code]....

View 7 Replies View Related

Debian :: Machine Will Simply Not Run Sound Apps On Any Distro

Jun 22, 2010

New problem with compaq 610 160GB 2GB intel duo core 2.0.This machine will simply not run sound apps on any distro I've tried with.

View 5 Replies View Related

General :: Import Simply Accounting Files Into Gnucash?

Apr 27, 2011

Anybody know how to import Simply Accounting files into Gnucash?

View 1 Replies View Related

Software :: Amarok - Simply Play Complete Album

Aug 28, 2010

I have all my music stored as digital files on my hard drive, in a tree of folders. The smallest branches of the tree represent individual albums, each holding a dozen or so individual song files. I have Amarok 2.0.2 installed on Kubuntu 9.04. The program opens as expected, and using the "Files" tab in the left pane I can navigate to any sub-directory I want. I can see the listings of songs within each album's sub-directory.

But I cannot figure out how to make Amarok play those songs. Drag and drop from the left pane into either the center pane or right pane does nothing. Right-click and "Append to Playlist" does not appear to do anything -- the "Playlist" tab in the left pane remains empty, and the center and right panes remain empty. I've tried to find the answer in the on-line Amarok manual, but the documentation only seems to take me to the point of finding the songs in the left pane, but not how to make Amarok play them.

View 3 Replies View Related

Software :: Simply Load Images For Site - Have Button Somewhere?

Aug 1, 2010

In Iceweasel (Debian's name for Firefox) within the Preferences you can select "Load images automatically". I have this unchecked, because I use dial-up and prefer not to have to waste time with images. However, for some sites it's sometimes useful to load the images. So, I'm wondering if there is a way to simply load the images for a site that is easier than what I currently do (which is: going to Edit-Preferences-Content, rechecking "Load images automatically" then pressing Reload). In short, is there a way to have a button somewhere that I can press that will simply load the images for the current site while I can still have the "Load images automatically" preference box unchecked?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved