General :: Windows User Trying To Open NASM ?

Nov 10, 2010

I am accustomed to Windows, and I am inexperienced with Linux. What I am trying to do is open NASM in Linux Mint. After several (poorly made) attempts at finding binaries on the hard drive that might open NASM, I have concluded that the problem is my own inexperience.

I have installed NASM using Synaptic in hopes that I might learn x86 assembly, and I am using Linux as that is the OS that is used in the book I am using to teach myself. Unfortunately, as I have stated, I cannot even figure out how to open NASM, and thus I cannot test what I have learned.

View 14 Replies


ADVERTISEMENT

Networking :: Samba And Windows: Cannot Open User Share

Nov 11, 2009

ubuntu 9.04 and win xppro i've been pounding my head aganst this for hours now. reading anything i can find samba works mostly shares created from nautilus work fine from both ubuntu and windows if i check to allow guest access if not i can not log in it does work in the nautilus browser fine. shouldn't make a difference but am using a virtualbox win xp guest shares work without issue. printers work here is a dump of my service defenitions

[global]
workgroup = HOME
server string = %h server (Samba, Ubuntu)
map to guest = Bad User

[code]....

View 4 Replies View Related

Programming :: NASM Compiling With An IDE?

Sep 21, 2010

I am searching for the IDE that can compile and debug a NASM code. I am using ubuntu 10.04 and I can make compile via terminal but I must view registers for educational purposes.

View 4 Replies View Related

Ubuntu :: Sudo Apt-get Install Nasm?

Jun 18, 2010

trying to install nasm in Ubuntu10.04 Desktop when I use the command nasm, I get the following The program 'nasm' is currently not installed. You can install it by typing: sudo apt-get install nasm

So naturally, I enter it as follows: ~$ sudo apt-get install nasm And then I get the following output:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package nasm

View 2 Replies View Related

Programming :: Debugging Nasm Source Code ?

Dec 5, 2010

I found on the Internet a rough suggestion to debug code which says to add a line:

An example shows this lists the lines of source that do work.

I do not know where these lines are supposed to go and whether the "notdeadyet" should be a call to a subroutine or what. I only found that "%define" is used to link to external files, so I am confused because what I tried did not work.

