Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
help /
C /
eog /
[ HOME SHELL ]
Name
Size
Permission
Action
figures
[ DIR ]
drwxr-xr-x
bug-filing.page
2.1
KB
-rw-r--r--
commandline.page
1.75
KB
-rw-r--r--
copy-paste.page
1.06
KB
-rw-r--r--
default.page
1.53
KB
-rw-r--r--
desktop-background.page
1
KB
-rw-r--r--
develop.page
1.06
KB
-rw-r--r--
documentation.page
1.1
KB
-rw-r--r--
edit.page
1.58
KB
-rw-r--r--
flip-rotate.page
1.51
KB
-rw-r--r--
format-change.page
3.18
KB
-rw-r--r--
formats-save.page
960
B
-rw-r--r--
formats-view.page
1.54
KB
-rw-r--r--
index.page
1.57
KB
-rw-r--r--
introduction.page
1009
B
-rw-r--r--
legal.xml
497
B
-rw-r--r--
license.page
1.81
KB
-rw-r--r--
open.page
1.27
KB
-rw-r--r--
plugin-exif-digital.page
4.3
KB
-rw-r--r--
plugin-fullscreen-background.page
1.22
KB
-rw-r--r--
plugin-fullscreen-double-click.page
1.12
KB
-rw-r--r--
plugin-python-console.page
1.52
KB
-rw-r--r--
plugin-send-by-mail.page
1.26
KB
-rw-r--r--
plugin-slideshow-shuffle.page
1.15
KB
-rw-r--r--
plugins.page
2.62
KB
-rw-r--r--
plugin-zoom-width.page
1.13
KB
-rw-r--r--
preferences.page
4.42
KB
-rw-r--r--
print.page
1.81
KB
-rw-r--r--
rename-multiple.page
3.36
KB
-rw-r--r--
slideshow.page
1.54
KB
-rw-r--r--
translate.page
1.64
KB
-rw-r--r--
view.page
3.11
KB
-rw-r--r--
zoom.page
1.76
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : commandline.page
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="commandline"> <info> <link type="guide" xref="index#advanced"/> <title type="sort">Command Line</title> <desc>The <cmd>eog</cmd> command can open any number of images in various modes.</desc> <revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/> <credit type="author"> <name>Tiffany Antopolski</name> <email>tiffany@antopolski.com</email> </credit> <credit type="editor"> <name>Fabiana Simões</name> <email>fabianapsimoes@gmail.com</email> </credit> <license> <p>Creative Commons Share Alike 3.0</p> </license> </info> <title>The command line</title> <p> To start the <app>Image Viewer</app> from the <app>Terminal</app>, type <cmd>eog</cmd>.</p> <p> You can open a specific file by typing the filename after the <cmd>eog</cmd> command: </p> <screen>eog image.jpeg</screen> <p> You can open a specific folder by typing the folder name after the <cmd>eog</cmd> command: </p> <screen>eog folder</screen> <p>To see all the images in a folder at once, you may wish to <link xref="view#image-gallery">browse the image gallery</link>.</p> <section id="fullscreen"> <title>Open an image in fullscreen mode</title> <screen>eog --fullscreen image.jpeg</screen> </section> <section id="disable-gallery"> <title>Open image with gallery disabled</title> <screen>eog --disable-gallery image.jpeg</screen> </section> <section id="new-instance"> <title>Open image in a new instance</title> <screen>eog --new-instance image.jpeg</screen> </section> <section id="slide-show"> <title>Open a folder in slideshow mode</title> <screen>eog --slide-show Pictures/</screen> </section> </page>
Close