Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
12 results tagged tips  ✕
FIX: Windows 11 keeps freezing randomly https://windowsreport.com/windows-11-keeps-freezing/
Thu Mar 3 14:15:57 2022 archive.org
QRCode
thumbnail
Windows 11 freeze tips
https://www.reddit.com/r/XboxSeriesX/comments/o4jfvq/just_got_the_series_x_my_first_xbox_console_any/h2hnvry https://www.reddit.com/r/XboxSeriesX/comments/o4jfvq/just_got_the_series_x_my_first_xbox_console_any/h2hnvry
Mon Jun 21 17:43:30 2021 archive.org
QRCode

Set it as your Home Console ASAP. This will allow you to access your games if you lose connection to the web.

Clear out the dashboard of as much as possible in the customise screen and only set up what you want on there. As Game Pass and the Store are available from pressing the Xbox button, those are two things you have quicker access to from there instead of the dashboard.

When pulling a menu up and you want to get to the bottom of it quickly, press RT and you'll drop down there. Some menus have a help section at the bottom and it goes to one space above that.

Wishlist games you're interested in and you can see how many of them are on sale easily.

Hover over a game you have and click the Menu (three lines) button. Go to Manage Game & Add Ons. On the left hand side of the screen, some games have Compatibility Options that you can click. This is where you find improved frame rates and the like as an optional thing to turn on.

Have fun, and welcome to the family.

Xbox series tips
Gov't halts bids for 'Go To' Japan campaign to boost tourism amid cost criticism - The Mainichi https://mainichi.jp/english/articles/20200606/p2a/00m/0na/012000c
Thu Jun 25 15:25:10 2020 archive.org
QRCode
thumbnail
japan tips vacation
Oh, shit, git! http://ohshitgit.com/
Fri Nov 25 19:30:20 2016 archive.org
QRCode
thumbnail

Tout un tas de choses à faire quand vous avez fait une erreur avec git

git error tips
JavaScript Garden http://bonsaiden.github.io/JavaScript-Garden/
Mon Dec 28 23:01:53 2015 archive.org
QRCode
thumbnail

JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes and subtle bugs, as well as performance issues and bad practices, that non-expert JavaScript programmers may encounter on their endeavours into the depths of the language.

JavaScript Garden does not aim to teach you JavaScript. Former knowledge of the language is strongly recommended in order to understand the topics covered in this guide. In order to learn the basics of the language, please head over to the excellent guide on the Mozilla Developer Network.

javascript documentation tricks tips performance
25 Tips for Intermediate Git Users https://www.andyjeffries.co.uk/25-tips-for-intermediate-git-users/
Thu Apr 16 21:56:04 2015 archive.org
QRCode
thumbnail

25 rappel de fonctionnalités GIT

git tips function
Activation du commutateur 3GB sous Windows Vista™ ou Windows 7 http://www.autodesk.fr/adsk/servlet/ps/dl/item?siteID=458335&id=16895639&linkID=16886429
Wed May 30 21:05:34 2012 archive.org
QRCode
thumbnail

je ne savais pas qu'il fallait activer l'utilisation de plus de 2GB de ram sous windows 7 oO

MEME 64 bits oO :/

et ce lien d'un forum :
http://forums.cgarchitect.com/40834-3gb-switch-windows-7-a.html

3gb windows windows7 vista activation tips tricks astuce
Paint Shop Pro Tips & Tricks http://suzsplace.com/tips&tricks/vi-tips001020.htm
Mon May 14 19:00:58 2012 archive.org
QRCode

Ou comment comprendre un logiciel type photoshop, certains le trouve peu fourni mais ce site devrait vous faire changer d'avis...
vu le nombre "d'astuces"

et aussi : http://suzsplace.com/tips&tricks/vi-tips061080.htm

psp paint shop pro tips tricks
Mounting NFS volumes in OS X | TechRepublic http://www.techrepublic.com/blog/mac/mounting-nfs-volumes-in-os-x/430
Thu Oct 20 07:10:52 2011 archive.org
QRCode
thumbnail
Vincent Danen Apple Enterprise Network File System Data Sharing Ip storage outlines steps set up NFS mounts with Disk Utility GUI Mac OS X offers some basic tips on configuration
How To Install Google Desktop On Ubuntu | Ubuntu Tutorials http://ubuntu-tutorials.com/2007/09/03/how-to-install-google-desktop-on-ubuntu/
Thu Oct 20 07:10:02 2011 archive.org
QRCode
thumbnail

In this article I outline how to install and use the Google Desktop application on Ubuntu. This includes installation, quick-tips and even includes Picasa!

