__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
��Ida�051g
oz�	�����%�	 	<	B	Q	
d	r	�	��	y&
W�
��
���

+
7

F

T
b
s
�
�
�
�
x�
_�e�M����<�&27D?&����*��.	'8�`8DT[q�"d(��W�M
�[�/5� 
  2 	B L a n t +� � � � � !
!'!E!�W!��![w"�"�$�$�$�$%%$%4%E%W%$l%�%�%�%�%z�%[&�d&�H'��(�+��+@�,�,�,�,U�,+U-�-�-�-.�-��-9�0%191P2\2az2y�2V3n\3�3�3s�3Qg4��4�6�6AC2#5-*/ &F)	@=,I7
:.3$?<B(1G
D%;H9>0"84+E!'6$  whoami
joost
$ fakeroot /bin/bash
#  whoami
root
# mknod hda3 b 3 1
# ls -ld hda3
brw-r--r--   1 root     root       3,   1 Jul  2 22:58 hda3
# chown joost:root hda3
# ls -ld hda3
brw-r--r--   1 joost    root       3,   1 Jul  2 22:58 hda3
# ls -ld /
drwxr-xr-x  20 root     root         1024 Jun 17 21:50 /
# chown joost:users /
# chmod a+w /
# ls -ld /
drwxrwxrwx  20 joost    users        1024 Jun 17 21:50 /
# exit
$ ls -ld /
drwxr-xr-x  20 root     root         1024 Jun 17 21:50 //
$ ls -ld hda3
-rw-r--r--   1 joost    users           0 Jul  2 22:58 hda3
AUTHORSB<--debug>B<--faked>I<\ binary>B<--foreground>B<--load>B<--unknown-is-real>B<-b>I<\ fd>B<-h>B<-i>I<\ load-file>B<-l> I<library>, B<--lib> I<library>B<-s>I<\ save-file>B<-u>, B<--unknown-is-real>B<-v>B<FAKEROOTKEY>B<LD_LIBRARY_PATH>B<LD_PRELOAD>B<Library versions>B<[--]>I<\ command>B<faked> B<[--debug] [--foreground] [--cleanup] [--key> I<msg-key>B<]> B<[--load] [--save-file> I<save-file>B<]> B<[--port> I<TCP-port>B<]>B<fakeroot> is a regular, non-setuid program. It does not enhance a user's privileges, or decrease the system's security.B<fakeroot> is distributed under the GNU General Public License.  (GPL 2.0 or greater).B<fakeroot> runs a command in an environment wherein it appears to have root privileges for file manipulation.  This is useful for allowing users to create archives (tar, ar, .deb etc.) with files in them with root permissions/ownership.  Without B<fakeroot> one would need to have root privileges to create the constituent files of the archives with the correct permissions and ownership, and then pack them up, or one would have to construct the archives directly, without using the archiver.B<open()/create()>BUGSCOPYINGCleanup the semaphores.Clint AdamsDESCRIPTIONDebian ProjectDebian manualDisplay help.Display version.Don't fork into the background.E<lt>I<[email protected]>E<gt>E<lt>I<[email protected]>E<gt>ENVIRONMENTEXAMPLESEvery command executed within B<fakeroot> needs to be linked to the same version of the C library as B<fakeroot> itself.FILESHere is an example session with B<fakeroot>.  Notice that inside the fake root environment file manipulation that requires root privileges succeeds, but is not really happening.If you intend to build packages with B<fakeroot>, please try building the fakeroot package first: the "debian/rules build" stage has a few tests (testing mostly for bugs in old fakeroot versions). If those tests fail (for example because you have certain libc5 programs on your system), other packages you build with fakeroot will quite likely fail too, but possibly in much more subtle ways.It doesn't wrap open(). This isn't bad by itself, but if a program does open("file", O_WRONLY, 000), writes to file "file", closes it, and then again tries to open to read the file, then that open fails, as the mode of the file will be 000. The bug is that if root does the same, open() will succeed, as the file permissions aren't checked at all for root. I choose not to wrap open(), as open() is used by many other functions in libc (also those that are already wrapped), thus creating loops (or possible future loops, when the implementation of various libc functions slightly change).LIMITATIONSLoad a fakeroot environment previously saved using -s from load-file.  Note that this does not implicitly save the file, use -s as well for that behaviour. Using the same file for both -i and -s in a single B<fakeroot> invocation is safe.Load a previously saved environment from the standard input.MANUAL PAGENAMEOPTIONSOnly the effects that user B<joost> could do anyway happen for real.Print debugging information on stderr.SECURITY ASPECTSSEE ALSOSYNOPSISSave the environment to save-file on exit.Save the fakeroot environment to save-file on exit. This file can be used to restore the environment later using -i. However, this file will leak and fakeroot will behave in odd ways unless you leave the files touched inside the fakeroot alone when outside the environment. Still, this can be useful. For example, it can be used with rsync(1) to back up and restore whole directory trees complete with user, group and device information without needing to be root. See I</usr/share/doc/fakeroot/README.saving> for more details.Specify an alternative binary to use as faked.Specify an alternative wrapper library.Specify fd base (TCP mode only). fd is the minimum file descriptor number to use for TCP connections; this may be important to avoid conflicts with the file descriptors used by the programs being run under fakeroot.Timo SavolaUse TCP port tcp-port.Use real ownership of previously-unknown files instead of setting them to root:root.Use the real ownership of files previously unknown to fakeroot instead of pretending they are owned by root:root.fakedfaked - daemon that remembers fake ownership/permissions of files manipulated by fakeroot processes.fakerootfakeroot
touch foo
ls -al foo
fakeroot - run a command in an environment faking root privileges for file manipulationfakeroot doesn't wrap open(), create(), etc. So, if user B<joost> does eitherfakeroot, in effect, is changing the way the system behaves. Programs that probe the system like GNU configure may get confused by this (or if they don't, they may stress fakeroot so much that fakeroot itself becomes confused). So, it's advisable not to run "configure" from within fakeroot. As configure should be called in the "debian/rules build" target, running "dpkg-buildpackage -rfakeroot" correctly takes care of this.joost witteveenor the other way around,Project-Id-Version: PACKAGE VERSION
Report-Msgid-Bugs-To: 
PO-Revision-Date: 2025-03-21 07:33+0000
Last-Translator: Ubuntu Archive Auto-Sync <[email protected]>
Language-Team: LANGUAGE <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Launchpad-Export-Date: 2025-04-11 00:37+0000
X-Generator: Launchpad (build e76edd883483c71c468bb038e98836435de44530)
Language: 
$  whoami
joost
$ fakeroot /bin/bash
#  whoami
root
# mknod hda3 b 3 1
# ls -ld hda3
brw-r--r--   1 root     root       3,   1 Jul  2 22:58 hda3
# chown joost:root hda3
# ls -ld hda3
brw-r--r--   1 joost    root       3,   1 Jul  2 22:58 hda3
# ls -ld /
drwxr-xr-x  20 root     root         1024 Jun 17 21:50 /
# chown joost:users /
# chmod a+w /
# ls -ld /
drwxrwxrwx  20 joost    users        1024 Jun 17 21:50 /
# exit
$ ls -ld /
drwxr-xr-x  20 root     root         1024 Jun 17 21:50 //
$ ls -ld hda3
-rw-r--r--   1 joost    users           0 Jul  2 22:58 hda3
AUTORESB<--debug>B<--faked>I<\ binario>B<--foreground>B<--load>B<--unknown-is-real>B<-b>I<\ fd>B<-h>B<-i>I<\ fichero-a-cargar>B<-l> I<biblioteca>, B<--lib> I<biblioteca>B<-s>I<\ fichero-salvado>B<-u>, B<--unknown-is-real>B<-v>B<FAKEROOTKEY>B<LD_LIBRARY_PATH>B<LD_PRELOAD>B<Versiones de la biblioteca>B<[--]>I<\ orden>B<faked> B<[--debug] [--foreground] [--cleanup] [--key> I<número-llave>B<]> B<[--load] [--save-file> I<fichero-salvado>B<]> B<[--port> I<puerto-TCP>B<]>B<fakeroot> es un programa normal, sin el bit setuid. No aumenta los privilegios de un usuario ni disminuye la seguridad del sistema.B<fakeroot> se distribuye bajo la Licencia Pública General de GNU.  (GPL 2.0 o posterior).B<fakeroot> ejecuta una orden en un entorno donde parece que se tiene permisos de superusuario para la manipulación de ficheros. Útil para permitir a usuarios crear archivos (tar, ar, .deb etc.) con ficheros con permisos/propietarios de superusuario.  Sin B<fakeroot> uno necesitaría privilegios de superusuario para crear los ficheros constituyentes del archivo con los permisos y propietario correctos, y después empaquetarlos, o uno tendría que construir los archivos directamente, sin usar el archivador.B<open()/create()>FALLOSCOPIABorra los semáforos.Clint AdamsDESCRIPCIÓNProyecto DebianManual de DebianMuestra la ayuda.Muestra la versión.No realiza un fork en segundo plano.E<lt>I<[email protected]>E<gt>E<lt>I<[email protected]>E<gt>ENTORNOEJEMPLOSToda orden ejecutada con B<fakeroot> necesita enlazarse con la misma versión de la biblioteca de C del mismo B<fakeroot.>FICHEROSAquí hay un ejemplo de una sesión con B<fakeroot>.  Dese cuenta que dentro de un entorno fakeroot la manipulación de ficheros que requiere privilegios de superusuario se realiza con éxito, pero realmente no se lleva a cabo.Si pretende construir paquetes usando B<fakeroot>, es aconsejable construir primero el paquete fakeroot: la etapa "debian/rules build" tiene algunas comprobaciones (la mayoría de ellas buscan fallos de versiones viejas de fakeroot). Si estas pruebas fallan (por ejemplo, porque tiene ciertos programas libc5 en el sistema), también fallará la construcción de otros paquetes mediante fakeroot, pero de formas mucho más sutiles.No envuelve open(). Esto no es malo por si mismo, pero si un programa hace open("fichero", O_WRONLY, 000), escribe en "fichero", lo cierra, y trata de abrirlo de nuevo para leer el fichero, entonces falla al abrirlo, ya que el modo del fichero será 000. El fallo es que si el superusuario hace lo mismo, open()  será satisfactorio, ya que los permisos del fichero no se comprueban para el superusuario. Elegí no envolver open(), ya que open() se usa en muchas otras funciones de libc (incluso en aquellas que ya están envueltas), de forma que se crean bucles (o posibles bucles futuros, cuando la implementación de varias funciones de libc cambie ligeramente).LIMITACIONESCarga un entorno fakeroot de fichero-a-cargar previamente salvado usando -s.  Note que esto no salva implícitamente el fichero, use también -s para conseguir esto. Es seguro usar el mismo fichero para -i y -s en una misma invocación de B<fakeroot.>Carga un entorno previamente salvado desde la entrada estándar.PÁGINA DEL MANUALNOMBREOPCIONESSólo las operaciones que el usuario B<joost> puede hacer se llevan a cabo realmente.Muestra información de depurado en stderr.ASPECTOS DE SEGURIDADVÉASE ADEMÁSSINOPSISSalva el entorno al salir en fichero-salvado .Guarda el entorno fakeroot en fichero-salvado al salir. Este fichero puede usarse para restaurar el entorno más tarde usando -i. Sin embargo, este fichero fallará y fakeroot se comportará de forma extraña a menos que no modifique los ficheros creados (N.T. del inglés touched, haciendo referencia a la orden touch, con la que fakeroot crea algunos ficheros vacíos para simular algunas situaciones) dentro del entorno fakeroot cuando esté fuera del entorno. Aun así, esto puede ser útil. Por ejemplo, puede usarse con rsync(1) para guardar y restaurar el árbol de directorios completo con la información de usuarios, grupos y dispositivos completa sin necesidad de ser superusuario. Consulte I</usr/share/doc/fakeroot/README.saving> para más detalles.Especifica un binario alternativo a usar en vez de faked.Especifica una biblioteca envoltorio.Especifica el descriptor de fichero base (sólo en modo TCP). Fd es el número mínimo de descriptor de fichero a usar para las conexiones TCP, puede ser importante para evitar conflictos con los descriptores de ficheros usados por programas ejecutándose dentro de B<fakeroot.>Timo SavolaUsa el puerto TCP puerto-TCP.Usa el propietario real de ficheros previamente desconocidos en vez de suponer que son root:root.Usa el propietario real para ficheros desconocidos previamente por fakeroot en vez de suponer que pertenecen a root:root.fakedfaked - demonio que recuerda los propietarios/permisos falsos de ficheros manipulados por un proceso fakeroot.fakerootfakeroot
touch tal
ls -al tal
fakeroot - ejecuta una orden en un entorno que falsea privilegios de superusuario para la manipulación de ficherosfakeroot no envuelve open(), create(), etc. Así, que si el usuario B<joost> hacefakeroot, en efecto, cambia el comportamiento del sistema. Los programas que prueban el sistema, como GNU configure, pueden verse confundidos por esto (o si no lo hacen, llevarán a fakeroot tan al límite que será este el que se confunda). Así que es aconsejable no ejecutar el objetivo "configure" en un entorno fakeroot. Como configure debe ejecutarse en "debian/rules build", "dpkg-buildpackage -rfakeroot" tiene cuidado de esto, haciéndolo correctamente.joost witteveeno del otro modo,

Filemanager

Name Type Size Permission Actions
Linux-PAM.mo File 9.91 KB 0644
ModemManager.mo File 3.25 KB 0644
NetworkManager-openvpn.mo File 36.07 KB 0644
NetworkManager-pptp.mo File 10.36 KB 0644
NetworkManager.mo File 290.63 KB 0644
PackageKit.mo File 30.7 KB 0644
WebKitGTK-6.0.mo File 25.86 KB 0644
aa-enabled.mo File 1.36 KB 0644
accounts-service.mo File 1.87 KB 0644
acl.mo File 7.25 KB 0644
adduser.mo File 9.76 KB 0644
aisleriot.mo File 48.06 KB 0644
alacarte.mo File 1.68 KB 0644
alsa-utils.mo File 27.53 KB 0644
alternative-toolbar.mo File 5.54 KB 0644
app-install-data.mo File 445.63 KB 0644
apparmor-parser.mo File 17.98 KB 0644
apparmor-utils.mo File 13.24 KB 0644
apparmorapplet.mo File 1.27 KB 0644
apport.mo File 28.35 KB 0644
appstream-glib.mo File 8.81 KB 0644
appstream.mo File 113.32 KB 0644
apt-listchanges.mo File 7.94 KB 0644
apt-utils.mo File 10.68 KB 0644
apt.c.mo File 721 B 0644
apt.mo File 42.39 KB 0644
apt.sh.mo File 1.51 KB 0644
aptdaemon.mo File 29.54 KB 0644
aptitude.mo File 181 KB 0644
apturl.mo File 4.16 KB 0644
aspell.mo File 31.7 KB 0644
at-spi2-core.mo File 739 B 0644
attr.mo File 4.76 KB 0644
avahi.mo File 16.61 KB 0644
balsa.mo File 128.56 KB 0644
baobab.mo File 6.91 KB 0644
bash.mo File 180.34 KB 0644
bfd.mo File 146.87 KB 0644
bijiben.mo File 8.93 KB 0644
binutils.mo File 118.93 KB 0644
bison-gnulib.mo File 2.36 KB 0644
bison-runtime.mo File 1.37 KB 0644
bison.mo File 12.45 KB 0644
brltty.mo File 4.91 KB 0644
byobu.mo File 3.86 KB 0644
bzr.mo File 209.07 KB 0644
caribou.mo File 4.15 KB 0644
cheese.mo File 12.1 KB 0644
cinder.mo File 332 KB 0644
clutter-1.0.mo File 2.82 KB 0644
cluttergtk-1.0.mo File 551 B 0644
cogl.mo File 8.2 KB 0644
colord.mo File 9.6 KB 0644
command-not-found.mo File 3.88 KB 0644
coreutils.mo File 210.47 KB 0644
cpio.mo File 29.98 KB 0644
cracklib.mo File 1.95 KB 0644
cryptsetup-luks.mo File 6.43 KB 0644
cryptsetup.mo File 8.41 KB 0644
cups-pk-helper.mo File 3.43 KB 0644
cups.mo File 274.61 KB 0644
cwidget.mo File 1.41 KB 0644
dashtodock.mo File 13.84 KB 0644
dconf-editor.mo File 48.23 KB 0644
dctrl-tools.mo File 8.63 KB 0644
debconf.mo File 11.65 KB 0644
debian-tasks.mo File 952 B 0644
debianutils.mo File 2.06 KB 0644
deja-dup.mo File 36.81 KB 0644
desktop_kde-config-whoopsie.mo File 814 B 0644
desktop_kubuntu-driver-manager.mo File 705 B 0644
desktop_kubuntu-notification-helper.mo File 2.2 KB 0644
desktop_kubuntu-web-shortcuts.mo File 4.21 KB 0644
devhelp.mo File 8.57 KB 0644
devscripts.mo File 96.09 KB 0644
diffutils.mo File 36 KB 0644
ding.mo File 17.25 KB 0644
dnsmasq.mo File 30.85 KB 0644
doc-base.mo File 10.29 KB 0644
dpkg-dev.mo File 53.74 KB 0644
dpkg.mo File 126.13 KB 0644
dselect.mo File 40.76 KB 0644
duplicity.mo File 26.47 KB 0644
e2fsprogs.mo File 195.43 KB 0644
ecryptfs-utils.mo File 1.96 KB 0644
elfutils.mo File 138.66 KB 0644
eog-plugins.mo File 8.2 KB 0644
eog.mo File 30.57 KB 0644
epiphany.mo File 69.94 KB 0644
evince.mo File 37.02 KB 0644
evolution-data-server.mo File 1.18 KB 0644
evolution.mo File 537.77 KB 0644
example-content.mo File 584 B 0644
extension-manager.mo File 7.85 KB 0644
fakeroot.mo File 13.67 KB 0644
fcitx-mozc.mo File 1.25 KB 0644
fetchmail.mo File 91.32 KB 0644
file-roller.mo File 25.61 KB 0644
findutils.mo File 42.78 KB 0644
five-or-more.mo File 4.91 KB 0644
flex.mo File 15.72 KB 0644
fontconfig.mo File 570 B 0644
fprintd.mo File 6.68 KB 0644
friendly-recovery.mo File 5.22 KB 0644
fwupd.mo File 10.33 KB 0644
gODBCConfig.mo File 12.48 KB 0644
gas.mo File 442.21 KB 0644
gawk.mo File 91.75 KB 0644
gcab.mo File 3.48 KB 0644
gcr-4.mo File 12.6 KB 0644
gcr.mo File 17.82 KB 0644
gdata.mo File 11.07 KB 0644
gdb.mo File 261.3 KB 0644
gdbm.mo File 22.9 KB 0644
gdk-pixbuf.mo File 22.19 KB 0644
gdm.mo File 19.16 KB 0644
geary.mo File 50.53 KB 0644
gedit.mo File 73.85 KB 0644
geoclue.mo File 2.05 KB 0644
geocode-glib.mo File 507 B 0644
gettext-runtime.mo File 8.14 KB 0644
gettext-tools.mo File 112.03 KB 0644
gimp20-libgimp.mo File 45.65 KB 0644
gimp20-python.mo File 15.28 KB 0644
gimp20-script-fu.mo File 28.11 KB 0644
gimp20-std-plug-ins.mo File 205.87 KB 0644
gimp20-tips.mo File 13.12 KB 0644
gimp20.mo File 507.08 KB 0644
git-gui-glossary.mo File 2.07 KB 0644
git-gui.mo File 44.12 KB 0644
git.mo File 609.36 KB 0644
glade.mo File 934 B 0644
glance.mo File 108.47 KB 0644
glib-networking.mo File 8.27 KB 0644
glib20.mo File 138.9 KB 0644
gnome-2048.mo File 6.97 KB 0644
gnome-bluetooth-3.0.mo File 6.82 KB 0644
gnome-bluetooth2.mo File 8.09 KB 0644
gnome-calculator.mo File 44.49 KB 0644
gnome-calendar.mo File 22.47 KB 0644
gnome-chess.mo File 23.58 KB 0644
gnome-clocks.mo File 9.25 KB 0644
gnome-color-manager.mo File 12.55 KB 0644
gnome-contacts.mo File 15.93 KB 0644
gnome-control-center-2.0.mo File 178.23 KB 0644
gnome-desktop-3.0.mo File 3.7 KB 0644
gnome-disk-utility.mo File 74.91 KB 0644
gnome-font-viewer.mo File 16.55 KB 0644
gnome-icon-theme.mo File 667 B 0644
gnome-keyring.mo File 9.42 KB 0644
gnome-klotski.mo File 6.63 KB 0644
gnome-logs.mo File 8.61 KB 0644
gnome-mahjongg.mo File 6.5 KB 0644
gnome-maps.mo File 29.25 KB 0644
gnome-menus-3.0.mo File 2.94 KB 0644
gnome-mines.mo File 7.46 KB 0644
gnome-online-accounts.mo File 15.53 KB 0644
gnome-photos.mo File 13.9 KB 0644
gnome-power-manager.mo File 9.01 KB 0644
gnome-remote-desktop.mo File 16 KB 0644
gnome-robots.mo File 9.52 KB 0644
gnome-screenshot.mo File 9.31 KB 0644
gnome-session-47.mo File 9.84 KB 0644
gnome-settings-daemon.mo File 66.38 KB 0644
gnome-shell.mo File 62.08 KB 0644
gnome-software.mo File 111.52 KB 0644
gnome-sound-recorder.mo File 6.38 KB 0644
gnome-sudoku.mo File 7.56 KB 0644
gnome-system-monitor.mo File 30.97 KB 0644
gnome-taquin.mo File 8.76 KB 0644
gnome-terminal.mo File 52.41 KB 0644
gnome-tetravex.mo File 5.33 KB 0644
gnome-text-editor.mo File 22.86 KB 0644
gnome-themes-extra.mo File 918 B 0644
gnome-tweaks.mo File 10.16 KB 0644
gnome-video-effects.mo File 5.49 KB 0644
gnupg2.mo File 210 KB 0644
gnutls.mo File 16.4 KB 0644
gnutls30.mo File 8.02 KB 0644
gold.mo File 82.84 KB 0644
gparted.mo File 51.84 KB 0644
gprof.mo File 10.95 KB 0644
grep.mo File 16.82 KB 0644
grilo.mo File 4.05 KB 0644
grub.mo File 124.97 KB 0644
gsasl.mo File 13.5 KB 0644
gsettings-desktop-schemas.mo File 118.31 KB 0644
gsettings-ubuntu-touch-schemas.mo File 8.7 KB 0644
gspell-1.mo File 2.46 KB 0644
gst-plugins-base-1.0.mo File 20.51 KB 0644
gst-plugins-good-1.0.mo File 13.78 KB 0644
gstreamer-1.0.mo File 40.21 KB 0644
gtk20-properties.mo File 167 KB 0644
gtk20.mo File 57.04 KB 0644
gtk30-properties.mo File 209.26 KB 0644
gtk30.mo File 108.69 KB 0644
gtk40-properties.mo File 162.3 KB 0644
gtk40.mo File 51.53 KB 0644
gtksourceview-3.0.mo File 7.6 KB 0644
gtksourceview-4.mo File 7.11 KB 0644
gtksourceview-5.mo File 8.46 KB 0644
gutenprint.mo File 309.84 KB 0644
gvfs.mo File 41.46 KB 0644
hello.mo File 3.78 KB 0644
help2man.mo File 9.75 KB 0644
hunspell.mo File 10.32 KB 0644
ibus-chewing.mo File 3.24 KB 0644
ibus-hangul.mo File 1.97 KB 0644
ibus-libpinyin.mo File 10.65 KB 0644
ibus-m17n.mo File 1.94 KB 0644
ibus-table.mo File 18.13 KB 0644
ibus-unikey.mo File 4.29 KB 0644
ibus10.mo File 51.77 KB 0644
im-config.mo File 7.96 KB 0644
indent.mo File 5.42 KB 0644
indicator-appmenu.mo File 728 B 0644
indicator-bluetooth.mo File 1.21 KB 0644
indicator-datetime.mo File 1.03 KB 0644
indicator-keyboard.mo File 944 B 0644
indicator-messages.mo File 903 B 0644
indicator-power.mo File 2.34 KB 0644
indicator-printers.mo File 1.8 KB 0644
indicator-session.mo File 2.33 KB 0644
indicator-sound.mo File 1.91 KB 0644
isoquery.mo File 2.94 KB 0644
json-glib-1.0.mo File 2.86 KB 0644
kbd.mo File 42.48 KB 0644
kcm-driver-manager.mo File 6.83 KB 0644
kcm-whoopsie.mo File 2.4 KB 0644
kcm_notificationhelper.mo File 1.78 KB 0644
kdesudo.mo File 4.51 KB 0644
keystone.mo File 51.81 KB 0644
kgx.mo File 7.44 KB 0644
kubuntu-debug-installer.mo File 2.24 KB 0644
kubuntu-patched-l10n.mo File 8.89 KB 0644
landscape-client.mo File 3.95 KB 0644
language-selector.mo File 10.96 KB 0644
language-specs.mo File 1.22 KB 0644
ld.mo File 128.16 KB 0644
lftp.mo File 53.63 KB 0644
libadwaita.mo File 6.57 KB 0644
libapt-inst2.0.mo File 3.88 KB 0644
libapt-pkg5.0.mo File 33.03 KB 0644
libapt-pkg6.0.mo File 34.4 KB 0644
libbytesize.mo File 1.02 KB 0644
libc.mo File 132.98 KB 0644
libcwidget3.mo File 1.41 KB 0644
libdazzle-1.0.mo File 4.27 KB 0644
libdbusmenu.mo File 569 B 0644
libdvbv5.mo File 849 B 0644
libexif-12.mo File 131.75 KB 0644
libgnome-games-support.mo File 1.46 KB 0644
libgnomekbd.mo File 4.21 KB 0644
libgpg-error.mo File 28.11 KB 0644
libgphoto2-2.mo File 194.8 KB 0644
libgphoto2-6.mo File 35.8 KB 0644
libgphoto2_port-0.mo File 13.32 KB 0644
libgpod.mo File 19.29 KB 0644
libgsf.mo File 13.66 KB 0644
libgtop-2.0.mo File 3.16 KB 0644
libgtop.mo File 1.33 KB 0644
libgweather-4.0.mo File 14.55 KB 0644
libhandy.mo File 25.94 KB 0644
libhangul.mo File 3.35 KB 0644
libidn.mo File 8.53 KB 0644
libidn2.mo File 6.76 KB 0644
libnma.mo File 15.52 KB 0644
libpanel.mo File 2.63 KB 0644
libpeas.mo File 2.78 KB 0644
libpwquality.mo File 6.39 KB 0644
libsecret.mo File 1.62 KB 0644
libsmbios.mo File 20.55 KB 0644
libsoup-3.0.mo File 4.21 KB 0644
libsoup.mo File 4.46 KB 0644
libvisual-0.4.mo File 19.03 KB 0644
libvisual-plugins-0.4.mo File 10.98 KB 0644
libwnck-3.0.mo File 20.28 KB 0644
live-build.mo File 26.48 KB 0644
live-helper.mo File 29.32 KB 0644
lshw.mo File 17.13 KB 0644
ltsp-live.mo File 2.38 KB 0644
ltsp-login.mo File 767 B 0644
ltsp.mo File 12.6 KB 0644
luksformat.mo File 1.71 KB 0644
lvm2.mo File 132.29 KB 0644
m17n-db.mo File 16.11 KB 0644
main.mo File 9.76 KB 0644
make.mo File 40.29 KB 0644
man-db-gnulib.mo File 4.05 KB 0644
man-db.mo File 20.05 KB 0644
mit-krb5.mo File 612 B 0644
monitoring-plugins.mo File 16.61 KB 0644
mousetweaks.mo File 3.3 KB 0644
mutt.mo File 90.67 KB 0644
mutter.mo File 17.97 KB 0644
nano.mo File 60.01 KB 0644
nautilus-sendto.mo File 1.6 KB 0644
nautilus-share.mo File 4.45 KB 0644
nautilus.mo File 99.99 KB 0644
ndisc6.mo File 15.98 KB 0644
neon.mo File 13.59 KB 0644
net-tools.mo File 57.02 KB 0644
network-manager-applet.mo File 1.13 KB 0644
newt.mo File 584 B 0644
nm-applet.mo File 83.96 KB 0644
notification-daemon.mo File 1.48 KB 0644
notificationhelper.mo File 3.64 KB 0644
nss_db.mo File 2.52 KB 0644
opcodes.mo File 26.63 KB 0644
orca.mo File 111.41 KB 0644
org.gnome.Characters.mo File 4.35 KB 0644
p11-kit.mo File 29.71 KB 0644
papers.mo File 29.32 KB 0644
parted.mo File 72.6 KB 0644
pastebinit.mo File 1.92 KB 0644
patches.mo File 914 B 0644
pipewire.mo File 4.98 KB 0644
plymouth.mo File 968 B 0644
polkit-1.mo File 677 B 0644
polkit-gnome-1.mo File 2.43 KB 0644
popt.mo File 2.41 KB 0644
powertop.mo File 9.32 KB 0644
pppconfig.mo File 30.35 KB 0644
pppoeconf.mo File 12.09 KB 0644
procps-ng.mo File 96.24 KB 0644
psmisc.mo File 18.66 KB 0644
ptyxis.mo File 34.57 KB 0644
pulseaudio.mo File 73.85 KB 0644
python-apt.mo File 7.62 KB 0644
quadrapassel.mo File 7.82 KB 0644
quota.mo File 57.68 KB 0644
realmd.mo File 13.97 KB 0644
recode.mo File 7.46 KB 0644
remmina.mo File 41.19 KB 0644
rhash.mo File 9.37 KB 0644
rhythmbox.mo File 75.63 KB 0644
rrdtool.mo File 12.89 KB 0644
rygel.mo File 29.07 KB 0644
sane-backends.mo File 84.35 KB 0644
schroot.mo File 7.81 KB 0644
screen-resolution-extra.mo File 2.43 KB 0644
seahorse.mo File 44.69 KB 0644
sed.mo File 15.71 KB 0644
shadow.mo File 62.08 KB 0644
shared-mime-info.mo File 47.59 KB 0644
sharutils.mo File 28.32 KB 0644
shotwell.mo File 119.96 KB 0644
simple-scan.mo File 20.78 KB 0644
slideshow-oem-config-ubuntu-budgie.mo File 6.36 KB 0644
slideshow-oem-config-ubuntu-mate.mo File 13.36 KB 0644
slideshow-ubuntu-budgie.mo File 6.36 KB 0644
slideshow-ubuntu-mate.mo File 13.38 KB 0644
slideshow-ubuntu.mo File 7.25 KB 0644
slideshow-ubuntukylin.mo File 2.08 KB 0644
slideshow-ubuntustudio.mo File 5 KB 0644
snappy.mo File 148.18 KB 0644
software-properties.mo File 34.27 KB 0644
sound-theme-freedesktop.mo File 536 B 0644
speech-dispatcher.mo File 1010 B 0644
sssd-docs.mo File 399.54 KB 0644
sssd.mo File 72.2 KB 0644
styles.mo File 1.45 KB 0644
subdomain_parser.mo File 10.2 KB 0644
sudo.mo File 16.66 KB 0644
sudoers.mo File 29.06 KB 0644
sushi.mo File 1.53 KB 0644
swell-foop.mo File 6.67 KB 0644
swift.mo File 24.38 KB 0644
synaptic-manual.mo File 64.68 KB 0644
synaptic.mo File 66.46 KB 0644
sysprof.mo File 14.86 KB 0644
sysstat.mo File 4.62 KB 0644
system-config-printer.mo File 72.53 KB 0644
systemd.mo File 24.6 KB 0644
tali.mo File 8.35 KB 0644
tar.mo File 62.83 KB 0644
tasksel.mo File 562 B 0644
tecla.mo File 940 B 0644
texinfo.mo File 111 KB 0644
texinfo_document.mo File 16.92 KB 0644
[email protected] File 9.76 KB 0644
tmispell-voikko.mo File 8.24 KB 0644
totem-pl-parser.mo File 1.08 KB 0644
totem.mo File 29.11 KB 0644
tracker-miners.mo File 11.57 KB 0644
transmission-gtk.mo File 43.81 KB 0644
ubiquity-debconf.mo File 42.46 KB 0644
ubiquity-desktop.mo File 1 KB 0644
ubiquity-slideshow-kubuntu.mo File 7.23 KB 0644
ubiquity-slideshow-oem-config-ubuntu.mo File 7.23 KB 0644
ubiquity-slideshow-xubuntu.mo File 4.2 KB 0644
ubuntu-advantage-desktop-daemon.mo File 1.58 KB 0644
ubuntu-advantage.mo File 1.72 KB 0644
ubuntu-default-launchers.mo File 560 B 0644
ubuntu-release-upgrader.mo File 44.63 KB 0644
ubuntu-wallpapers.mo File 15.12 KB 0644
ufw.mo File 17.29 KB 0644
unattended-upgrades.mo File 11.05 KB 0644
unity-control-center.mo File 87.39 KB 0644
unity-doc.mo File 4.11 KB 0644
unity-greeter.mo File 3.98 KB 0644
unity-lens-applications.mo File 4.98 KB 0644
unity-lens-files.mo File 3.68 KB 0644
unity-lens-music.mo File 2.93 KB 0644
unity-lens-photos.mo File 4.63 KB 0644
unity-lens-video.mo File 2.27 KB 0644
unity-scope-calculator.mo File 1.33 KB 0644
unity-scope-devhelp.mo File 1.32 KB 0644
unity-scope-home.mo File 5.66 KB 0644
unity-scope-manpages.mo File 1.41 KB 0644
unity-settings-daemon.mo File 34.09 KB 0644
unity.mo File 29.07 KB 0644
update-manager.mo File 16.39 KB 0644
update-motd.mo File 678 B 0644
update-notifier.mo File 12.49 KB 0644
upower.mo File 1.36 KB 0644
usbcreator.mo File 4.5 KB 0644
util-linux.mo File 381.95 KB 0644
v4l-utils.mo File 3.68 KB 0644
vim.mo File 271.48 KB 0644
vino.mo File 15.86 KB 0644
volume_key.mo File 14.87 KB 0644
vte-2.91.mo File 1.31 KB 0644
w3m.mo File 17.13 KB 0644
wdiff-gnulib.mo File 2.94 KB 0644
wdiff.mo File 16.57 KB 0644
wget.mo File 79.57 KB 0644
whois.mo File 9.13 KB 0644
whoopsie-preferences.mo File 686 B 0644
wireplumber.mo File 684 B 0644
xdg-desktop-portal-gnome.mo File 5.61 KB 0644
xdg-desktop-portal-gtk.mo File 5.41 KB 0644
xdg-user-dirs-gtk.mo File 1.82 KB 0644
xdg-user-dirs.mo File 1.53 KB 0644
xen-xm.mo File 1.54 KB 0644
xfsdump.mo File 79.68 KB 0644
xfsprogs.mo File 100.65 KB 0644
xkeyboard-config.mo File 82.88 KB 0644
xz-man.mo File 1.13 KB 0644
xz.mo File 30.55 KB 0644
yelp-xsl.mo File 3.59 KB 0644
yelp.mo File 6.54 KB 0644
zenity.mo File 14.33 KB 0644
zenmap.mo File 58.52 KB 0644
zsys.mo File 7.34 KB 0644
Filemanager