Основные Программы
|
||
---|---|---|
Программы из менеджера или браузера |
|
|
Установки с консоли |
|
Дополнительно | ||||
---|---|---|---|---|
Xneur — аналог Punto Switcher |
sudo apt-get install gxneur
|
xneur | ||
Consolas fonts |
Скачать шрифты Consolas
sh consolas.sh
|
consolas.sh | ||
Чтобы не сбивалось время в Windows поcле Linux | reg add HKLM\System\CurrentControlSet\Control\TimeZoneInformation
/v RealTimeIsUniversal /t reg_dword /d 1
|
В PowerShell Windows | ||
Double Commander |
|
|||
XAMPP |
||||
InstallDowload Xamppsudo -i wget https://www.apachefriends.org/xampp-files/5.6.33/xampp-linux-x64-5.6.33-0-installer.run
Give permissions to download packagechmod +x xampp-linux-x64-5.6.33-0-installer.run
Lunch./xampp-linux-x64-5.6.33-0-installer.run
Create Desktop IconInstall Gedit editorsudo apt install gedit
Create desktop icongedit ~/Desktop/xampp-control-panel.desktop [Desktop Entry] Create application iconsudo gedit /usr/share/applications/xampp-control-panel.desktop [Desktop Entry] Give sudo rights to xamppsudo chown -R user /opt/lampp/htdocs Work with projectsCreate project foldermkdir ~/Desktop/website
Create link to xamppsudo ln -s ~/Desktop/website/ /opt/lampp/htdocs/website
Give sudo rights to projectsudo chmod -R 777 /opt/lampp/htdocs/website
Create test php-fileecho "<?php phpinfo(); ?>" > ~/Desktop/website/index.php
Test in browserhttp://localhost/website/
|
||||
XAMPP - Virtual Hosts |
||||
1. /opt/lampp/etc/httpd.conf Раскомментировать Include etc/extra/httpd-vhosts.conf
2. /opt/lampp/etc/extra/httpd-vhosts.conf Добавить
1. /etc/hosts Добавить 127.0.0.1 mysite.loc
|
after hours of searching here and there i got install "node-gyp" and its other related modules
i tried all possible soulation
sudo npm cache clean -f
sudo npm install -g n
sudo n 4.4.5
sudo npm install npm -g
sudo npm uninstall node-gyp -g
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.8 g++-4.8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
sudo npm install -g n
sudo n stable
npm rebuild
npm install
sudo apt-get install mongodb make screen python-werkzeug python-jinja2 python-lxml python-iso8601 python-six python-setuptools
sudo apt-get install gcc libssl-dev g++ make
npm rebuild
npm install
Now my node and npm version are:
npm -v
4.0.5
node -v
v7.4.0