google desktop ubuntu picasa utility management search index quick tips In this article outline how install Google Desktop application on Ubuntu includes installation even Picasa
HOWTO: Set up VNC server with resumable sessions - Ubuntu Forums http://ubuntuforums.org/showthread.php?t=122402
Thu Oct 20 07:04:36 2011 archive.org
QRCode
thumbnail

HOWTO: Set up VNC server with resumable sessions Outdated Tutorials & Tips

HOWTO: Set up VNC server with resumable sessions
Warning!
This howto is old, unsupported, and relies on a broken package. This should be used as reference only.

So here's the complete list of steps that are required to set the VNC server that any user can login into and start a session. It is also persistent, meanning that even if you disconnect the VNC client your X session will not end (unless you explicitly log out) and you can reconnect to the same session again. The VNC server uses a separate display (:1) than your regular X server, which works with your physical display (:0). So two sessions can be active at the same time (one person sitting at the physical display and another remotely connecting using VNC).

  1. Enable XDMCP
    System->Administration->Login Screen Setup
    Tab Security->Enable XDMCP
    Tab XDMCP--> You can disable "Honor Indirect Requests"

Note: Before doing the next step, you need to make sure the extra repositories (e.g. universe) are enabled:
http://easylinux.info/wiki/Ubuntu#Ho...a_repositories

  1. Install required packages (vncserver and xinetd)

Code:

sudo apt-get install vnc4server xinetd

Note to AMD64 users: The current version of vnc4server in the repositories has a bug, so you need to download and install the fixed vnc4 packages as shown below:

Code:

wget http://qt1.iq.usp.br/download/vnc4server_4.0-7.3_amd64.deb
wget http://qt1.iq.usp.br/download/xvnc4viewer_4.0-7.3_amd64.deb
sudo dpkg -i vnc4server_4.0-7.3_amd64.deb
sudo dpkg -i xvnc4viewer_4.0-7.3_amd64.deb

  1. Set the VNC passwd
    Code:

sudo vncpasswd /root/.vncpasswd

  1. Add vnc service to xinetd:
    Code:

sudo gedit /etc/xinetd.d/Xvnc

Enter this into the new file:

Code:

service Xvnc
{
type = UNLISTED
disable = no
socket_type = stream
protocol = tcp
wait = yes
user = root
server = /usr/bin/Xvnc
server_args = -inetd :1 -query localhost -geometry 1024x768 -depth 16 -once -fp /usr/share/X11/fonts/misc -DisconnectClients=0 -NeverShared passwordFile=/root/.vncpasswd
port = 5901
}

  1. Restart xinetd (usually there is no need to reboot, but occasionally it might be required)

Code:

sudo /etc/init.d/xinetd stop
sudo killall Xvnc
sudo /etc/init.d/xinetd start

  1. That's it! To test that this is working first try to connect from the same machine (the machine we just set up the VNC server on):

Code:

vncviewer localhost:1

You should be prompted for the VNC password, and then see the GDM login screen where you can login and start a new X session. If that works, you can now go ahead and try to connect from remote machine using your favorite VNC client (remember to first close the local vncviewer we started above). Remember to use the VNC server machine's domain name or IP address, followed by :1 (e.g. 192.168.0.100:1). If connecting locally as shown above works, but connecting remotely fails, then this means you have a problem with a firewall which is blocking some ports. See the notes below about how to deal with that.

Note about ports: The VNC server set up as shown uses TCP port 5901. If you are using firewall software (e.g. firestarter) on that machine, you need to allow incoming connections on this port. If you are using a router which assigns your machine a private address (e.g. 192.168.0.100) which is not accessible from the internet, then you need to forward TCP port 5901 from the router to this machine.

Note about security: This setup allows any user to start an X-session remotely by logging in using his regular password (after starting the VNC connection using the VNC password), so if the user disconnects without logging out, any other user which knows the VNC password can connect afterwards and resume the same session that the first user started. So if you do not want to log out before disconnecting, it's advisable to at least lock your VNC X-session screen. Also note that while a remote user is connected thru VNC, no other connection will be accepted. An idle VNC client will be disconnected after one hour, but this can be changed by using the "-IdleTimeout" option in the server_args line in /etc/xinetd.d/Xvnc. For example, you can add "-IdleTimeout 300" to change it to 5 minutes.

HOWTO Set up VNC server with resumable sessions ubuntu forums linux forum support help Outdated Tutorials Tips
Lifehacker, tips and downloads for getting things done http://lifehacker.com/
Thu Oct 20 07:01:40 2011 archive.org
QRCode
thumbnail
Lifehacker curates tips tricks technology for living better digital age
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn