Som Debian qestions

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Som Debian qestions

Post by ayu »

1: Every time i enter Suck-o i have to press ctrl+scroll to resize text because it is to small =/ suggestions?

2: The icons on the desktop is to big, how do i resize?

3: Is there a "Deamon tools" like tool for Linux?

Thanks in advance ^^


oh and one more thing... when i wanna do "^^" i have to press 4 times on the button, as in 2 times for one "^" which is so FREAKING annoying because i use the emotion much =P is there someway i can change it to only 2 pushes?
"The best place to hide a tree, is in a forest"

User avatar
sternbildchen
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 421
Joined: 26 Apr 2006, 16:00
17
Location: Germany

Post by sternbildchen »

1) Maybe try to change the size settings of your desktop or try to set your browser to load pages a percent of normal size.

2) I think with KDE you can rightclick folders and theres an option to resize them. Dunno ^^

3) In most linux guide this command is recommend for mounting normal iso images
mount -o loop image /mount/point/of/your/choice
But maybe one of these tools is usefull.

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Thenks

using Gnome though :<
"The best place to hide a tree, is in a forest"

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

1. on desktop go to desktop settings>fonts, you can set the fontsizes there
2. simply righclick the icon and chose "resize"
3. create a directory where you want to mount the iso to:

Code: Select all

mkdir -p /mnt/disk
mount the iso:

Code: Select all

mount -o loop filename.iso /mnt/disk
now you should be able to access the files in /mnt/disk... :wink:

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

bad_brain wrote:1. on desktop go to desktop settings>fonts, you can set the fontsizes there
2. simply righclick the icon and chose "resize"
3. create a directory where you want to mount the iso to:

Code: Select all

mkdir -p /mnt/disk
mount the iso:

Code: Select all

mount -o loop filename.iso /mnt/disk
now you should be able to access the files in /mnt/disk... :wink:
ok :D


about the icons...isnt there a way to set a "default" icon size? :/ i mean i want all the icons to be the same size as default...much easier

also...i want to style it a little. Can you recommend any theme site? and maybe a program to make transparent windows..... and maybe some network monitors and system monitors to have on the desktop as modules starting with Gnome :roll:

Thanks once again ^^
"The best place to hide a tree, is in a forest"

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

umm...I think there was such an option, but I don't remember where to find it... :lol: well, usually the desktop icons are not changing that often anyway..

and for the rest: http://packages.debian.org/stable/ :-99
my personal icon favorite is gnome-icon-theme-gartoon , it's kinda comic-style... :)

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Oki thenks! ^^
"The best place to hide a tree, is in a forest"

Post Reply