(I am unable to use (and learn) any debugging tool for another few weeks and I'd like to progress on this If I can.)

View 2 Replies View Related

Programming :: Convert Code From MASM To NASM

Jul 2, 2010

convert the following code from MASM to NASM

[Code].....

View 8 Replies View Related

General :: Open A Second Shell Session That Will Remember The User, Machine, And Directory

Sep 21, 2010

I'm ssh'ed into a machine and logged in as a different user. Is it possible to open a few new windows that will still be ssh'ed into that same machine, still logged in as that user?

View 2 Replies View Related

General :: Open Browse For File Window And Save User Choice In Terminal?

May 30, 2010

is there a Terminal command to open a Target file (same as the one opens when you want to upload a file), let user choose the file and when he clicks open, be able to save his choice?for example:echo "Choose source file"--> command needed to browseand then open or save path to that file

View 1 Replies View Related

Programming :: Traverse Byte Array In Assembly Using Nasm As Assembler?

Jun 16, 2010

I am trying to learn assembly using nasm as assembler. I did not found example related to string operation. I had following example code,

global asm_strlen
section .data
section .bss
section .text

[code].....

my problem is at highlighted line, I am not getting how to copy a byte into 4 byte reg. rather what is syntax of mov instruction to mov byte to WORD DWORD etc.

View 3 Replies View Related

Programming :: Write A Simple Character Printing Program Using NASM?

Jul 27, 2010

i tried a code to accept a character and print the same ! i can accept it with following code but its not working with printing that character i use NASM version 2.07

Code:

segment .data
msg1: db 'Enter a key',10
msg1len: equ $-msg1

[code]....

View 3 Replies View Related

General :: Not Possible To Open Windows / Enable It?

Sep 7, 2010

I am using ubuntu 9.04 in my desktop.I had a problem not being able to open any windows.But still i can open applications such as terminal,calculator,text editor etc.When i tried to open my computer or to mount any drive, it shows "opening Computer" in panel and then disappears.I am using another OS(Windows XP) in my system.

View 1 Replies View Related

General :: Windows OS User For At Least 18 Years?

Aug 4, 2010

I have tried using Linux several times but to be truthful it just seemed to be so complicated when compared to windows OS's That it just never really appealed. The one thing That really annoys me about Linux is that Widows makes it so easy to connect to the internet and even if you run into a problem nearly every Provider offers support for Win users.

My provider BigPond (Australia) Solves all Win OS problems with just a simple phone call, but when I say LInux " Sorry We don't support that system." is the reply. So! My cable modem is supplied by BigPond but when I try to log in using Ubuntu 10.4 : Nothing works. Linux just can't recognise the hardware and no one seems to be able to tell me how you you link Ubuntu to your normal Internet hardware.

Why is it so difficult for Linux users to do what is just a breeze for Windows users. Until Linux can match Microsoft in user friendly competition, it will always run a dismal Last to Windows in any form and Win 7 is just such an easy to use service. So is there anyone out there who can tell me how I get Ubuntu to recognize my Modem and at least get me started?

View 14 Replies View Related

General :: Ubuntu - Get A List Of Open Windows?

Aug 17, 2010

ps ax shows all the running processes. I want to do something similar, but instead of the names of the actual processes, I want the window names listed instead. What Linux command will do this?

View 2 Replies View Related

General :: Not Able To Open Windows EXE File Using Wine

Feb 9, 2011

I'm doing so because my doubt is with regards to running a windows app in linux. I am a freelance writer and use article spinning software like "TheBestSpinner" occasionally. Usually I log into windows XP (I have a dual boot) for this. I am however trying to see if it is possible for me to run this software in linux using wine. I am still relatively a newbie in linux as I have been using Mint 10 for only 6 months. I'm am familiar with the command line but generally use the GUI mostly. I installed the software but when I tried to run the .exe file I got an error that said that I had to install mono for windows. I did that too and installed it inside wine. I am now getting an error that I am unable to resolve by myself because google is not helping me. I am posting the output of what I get when I try running it below.

fixme:system:SetProcessDPIAware stub!
fixme:dwmapiwmIsCompositionEnabled 0x33bc74
** (TheBestSpinner.exe:27): WARNING **: mono_class_from_mono_type: implement me 0xb6 **
ERROR:class.c:5162:mono_class_from_mono_type: code should not be reached

View 5 Replies View Related

General :: Geting The KDE Bar To Show Open Windows?

Sep 23, 2010

I have been having some trouble getting KDE to show my open windows.

View 1 Replies View Related

General :: Open Windows Like (Magic) On Compiz

Aug 9, 2010

Where in Compiz we can make that. just open the windows like magic.... like this: [URL]. I search all night all compiz and I cant find where is for make this. When the windows open make this effect.

View 2 Replies View Related

General :: How To Configure A Windows Machine For User

May 12, 2011

How do you configure a Windows (preferably latest version) machine for a Linux power user, so that s/he can get most out of it?if all you have to add is a one-liner, your answer will be converted to a comment.

View 7 Replies View Related

General :: Create A Windows XP User From A Partition?

May 21, 2011

Long story short, someone repaired my brother's computer and set a password on his account, now we can't get in and can't contact the person who set the password. Is it possible to create a Windows XP user if I have access to the windows partition, from a linux partition or pendrive, for example TinyCore?

View 4 Replies View Related

General :: What Format Should Rip A CD Track In For A Windows User

Apr 4, 2010

I wanted to show a track from a CD to a friend who uses Windows. I tried to rip it in MP3 (LAME) format, because I couldn't remember whether Windows Media Player can read OGG or FLAC (whatever that is) format. Due to some kind of error (no explanation given other than "command failed"), my K3B would not rip in MP3. Which of the formats can Windows Media Player read? I know it can read WAV, but that's inconveniently large to send by e-mail or over an instant messenger.

View 9 Replies View Related

General :: Windows - Open Source IRC Client Software?

Aug 31, 2010

What is a good example of an Open Source IRC client for Windows or Linux? If not, something free and extensible will do.The reason I would like this to be open source is that I wouldn't mind being able to understand how the message formatting is implemented in such a project.

View 5 Replies View Related

General :: Way At All To Copy NTFS Files / Windows Can't Even Open It

Jul 22, 2010

I'm having a problem with my hard drive. Windows can't even open it. I run DSL linux and successfully moynted the drive so I can view my file structure. I thought I just connect my other windows HD, mount it and then just copy all the folders I need. Unfortunatelly I'm getting cp: cannot create directory blabla - read-only file system. Is there a way at all to copy NTFS files in Linux?

View 7 Replies View Related

General :: Windows 7 - Different Operating System For Each User On One Machine?

Dec 11, 2010

I've come across this rare issue, I have a friend that uses some software that is particularly slow in Windows 7, the best compatibility is in Windows XP, I told him to make a partition and have both OSes in the computer, at which he replied: "Could I have a different OS for each user?", it seemed like a good question to me, so is that possible?, suppose that I login and it boots me to Vista, then I loggout and Linus Torvalds comes and logins and boots him into Ubuntu, he gets bored and logs out, afterwards my friend comes and logs in, booting into XP, summarizing:

The operating system that will be loaded will depend on the user that logs in.

View 3 Replies View Related

General :: Force X To Re-theme All Open Windows To Current X Resources?

Aug 24, 2010

I've got a ~/.Xdefaults that has a specific color theme defined for Xorg, and this works. I've got a ~/.XdefaultsNew that specifies an alternate color theme. Xorg starts and loads ~/.Xdefaults which is correct. After running some applications, I run

xrdb ~/.XdefaultsNew

This overrides all my X resources to the new defined values (correctly). If I open a new window, the theme is seen correctly. However, all the previously opened windows retain the original theme.Is there a way to force X to "re-theme" all windows it is managing with the currently loaded X resources?

View 1 Replies View Related

General :: Mint - Open Windows Not Showing Up As Icons On Toolbar?

Nov 18, 2010

The toolbar is completely empty and when I run apps or open windows, the icons do not show up. The weird thing is when I select 'Panel Properties' and UNSELECT 'expand', then it shows up. But then my toolbar shrinks and doesnt go 100% in width.

View 1 Replies View Related

General :: Windows User Password Forgot - System Recovery Tool?

Sep 25, 2010

I have a friend that tried to change her user password on Windows, and now can't log in to her account. Of course it's the only user account on the computer. Are there system recovery tools on any Linux liveCDs that could change the passwords of Windows user account?

View 6 Replies View Related

General :: Run Network Based Windows Softare Under Wine In Ubuntu Or Open Suse?

May 6, 2011

i run network based windows softare under wine in ubuntu or open suse.

View 1 Replies View Related

General :: Windows User Not Authorized For Printer On Ubuntu Server But File Share Is Ok

Apr 13, 2011

Two users on both Ubuntu server and Windows 7. Both users admins on Windows. Used SWAT to set up Samba. Printer is local to Ubuntu server. User A can access both file share and printer on Ubuntu server from Windows. User B can access the file share but can only see the printer, not use it. Have looked everywhere I can think of to find out why one user has access and the other doesn't on both Windows side and Ubuntu side. As far as I can tell, they are set up the same. Can anyone provide some direction on what I should look at to find out what might be preventing User B from being authorized to use the printer on Ubuntu?

View 2 Replies View Related

General :: Configured KOHA (an Open Source Integrated Library System) On Windows Xp Or Vista?

May 16, 2011

anybody used or configured KOHA (an open source Integrated Library System) on windows Xp or vista

View 1 Replies View Related

Ubuntu :: Windows Preview Working Only For Open Windows?

Sep 18, 2010

I enabled the windows preview effect from CCSM but it seems to be working only for the open windows. For the windows that I have minimized, no preview is shown when I hover over them in taskbar

Is this an expected behaviour ?? Can I change it to be shown for all sorts of windows irrespective of open/closed states ??

View 1 Replies View Related

Ubuntu :: All New Windows Open Behind/underneath Existing Windows?

Nov 23, 2010

I'm running 10.10 but also had this problem on 10.4. Every time I start a new window (e.g. from the Applications menu), it opens below all of the existing windows. Obviously I would like it to open on top, and be in focus.I have Visual Effects set to NONE (so that VNC works correctly). If I set Visual Effects to NORMAL or EXTRA, I do not have this problem (that is, the window opens on top).I'm using an up-to-date, stock, 32-bit, Ubuntu 10.10 system with Gnome windows manager. I have an NVIDIA card, with the latest driver from NVIDIA.

View 2 Replies View Related







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