http://www.ocsinventory-ng.org/en/download/register-download-ocs-inventory-ng-agent-for-unix.html
http://wiki.ocsinventory-ng.org/index.php/Documentation:UnixAgent/pl
apt-get install dmidecode libxml-simple-perl libio-compress-perl libnet-ip-perl libwww-perl libdigest-md5-perl libnet-ssleay-perl wget Ocsinventory-Unix-Agent-2.1.1.tar.gz tar -xf Ocsinventory-Unix-Agent-2.1.1.tar.gz cd Ocsinventory-Unix-Agent-2.1.1 perl Makefile.pl make make install
https://wiki.samba.org/index.php/Registry_changes_for_NT4-style_domains
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters] "DomainCompatibilityMode"=dword:00000001 "DNSNameResolutionRequired"=dword:00000000
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_GB:en",
LC_ALL = (unset),
LC_TIME = "pl_PL.UTF-8",
LC_MONETARY = "pl_PL.UTF-8",
LC_ADDRESS = "pl_PL.UTF-8",
LC_TELEPHONE = "pl_PL.UTF-8",
LC_NAME = "pl_PL.UTF-8",
LC_MEASUREMENT = "pl_PL.UTF-8",
LC_IDENTIFICATION = "pl_PL.UTF-8",
LC_NUMERIC = "pl_PL.UTF-8",
LC_PAPER = "pl_PL.UTF-8",
& nbsp; LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_ALL to default locale: No such file or directory
Rozwiązanie:
dpkg-reconfigure locales
Debian 10
sudo dpkg-reconfigure locales
https://www.debian-administration.org/article/635/A_brief_introduction_to_mod_perl_-_Part_1
apt-get install libapache2-mod-perl2 a2enmod perl /etc/init.d/apache2 restart
http://www.livejournal.com/doc/server/lj.install.perl_setup.modules.html
https://packages.debian.org/squeeze/libapache-dbi-perl
aptitude install libapache-dbi-perl aptitude install libio-compress-perl aptitude install libxml-simple-perl aptitude install libnet-ip-perl aptitude install libsoap-lite-perl cpan> install Apache2::SOAP /usr/bin/perl -mApache2::SOAP
http://wiki.ocsinventory-ng.org/index.php/Howtos:Install_OCS_on_debian
https://developers.google.com/+/web/badge/
https://developer.linkedin.com/plugins/member-profile-plugin-generator?button-type-inline=true
https://developers.facebook.com/docs/plugins/like-box-for-pages?locale=pl_PL
https://twitter.com/settings/widgets
https://developers.google.com/youtube/youtube_subscribe_button
$.validator.setDefaults({ ignore: ":hidden:not(select)" })preg_replace("/[^0-9]/","",'604-619-5135');
http://stackoverflow.com/questions/6604455/php-code-to-remove-everything-but-numbers
usuń:
<?php comments_template(); ?>
w pliku
page.php
AFWall+ - firewall na androida s.29
SIAB (Shell in a box) - ssh przez www s.40
Deepin - nowe środowisko graficzne do linuxa s.42
Rescatux - naprawa gruba, reset haseł, naprawa systemów plików s.50
Sztuczki z bashem - ciekawe zastosowania s.58
Dillinger, Caret - edytory tekstów ze znacznikami s.77
Audex - cd ripper s.84
ssh-keygen ssh-copy-id -i /root/.ssh/id_rsa.pub 10.12.13.14 ssh root@10.12.13.14 "poweroff"
Części do Raspberry PI - s. 11
Google maps na linuxy - s. 42
Systemy plików porównanie – ext3, ext4, xfs, btrfs – s.18
Porównanie sytemów ERP i CRM – s.36
Google translate CLI – s.58
Pinger, testowanie sieci przez ping, mierzenie długości kabli – s.60
Cygwin – uruchamianie aplikacji z linuxa na windowsie – s.13
TheSSS – najmniejszy serwer na świecie, http, ftp, ssh, telnet – s.27
Nmon – narzędzie do monitorowania ruchu sieciowego, cpu, dysku itp – s.28
Parametry Rsynca – s.41
Crystal disk mark – benchmark hdd ssd – s.42
Miniflux – czytnik RSS online – s.55
Bash History Suggest Box, rozbudowane narzędzie do przeglądania historii bash – s.56
Inxi – system info rozbudowany – s.72
Multitail – tail z menu i podziałem na okna – s .74
http://www.asim.pk/2009/05/14/creating-and-installing-crontabs-using-codeigniter/
Create a file (e.g. cron.php) in the same place as your index.php and system folder. Here is its code:
Zobacz całość
https://help.ubuntu.com/community/Boot-Repair
The easiest way to use Boot-Repair is to burn one of the following disks and boot on it.
Remark : you can also install the ISO on a live-USB (eg via UnetBootin or LiliUSB or Universal USB Installer).
- either from an Ubuntu live-session (boot your computer on a Ubuntu live-CD or live-USB then choose „Try Ubuntu”) or from your installed Ubuntu session (if you can access it)
- connect to the Internet
- open a new Terminal, then type the following commands (press Enter after each line):
sudo add-apt-repository ppa:yannubuntu/boot-repair sudo sed 's/trusty/saucy/g' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list sudo apt-get update sudo apt-get install -y boot-repair && (boot-repair &) boot-repair
Alternatywne rozwiązanie
http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd
sudo fdisk -l sudo mount /dev/sda1 /mnt sudo mount --bind /dev /mnt/dev && sudo mount --bind /dev/pts /mnt/dev/pts && sudo mount --bind /proc /mnt/proc && sudo mount --bind /sys /mnt/sys sudo chroot /mnt grub-install /dev/sda grub-install --recheck /dev/sdX update-grub exit && sudo umount /mnt/sys && sudo umount /mnt/proc && sudo umount /mnt/dev/pts && sudo umount /mnt/dev && sudo umount /mnt reboot
Jak nie zadziała to spróbujcie to : http://askubuntu.com/questions/145241/how-do-i-run-update-grub-from-a-livecd